Official CLI and monorepo for Ultimate AI 3.5
npm install ultimate-aiA 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.
- Backend: Node.js, Express, TypeScript, PostgreSQL (NeonDB ready)
- Frontend: React, Vite, TailwindCSS, TypeScript
1. Copy .env.example to .env in backend and add your API keys.
2. Run npm install in both backend/ and frontend/.
3. Start the backend and frontend development servers.
4. Edit, extend, and enjoy!
---