From 762b140ac136daa26a8ae6f686bce76c51431a52 Mon Sep 17 00:00:00 2001 From: Gerome Elassaad Date: Mon, 5 Jan 2026 03:14:14 +1100 Subject: [PATCH 01/42] Documentation edits made through Mintlify web editor --- docs.json | 68 ++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 55 insertions(+), 13 deletions(-) diff --git a/docs.json b/docs.json index f2a3fe3..faca2c5 100644 --- a/docs.json +++ b/docs.json @@ -31,7 +31,10 @@ "group": "Introduction", "icon": "book-open", "expanded": false, - "pages": ["/", "introduction/welcome"] + "pages": [ + "/", + "introduction/welcome" + ] }, { "group": "Getting Started", @@ -41,12 +44,18 @@ { "group": "Setup", "expanded": false, - "pages": ["quickstart", "getting-started/installation"] + "pages": [ + "quickstart", + "getting-started/installation" + ] }, { "group": "Configuration", "expanded": false, - "pages": ["getting-started/select-your-model", "getting-started/your-first-project"] + "pages": [ + "getting-started/select-your-model", + "getting-started/your-first-project" + ] } ] }, @@ -77,7 +86,7 @@ } ] }, - { + { "group": "Providers", "icon": "cloud", "expanded": false, @@ -113,7 +122,10 @@ "group": "Comparisons", "icon": "scale", "expanded": false, - "pages": ["comparisons/bolt-vs-codinit", "comparisons/lovable-vs-codinit"] + "pages": [ + "comparisons/bolt-vs-codinit", + "comparisons/lovable-vs-codinit" + ] }, { "group": "Prompting", @@ -123,12 +135,19 @@ { "group": "Techniques", "expanded": false, - "pages": ["prompting/discussion-mode", "prompting/prompt-engineering-guide", "prompting/prompting-effectively"] + "pages": [ + "prompting/discussion-mode", + "prompting/prompt-engineering-guide", + "prompting/prompting-effectively" + ] }, { "group": "Optimization", "expanded": false, - "pages": ["prompting/maximize-token-efficiency", "prompting/plan-your-app"] + "pages": [ + "prompting/maximize-token-efficiency", + "prompting/plan-your-app" + ] } ] }, @@ -136,13 +155,20 @@ "group": "Model Configuration", "icon": "settings", "expanded": false, - "pages": ["model-config/context-windows", "model-config/model-comparison"] + "pages": [ + "model-config/context-windows", + "model-config/model-comparison" + ] }, { "group": "Hosting", "icon": "globe", "expanded": false, - "pages": ["integrations/vercel", "integrations/netlify", "integrations/cloudflare"] + "pages": [ + "integrations/vercel", + "integrations/netlify", + "integrations/cloudflare" + ] }, { "group": "Running Models Locally", @@ -158,6 +184,7 @@ }, { "tab": "Essentials", + "hidden": true, "groups": [ { "group": "Essentials", @@ -167,12 +194,17 @@ { "group": "AI Features", "expanded": false, - "pages": ["essentials/ai-chat-commands", "essentials/project-templates"] + "pages": [ + "essentials/ai-chat-commands", + "essentials/project-templates" + ] }, { "group": "Configuration", "expanded": false, - "pages": ["essentials/customization"] + "pages": [ + "essentials/customization" + ] } ] }, @@ -180,7 +212,12 @@ "group": "Integrations", "icon": "plug", "expanded": false, - "pages": ["integrations/deployments", "integrations/git", "integrations/supabase", "mcp/mcp-overview"] + "pages": [ + "integrations/deployments", + "integrations/git", + "integrations/supabase", + "mcp/mcp-overview" + ] } ] }, @@ -191,7 +228,12 @@ "group": "Support", "icon": "life-buoy", "expanded": false, - "pages": ["support/frequently-asked-questions", "support/integration-issues", "support/troubleshooting", "changelog"] + "pages": [ + "support/frequently-asked-questions", + "support/integration-issues", + "support/troubleshooting", + "changelog" + ] } ] }, From c297f7a3f64e9f6ec21d5b6cbeac103da898919a Mon Sep 17 00:00:00 2001 From: Gerome Elassaad Date: Tue, 6 Jan 2026 18:46:58 +1100 Subject: [PATCH 02/42] Update getting-started/installation.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- getting-started/installation.mdx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/getting-started/installation.mdx b/getting-started/installation.mdx index 06394b4..1ffaf25 100644 --- a/getting-started/installation.mdx +++ b/getting-started/installation.mdx @@ -46,20 +46,11 @@ The easiest way to get started with AI-powered development is to download the Co If you prefer to build the AI coding assistant from source or contribute to open-source AI development: -### Local Version (Web Containers) - ```bash git clone https://github.com/codinit-dev/codinit-dev.git cd codinit-dev ``` -### Web Version (E2B) - -```bash -git clone https://github.com/Gerome-Elassaad/codingit.git -cd codingit -``` - ## Install dependencies Install all required dependencies using your preferred package manager: From 1a6af228097d483804899c92fb6ebed5b931df0e Mon Sep 17 00:00:00 2001 From: Gerome Elassaad Date: Tue, 6 Jan 2026 18:55:05 +1100 Subject: [PATCH 03/42] Delete providers/fireworks.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- providers/fireworks.mdx | 44 ----------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 providers/fireworks.mdx diff --git a/providers/fireworks.mdx b/providers/fireworks.mdx deleted file mode 100644 index 579c517..0000000 --- a/providers/fireworks.mdx +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: "Fireworks AI" -description: "Configure Fireworks AI for fast inference with 40+ optimized models." ---- - -Fireworks AI provides optimized inference with up to 4x faster performance than alternatives. - -**Website:** [https://fireworks.ai/](https://fireworks.ai/) - -## Getting an API Key - -1. Go to [Fireworks AI](https://fireworks.ai/) and sign in -2. Navigate to API Keys in your dashboard -3. Create a new API key and name it (e.g., "CodinIT") -4. Copy the key immediately - -## Configuration - -1. Click the settings icon (⚙️) in CodinIT -2. Select "Fireworks" as the API Provider -3. Paste your API key -4. Enter the model ID (e.g., "accounts/fireworks/models/llama-v3p1-70b-instruct") - -## Supported Models - -- Llama 3.1 series (8B, 70B, 405B) -- Mixtral 8x7B and 8x22B -- Qwen 2.5 series -- DeepSeek models -- Code Llama models -- Vision models (Llama 3.2, Qwen 2-VL) - -## Key Features - -- **Ultra-fast inference:** Up to 4x faster than alternatives -- **Custom optimizations:** Advanced kernels for maximum performance -- **40+ models:** Wide selection of optimized models -- **Fine-tuning:** Available for custom models -- **OpenAI compatible:** Standard API format - -## Notes - -- **Pricing:** Usage-based, see [Fireworks Pricing](https://fireworks.ai/pricing) -- **Compliance:** HIPAA and SOC 2 Type II certified From dd6215b83e0cb681972281222c1205cdf3b57b12 Mon Sep 17 00:00:00 2001 From: Gerome Elassaad Date: Tue, 6 Jan 2026 18:55:14 +1100 Subject: [PATCH 04/42] Update providers/cloud-providers.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- providers/cloud-providers.mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/providers/cloud-providers.mdx b/providers/cloud-providers.mdx index cf5a266..14805b6 100644 --- a/providers/cloud-providers.mdx +++ b/providers/cloud-providers.mdx @@ -38,9 +38,6 @@ description: 'Connect CodinIT AI IDE with 19+ LLM providers including Claude, GP Grok LLMs with large context windows for AI code generation - - Fast LLM inference with 40+ AI models for code generation - ## Open-source AI models & community LLMs From 61f2d49fd6bc7096e65576f5b3de896697b91bd6 Mon Sep 17 00:00:00 2001 From: Gerome Elassaad Date: Tue, 6 Jan 2026 18:55:22 +1100 Subject: [PATCH 05/42] Update providers/cloud-providers.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- providers/cloud-providers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/cloud-providers.mdx b/providers/cloud-providers.mdx index 14805b6..9cf007c 100644 --- a/providers/cloud-providers.mdx +++ b/providers/cloud-providers.mdx @@ -93,7 +93,7 @@ description: 'Connect CodinIT AI IDE with 19+ LLM providers including Claude, GP ## Choosing an AI coding provider **AI performance & speed:** -- Ultra-fast LLM inference: Groq, Together AI, Fireworks for real-time code completion +- Ultra-fast LLM inference: Groq, Together AI for real-time code completion - Best AI reasoning: Anthropic Claude, DeepSeek, OpenAI o1 for complex code generation - Balanced AI models: OpenAI GPT-4, Google Gemini, Cohere for general development From 074269499ab2634e9c750e1f94a2908c35117a5e Mon Sep 17 00:00:00 2001 From: Gerome Elassaad Date: Tue, 6 Jan 2026 18:55:36 +1100 Subject: [PATCH 06/42] Update essentials/ai-chat-commands.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- essentials/ai-chat-commands.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/essentials/ai-chat-commands.mdx b/essentials/ai-chat-commands.mdx index 6646270..43b542a 100644 --- a/essentials/ai-chat-commands.mdx +++ b/essentials/ai-chat-commands.mdx @@ -237,17 +237,17 @@ Different models excel at different tasks: - Refactoring large codebases - Architectural decisions - **Recommended model:** Claude 4.5 Sonnet + **Recommended model:** Claude 3.5 Sonnet - + **Best for:** - General-purpose coding - Quick iterations - Documentation generation - Code completion - **Recommended model:** GPT-5 + **Recommended model:** GPT-4o From 25b244d23c6a74c09ce45b29e9c72e99c13a2e09 Mon Sep 17 00:00:00 2001 From: Gerome Elassaad Date: Tue, 6 Jan 2026 18:56:07 +1100 Subject: [PATCH 07/42] Update integrations/deployments.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- integrations/deployments.mdx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/integrations/deployments.mdx b/integrations/deployments.mdx index 9b3fb2b..58ca670 100644 --- a/integrations/deployments.mdx +++ b/integrations/deployments.mdx @@ -1,6 +1,6 @@ --- title: 'Deployments' -description: 'Deploy AI-generated applications to Netlify and Vercel with seamless API integration, automated workflows, and intelligent configuration for full-stack apps.' +description: 'Deploy AI-generated applications to Netlify, Vercel, and Cloudflare with seamless API integration, automated workflows, and intelligent configuration for full-stack apps.' --- # AI-powered deployment integrations @@ -9,13 +9,16 @@ CodinIT provides direct API integration with leading deployment platforms, enabl ## AI-assisted deployment platforms - + Deploy AI-generated static sites, SPAs, and serverless functions with global CDN and intelligent continuous deployment. Optimized for AI-built Next.js, React apps with edge computing and intelligent framework detection. + + Deploy to Cloudflare's global edge network with automatic SSL and lightning-fast performance. + ### Core Deployment Features From 6b226fb5001b9d53f02ac6b69c3f1ece09c2f99f Mon Sep 17 00:00:00 2001 From: Gerome Elassaad Date: Tue, 6 Jan 2026 18:56:17 +1100 Subject: [PATCH 08/42] Update integrations/deployments.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- integrations/deployments.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/integrations/deployments.mdx b/integrations/deployments.mdx index 58ca670..a74e424 100644 --- a/integrations/deployments.mdx +++ b/integrations/deployments.mdx @@ -230,6 +230,13 @@ The Vercel integration uses the following API endpoints: - Projects needing instant deployments and preview environments - Teams building with Jamstack architecture +**Use Cloudflare Pages for:** + +- Global edge network deployment with 200+ locations +- Lightning-fast static site hosting with automatic optimization +- Projects requiring DDoS protection and security features +- Applications needing edge computing with Workers integration + ### Deployment Process From 81516e61e05084857cc17801ac513ab4f8e79893 Mon Sep 17 00:00:00 2001 From: Gerome Elassaad Date: Tue, 6 Jan 2026 18:56:35 +1100 Subject: [PATCH 09/42] Update introduction/welcome.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- introduction/welcome.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/introduction/welcome.mdx b/introduction/welcome.mdx index d6be2e5..dd8ff7f 100644 --- a/introduction/welcome.mdx +++ b/introduction/welcome.mdx @@ -12,7 +12,7 @@ CodinIT is an open-source AI coding agent and AI-powered IDE that brings frontie Install CodinIT AI IDE and start building with AI code generation - Connect Claude, GPT-4, Gemini, and 19+ LLM providers for AI-powered development + Connect Claude, GPT-4, Gemini, and 18+ LLM providers for AI-powered development Master AI prompting techniques for better code generation and software development From 2a5a5b95f8fdcf2da45abf8e495a6a88e14b17a1 Mon Sep 17 00:00:00 2001 From: Gerome Elassaad Date: Tue, 6 Jan 2026 18:56:36 +1100 Subject: [PATCH 10/42] Update providers/cloud-providers.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- providers/cloud-providers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/cloud-providers.mdx b/providers/cloud-providers.mdx index 9cf007c..2a5919c 100644 --- a/providers/cloud-providers.mdx +++ b/providers/cloud-providers.mdx @@ -1,6 +1,6 @@ --- title: 'Providers' -description: 'Connect CodinIT AI IDE with 19+ LLM providers including Claude, GPT-4, Gemini, DeepSeek for AI code generation, local inference, and specialized AI coding services.' +description: 'Connect CodinIT AI IDE with 18+ LLM providers including Claude, GPT-4, Gemini, DeepSeek for AI code generation, local inference, and specialized AI coding services.' --- ## Enterprise & research AI coding models From 8836cc7e4a26ac0bcd9d0b1c47b53079d94b994a Mon Sep 17 00:00:00 2001 From: Gerome Elassaad Date: Tue, 6 Jan 2026 18:56:42 +1100 Subject: [PATCH 11/42] Update features/overview.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- features/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/overview.mdx b/features/overview.mdx index c67516f..004ce66 100644 --- a/features/overview.mdx +++ b/features/overview.mdx @@ -21,7 +21,7 @@ Transform your coding experience with intelligent AI assistance powered by LLMs - Connect with 19+ AI model providers including OpenAI GPT-4, Anthropic Claude, Google Gemini, Groq, and local LLMs like Ollama for flexible AI coding. + Connect with 18+ AI model providers including OpenAI GPT-4, Anthropic Claude, Google Gemini, Groq, and local LLMs like Ollama for flexible AI coding. From 60b314e41fd380ae27d2fb711b3d52c9141f9424 Mon Sep 17 00:00:00 2001 From: Gerome Elassaad Date: Tue, 6 Jan 2026 18:56:44 +1100 Subject: [PATCH 12/42] Update features/overview.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- features/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/overview.mdx b/features/overview.mdx index 004ce66..8cbab53 100644 --- a/features/overview.mdx +++ b/features/overview.mdx @@ -76,7 +76,7 @@ Deploy AI-generated applications anywhere with comprehensive platform support an ## AI development platform benefits - + Connect with industry-leading AI models like Claude, GPT-4, Gemini and local LLM endpoints for maximum flexibility in AI code generation. From 7260dabd358cc5258e62835d5b1a46d860097459 Mon Sep 17 00:00:00 2001 From: Gerome Elassaad Date: Tue, 6 Jan 2026 18:56:46 +1100 Subject: [PATCH 13/42] Update features/overview.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- features/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/overview.mdx b/features/overview.mdx index 8cbab53..5f20dbb 100644 --- a/features/overview.mdx +++ b/features/overview.mdx @@ -112,5 +112,5 @@ Ready to begin your AI-powered development journey? Follow these simple steps to - **New to AI coding?** Visit our [AI Quickstart Guide](/quickstart) to get up and running with AI code generation in minutes, or explore our [LLM Providers Guide](/providers/cloud-providers) to learn about integrating with 19+ AI model providers including Claude, GPT-4, and Gemini. + **New to AI coding?** Visit our [AI Quickstart Guide](/quickstart) to get up and running with AI code generation in minutes, or explore our [LLM Providers Guide](/providers/cloud-providers) to learn about integrating with 18+ AI model providers including Claude, GPT-4, and Gemini. From bd93ff28be7e3e2ec1ad2ee88ff98ef0128f8d07 Mon Sep 17 00:00:00 2001 From: Gerome Elassaad Date: Tue, 6 Jan 2026 18:56:57 +1100 Subject: [PATCH 14/42] Update quickstart.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart.mdx b/quickstart.mdx index dda11ca..047ca16 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -133,7 +133,7 @@ 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. + Learn about 18+ supported LLM providers including Claude, GPT-4, Gemini for AI code generation. From 176d23839c2806b6ec74fb9cb936bb741ecb93e4 Mon Sep 17 00:00:00 2001 From: Gerome Elassaad Date: Wed, 7 Jan 2026 05:00:53 +1100 Subject: [PATCH 15/42] Simplify title in quickstart guide --- quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart.mdx b/quickstart.mdx index 047ca16..a3119b6 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -1,5 +1,5 @@ --- -title: "Quickstart - AI Coding Assistant Setup Guide" +title: "Quickstart" description: "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." --- From 5e5c79a245d636d2f4b9725c0881d8a299b976e0 Mon Sep 17 00:00:00 2001 From: Gerome Elassaad Date: Wed, 7 Jan 2026 05:01:30 +1100 Subject: [PATCH 16/42] Update LLM provider from GPT-4 to OpenAI --- quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart.mdx b/quickstart.mdx index a3119b6..f513dd4 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -1,6 +1,6 @@ --- title: "Quickstart" -description: "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." +description: "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." ---