> ## Documentation Index
> Fetch the complete documentation index at: https://codinitdev-mintlify-update-changelog-codinit-dev-90028.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart - AI Coding Assistant Setup Guide

> Get started with CodinIT AI-powered IDE in minutes. Install the AI coding assistant, connect LLM providers like Claude and GPT-4, and start building with AI code generation.

<video autoPlay muted loop playsInline className="w-full aspect-video rounded-lg mb-6" src="https://mintcdn.com/codinitdev-mintlify-update-changelog-codinit-dev-90028/WscWUVYuP35k0nx9/assets/videos/walkthrough.mp4?fit=max&auto=format&n=WscWUVYuP35k0nx9&q=85&s=5a9bae4d1a798bb0dfc0509f6d8a8920" alt="CodinIT platform walkthrough demonstration video" data-path="assets/videos/walkthrough.mp4" />

## Start building with AI code generation in three steps

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

<AccordionGroup>
  <Accordion icon="download" title="Install CodinIT">
    **Desktop App Version (Recommended)**

    Download the latest release from GitHub:

    * Visit [GitHub Releases](https://github.com/codinit-dev/codinit-dev/releases/latest)
    * Download the installer for your platform:
      * **Windows**: `.exe` installer
      * **macOS**: `.dmg` installer
      * **Linux**: `.AppImage` or `.deb` package
    * Run the installer and follow the setup wizard
    * Full-featured native application with automatic updates

    **Alternative: Build from Source (for developers)**

    Desktop App:

    ```bash theme={null}
    git clone https://github.com/codinit-dev/codinit-dev.git
    cd codinit-dev
    ```

    Install dependencies using your preferred package manager:

    ```bash pnpm theme={null}
    pnpm install
    cp .env.example .env.local
    pnpm run dev
    ```

    ```bash npm theme={null}
    npm install
    cp .env.example .env.local
    npm run dev
    ```

    ```bash yarn theme={null}
    yarn install
    cp .env.example .env.local
    yarn dev
    ```

    <Tip>Both versions offer Different features - choose based on your preference for native or web applications.</Tip>
  </Accordion>

  <Accordion icon="play" title="Launch CodinIT">
    1. Open the CodinIT application
    2. Create your workspace (local folder or Git repository)
    3. The development environment loads automatically

    <Tip>Your workspace is ready when you see the file explorer, terminal, and code editor.</Tip>
  </Accordion>
</AccordionGroup>

### Step 2: Connect AI model providers (Claude, GPT-4, Gemini)

<AccordionGroup>
  <Accordion icon="key" title="Get AI model API keys for code generation">
    Sign up for LLM provider accounts and obtain API keys for AI-powered coding:

    **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>
  </Accordion>

  <Accordion icon="plug" title="Configure AI models in CodinIT IDE">
    1. Click **Settings** in the AI coding assistant interface
    2. Navigate to **AI Providers** section for LLM configuration
    3. Add your API keys for Claude, GPT-4, or other AI models
    4. Test AI connections and select default coding models
    5. Start using AI code generation and intelligent autocomplete immediately!

    <Tip>Use multiple AI providers simultaneously and switch between LLMs for optimal code generation results.</Tip>
  </Accordion>
</AccordionGroup>

### Step 3: Create your first AI-generated project

<AccordionGroup>
  <Accordion icon="plus" title="Start a new AI-powered project">
    Create full-stack applications with AI code generation:

    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>
  </Accordion>

  <Accordion icon="sparkles" title="Use AI coding features">
    Explore CodinIT's AI-powered development capabilities:

    * **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>
  </Accordion>
</AccordionGroup>

## Next steps for AI-powered development

Now that you're set up with CodinIT AI IDE, explore these AI coding features:

<CardGroup cols={2}>
  <Card title="AI model provider guide" icon="plug" href="/providers/cloud-providers">
    Learn about 19+ supported LLM providers including Claude, GPT-4, Gemini for AI code generation.
  </Card>

  <Card title="AI development tools" icon="terminal" href="/features/development/workbench">
    Master the AI-powered IDE with intelligent code completion and refactoring tools.
  </Card>

  <Card title="AI-assisted deployment" icon="rocket" href="/integrations/deployments">
    Deploy AI-generated applications to Vercel, Netlify with one-click deployment.
  </Card>

  <Card title="Git with AI assistance" icon="git-branch" href="/integrations/git">
    Use AI-powered Git features for intelligent commit messages and code reviews.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Full-stack AI development" icon="database" href="/integrations/supabase">
    Build AI-powered full-stack apps with Supabase database, auth, and real-time features.
  </Card>

  <Card title="AI prompt engineering" icon="message-square" href="/prompting/prompt-engineering-guide">
    Master prompt engineering techniques for better AI code generation and LLM interactions.
  </Card>

  <Card title="AI coding features" icon="cog" href="/features/overview">
    Discover AI pair programming, intelligent refactoring, and automated testing features.
  </Card>

  <Card title="AI IDE customization" icon="cog" href="/essentials/customization">
    Customize your AI development experience with advanced LLM settings and preferences.
  </Card>
</CardGroup>

<Info>
  **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.
</Info>
