β‘ CodinIT.dev β The AI-Powered Full-Stack Development Platform β‘
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-appInstall Dependencies
# npm npm install # or pnpm pnpm install # or yarn yarn install
Ensure you have a PostgreSQL database running. You can use Supabase for a quick setup.
cp .env.example .env.local
OPENAI_API_KEY=your_openai_key ANTHROPIC_API_KEY=your_anthropic_key SUPABASE_URL=your_supabase_url SUPABASE_ANON_KEY=your_supabase_anon_key
pnpm run dev
The app will be available at π http://localhost:5173
π§© Key Features
π§ AI-powered full-stack development for Node.js apps
π Integrations with 19+ AI providers (OpenAI, Anthropic, Google, Groq, etc.)
π₯οΈ Web and Desktop support (Electron app included)
π³ Docker-ready and deployable to Vercel, Netlify, or GitHub Pages
π Built-in search, diff view, and file locking system
π§° Supabase integration, data visualization, and voice prompting
π API Providers
Easily manage API keys via the settings panel or .env.local file. Supported providers include:
Cloud: OpenAI, Anthropic, Google, Groq, xAI, DeepSeek, Cohere, Mistral, Together, Perplexity, HuggingFace, OpenRouter, and more. Local: Ollama, LM Studio, OpenAI-compatible endpoints.
π₯οΈ Desktop & Docker Options
Run via Docker
npm run dockerbuild docker compose --profile development up
Run as Desktop App
Download the latest release for your OS: π CodinIT Releases
π€ Contributing
We welcome contributions! Open an issue, submit a pull request, or join discussions to help improve CodinIT.
CodinIT.dev β Build Faster. Code Smarter.