⚡ CodinIT.dev — OpenSource AI App Builder ⚡
Build, manage, and deploy intelligent applications directly from your browser or desktop.
Get up and running with CodinIT.dev in just a few steps.
git clone https://github.com/Gerome-Elassaad/codinit-app.git
cd codinit-app# npm
npm install
# or pnpm
pnpm install
# or yarn
yarn installEnsure you have a PostgreSQL database running. (Supabase recommended.)
cp .env.example .env.localAdd your keys:
OPENAI_API_KEY=your_openai_key
ANTHROPIC_API_KEY=your_anthropic_key
SUPABASE_URL=your_supabase_url
SUPABASE_ANON_KEY=your_supabase_anon_keypnpm run devThe app will be available at: 👉 http://localhost:5173
- 🧠 AI-powered full-stack development for Node.js apps
- 🌐 Integrations with 19+ AI providers
- 🖥️ Web + Desktop (Electron) support
- 🐳 Docker-ready, deployable to Vercel/Netlify/GitHub Pages
- 🔍 Built-in search, diff view, and file locking system
- 🧰 Supabase integration, data visualization, and voice prompting
Cloud Providers: OpenAI, Anthropic, Google, Groq, xAI, DeepSeek, Cohere, Mistral, Together, Perplexity, HuggingFace, OpenRouter, and more.
Local: Ollama, LM Studio, OpenAI-compatible local endpoints.
npm run dockerbuild
docker compose --profile development upDownload the latest release: 👉 https://github.com/Gerome-Elassaad/codinit-app/releases/latest
We welcome contributions! Open an issue, submit a PR, or join discussions to help shape the future of CodinIT.dev.
CodinIT.dev — Build Faster. Code Smarter.
Download the latest version →