Skip to content

Latest commit

 

History

History
114 lines (71 loc) · 2.89 KB

File metadata and controls

114 lines (71 loc) · 2.89 KB

CodinIT.dev Hero

Fazier badge

Download CodinIT.dev

⚡ CodinIT.dev — Open‑Source AI App Builder ⚡
Build, manage, and deploy intelligent applications faster — directly from your browser or desktop.

---

✨ What is CodinIT.dev?

CodinIT.dev is an open‑source, AI‑powered full‑stack development platform designed to help you 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’re prototyping, scaling a SaaS product, or experimenting with local LLMs, CodinIT.dev adapts to your stack and your workflow.


🚀 Quick Start

Get up and running in minutes.

1️⃣ Clone the Repository

git clone https://github.com/codinit-dev/codinit-dev.git
cd codinit-dev

2️⃣ Install Dependencies

# npm
npm install

# or pnpm
pnpm install

3️⃣ Configure Environment

Create a .env file and add your preferred AI provider keys:

(You can mix and match multiple providers.)

4️⃣ Run the Dev Server

pnpm run dev

The app will be available at: 👉 http://localhost:5173


🧩 Key Features

🧠 AI‑powered full‑stack development for Node.js apps

🌐 19+ AI provider integrations (cloud & local)

🖥️ Web + Desktop (Electron) support

🐳 Docker‑ready — deploy to Vercel, Netlify, or GitHub Pages

🔍 Built‑in search, diff viewer & file‑locking

🧰 Supabase integration, data visualization & voice prompting

🔐 Provider‑agnostic architecture — no vendor lock‑in


🔑 Supported AI Providers

☁️ Cloud Providers

OpenAI · Anthropic · Google · Groq · xAI · DeepSeek · Cohere · Mistral · Together · Perplexity · HuggingFace · OpenRouter · and more

🏠 Local Providers

Ollama · LM Studio · OpenAI‑compatible local endpoints

Use one provider or switch dynamically per task.


🖥️ Desktop & Docker Usage

Run with Docker

npm run dockerbuild
docker compose --profile development up

Run as a Desktop App

Download the latest prebuilt release: 👉 https://github.com/codinit-dev/codinit-dev/releases/latest

Available for macOS, Windows, and Linux.