Rare find

bun-ai-api.

github.com/midudev/bun-ai-api

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

March 2026
  • Agregar servicio OpenRouter y manejar su carga en el inicio
  • Actualizar dependencias en package.json y bun.lock para versiones esp…
  • Actualizar modelo en el servicio de Cerebras a 'llama3.1-8b'
  • Actualizar modelo de Cerebras a 'zai-glm-4.7' en el servicio de chat
  • Agregar manejo de rutas para usuarios y chat, implementar respuestas …
  • Agregar archivo db.ts con la configuración de la base de datos, inici…
  • Agregar importaciones para la base de datos y añadir DATABASE_URL a l…
  • Refactor startup logic to check for required environment variables, d…
  • Eliminar archivo de configuración nixpacks.toml
December 2025
  • Add Cerebras and Groq SDK dependencies, implement service selection f…
  • Add initial project setup with Bun, including configuration files, se…
  • reset
  • Update nixpacks configuration to remove frozen lockfile option from B…
  • Remove OpenRouter service implementation from openrouter.ts
  • Remove openrouterService from the list of AI services in index.ts
  • Add nixpacks configuration for Bun setup and installation
  • Initialize project with Bun, adding essential files including package…