ultimate-ai
v1.0.23
Published
Official CLI and monorepo for Ultimate AI 3.5
Readme
Ultimate AI 3.5
A fullstack, open-source AI orchestrator using only free LLM APIs (Gemini, HuggingFace, AI21, Together, Replicate).
No paid/closed APIs. No DeepInfra, Perplexity, OpenRouter, Cohere, Aleph Alpha.
Stack
- Backend: Node.js, Express, TypeScript, PostgreSQL (NeonDB ready)
- Frontend: React, Vite, TailwindCSS, TypeScript
Setup
- Copy
.env.exampleto.envin backend and add your API keys. - Run
npm installin bothbackend/andfrontend/. - Start the backend and frontend development servers.
- Edit, extend, and enjoy!
