Build, manage, and deploy intelligent applications faster — directly from your browser or desktop.
CodinIT.dev is an open‑source, AI full‑stack development platform designed to help developers build modern Node.js applications with speed and precision. It combines code generation, project management, and deployment tools into a single workflow, powered by your choice of AI providers.
Whether you are prototyping, scaling a SaaS product, or experimenting with local LLMs, CodinIT.dev adapts to your stack and workflow.
Get up and running in minutes.
git clone [https://github.com/codinit-dev/codinit-dev.git](https://github.com/codinit-dev/codinit-dev.git)
cd codinit-dev
# npm
npm install
# or pnpm
pnpm install
Create a .env file and add your preferred AI provider keys. You can mix and match multiple providers depending on your requirements.
pnpm run dev
The application will be available at: http://localhost:5173
- Automated Full-Stack Engineering: Streamline the creation and management of complex Node.js architectures using intelligent generation.
- Universal Model Integration: Seamlessly connect with over 19 cloud and local AI providers.
- Hybrid Environment Support: native compatibility for both Web browsers and Desktop (Electron) environments.
- Production-Ready Containerization: Fully Dockerized workflow with preset configurations for Vercel, Netlify, and GitHub Pages.
- Integrated Development Suite: Includes robust utilities such as semantic search, diff visualization, and concurrency file-locking.
- Expanded Ecosystem Connectivity: Native integration with Supabase, real-time data visualization tools, and voice-command interfaces.
- Vendor-Neutral Infrastructure: A flexible architecture designed to prevent vendor lock-in, allowing dynamic switching between backend providers.
CodinIT.dev allows you to use one provider or switch dynamically per task.
OpenAI, Anthropic, Google, Groq, xAI, DeepSeek, Cohere, Mistral, Together, Perplexity, HuggingFace, OpenRouter, and more.
Ollama, LM Studio, and OpenAI‑compatible local endpoints.
npm run dockerbuild
docker compose --profile development up
Download the latest prebuilt release for macOS, Windows, and Linux.
