| title | description |
|---|---|
Quickstart |
Get started with CodinIT AI-powered IDE in minutes. Install the AI coding assistant, connect LLM providers like Claude and OpenAI, and start building with AI code generation. |
Launch your AI-powered IDE and create full-stack applications with intelligent AI coding assistance, automated code completion, and LLM-powered development tools.
Step 1: Set up your development environment
**Desktop App Version (Recommended)**Download the latest prebuilt release for macOS, Windows, and Linux:
- Visit [GitHub Releases](https://github.com/codinit-dev/codinit-dev/releases/latest)
- Download the installer for your platform
- Run the installer and follow the setup wizard
- Full-featured native application with automatic updates
**Alternative: Run from Source**
Clone the repository and install dependencies:
```bash
git clone https://github.com/codinit-dev/codinit-dev.git
cd codinit-dev
```
Install dependencies using your preferred package manager:
```bash pnpm
pnpm install
```
```bash npm
npm install
```
Configure your environment by creating a `.env` file and adding your preferred AI provider keys:
```bash
# Create .env file with your AI provider API keys
# You can mix and match multiple providers
```
Run the development server:
```bash pnpm
pnpm run dev
```
```bash npm
npm run dev
```
The application will be available at `http://localhost:5173`
<Tip>Choose the desktop app for a native experience or run from source for development and customization.</Tip>
<Tip>Your workspace is ready when you see the file explorer, terminal, and code editor.</Tip>
**Essential AI coding models (Free tiers available)**
- [OpenAI](https://platform.openai.com) - GPT-4o, GPT-4 for AI code generation
- [Anthropic](https://console.anthropic.com) - Claude 3.5 Sonnet AI coding assistant
- [Google AI](https://aistudio.google.com) - Gemini 2.0 Flash for intelligent code completion
**Optional AI development providers**
- [DeepSeek](https://platform.deepseek.com) - Cost-effective AI coding models
- [Groq](https://console.groq.com) - Fast LLM inference for real-time coding
- [Perplexity](https://www.perplexity.ai) - Research-focused AI models
<Warning>Keep your API keys secure and never commit them to version control.</Warning>
<Tip>Use multiple AI providers simultaneously and switch between LLMs for optimal code generation results.</Tip>
1. Click **New Project** in the AI development workspace
2. Choose your tech stack (React, Vue, Svelte, Node.js, Next.js, etc.)
3. Select an AI-optimized template or start from scratch
4. AI coding assistant generates boilerplate code and project structure
<Tip>Use natural language prompts or voice commands to describe your app - AI will generate production-ready code!</Tip>
- **AI code generation**: Describe features in natural language for instant code creation
- **Intelligent autocomplete**: Get context-aware AI code suggestions
- **AI debugging & fixes**: Automatic bug detection and AI-powered solutions
- **AI documentation**: Auto-generate README files and API documentation
- **AI test generation**: Create unit tests and integration tests with AI assistance
<Note>Use Ctrl+Space (or Cmd+Space on Mac) to trigger AI code completions anywhere in your development environment.</Note>
Now that you're set up with CodinIT AI IDE, explore these AI coding features:
Learn about 19+ supported LLM providers including Claude, GPT-4, Gemini for AI code generation. Master the AI-powered IDE with intelligent code completion and refactoring tools. Deploy AI-generated applications to Vercel, Netlify, and GitHub Pages with one-click deployment. Use AI-powered Git features for intelligent commit messages and code reviews. Build AI-powered full-stack apps with Supabase database, auth, and real-time features. Master prompt engineering techniques for better AI code generation and LLM interactions. Discover AI pair programming, intelligent refactoring, and automated testing features. Customize your AI development experience with advanced LLM settings and preferences. **Need help with AI coding?** Check out our [AI troubleshooting guide](/support/troubleshooting) for common LLM issues, or explore the [AI features overview](/features/overview) to discover all AI-powered development capabilities.