This repository contains the official documentation for CodinIT, an AI-powered full-stack development platform that revolutionizes how developers build applications with local and cloud AI models.
CodinIT is a comprehensive development environment that integrates AI assistance throughout the entire development workflow. It supports 19+ AI providers including OpenAI, Anthropic, Google, DeepSeek, and more, offering:
- Smart Code Generation: AI-powered code completion and generation
- Full-Stack Development: Built for Node.js full-stack applications
- Multiple AI Providers: Connect with your preferred AI models
- Integrated Tools: Terminal, file management, and deployment
- Local Model Support: Run AI models locally with Ollama and LM Studio
- Enterprise Security: Bank-level security and compliance
This documentation site is built with Mintlify and covers:
- Getting Started: Quickstart guides and installation
- Features: Development tools, AI integration, and workflows
- Providers: Configuration for 19+ AI providers
- Integrations: Vercel, Netlify, Supabase, and Git
- MCP Protocol: Extending capabilities with custom tools
- Comparisons: How CodinIT compares to other platforms
- Node.js 18+
- pnpm, npm, or yarn
Important: If you have a package named
mintand a package namedmintlifyinstalled, you should uninstallmintlify.
Uninstall the old package:
npm uninstall -g mintlifyClear your npm cache:
npm cache clean --forceReinstall the new package:
npm i -g mint
-
Clone the repository
git clone https://github.com/codinit-dev/docs.git cd docs -
Install dependencies
# Using pnpm (recommended) pnpm install # Or using npm npm install # Or using yarn yarn install
-
Start the development server
# Using pnpm pnpm dev # Or using npm npm run dev # Or using yarn yarn dev
-
Open your browser to
http://localhost:3000
# Build the documentation site
pnpm build
# Preview the production build
pnpm previewWe welcome contributions to improve the documentation! Here's how you can help:
- Fork this repository
- Create a feature branch:
git checkout -b feature/your-feature-name - Make your changes to the MDX files in the appropriate directories
- Test your changes locally with
pnpm dev - Commit your changes following conventional commit format
- Push to your fork and create a Pull Request
- Use clear, concise language
- Include code examples where helpful
- Follow the existing MDX structure and component usage
- Test all links and ensure they're working
- Use proper heading hierarchy (H1 → H2 → H3)
docs/
├── index.mdx # Homepage
├── quickstart.mdx # Getting started guide
├── features/ # Feature documentation
├── providers/ # AI provider guides
├── integrations/ # Third-party integrations
├── essentials/ # Core functionality
├── mcp/ # MCP protocol docs
├── comparisons/ # Platform comparisons
├── running-models-locally/ # Local AI setup
└── assets/ # Images, icons, and media
The documentation is configured through docs.json:
- Theme: Aspen theme with custom colors
- Navigation: Organized into logical tabs and groups
- SEO: Optimized for search engines
- Integrations: Telemetry and analytics enabled
This documentation is part of the CodinIT project. See the main project LICENSE for details.
- CodinIT App: codinit.dev
- Documentation: codinit.dev/docs
- GitHub Repository: github.com/codinit-dev/codinit-dev
- Download: codinit.dev/download
- Blog: codinit.dev/blog
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Community: Join our Discord community for real-time help