Discover and explore top open-source AI tools and projects—updated daily.
Local AI-powered full-stack development environment
Top 87.8% on SourcePulse
December is an open-source, local-first alternative to AI-powered development platforms like Replit and Bolt, enabling users to build full-stack applications from natural language prompts. It targets developers seeking privacy, cost savings, and full control over their projects, offering a fully containerized Next.js development environment.
How It Works
December leverages AI models (via OpenAI-compatible SDKs) to translate natural language prompts into containerized Next.js applications. It utilizes Docker for environment management, providing a live preview with mobile and desktop views, a Monaco code editor, and an integrated chat assistant for development help. This approach offers a self-hosted, private, and cost-effective development workflow.
Quick Start & Requirements
git clone https://github.com/ntegrals/december
.config.ts
.sh start.sh
.http://localhost:3000
.Highlighted Details
Maintenance & Community
The project is maintained by Julian Schoen (@julianschoen) and can be contacted via email (j.schoen@mail.com) or Twitter. The roadmap includes LLM streaming support, document/image attachments, improved fault tolerance, and multi-framework support.
Licensing & Compatibility
Distributed under the MIT License, allowing for commercial use and integration with closed-source projects.
Limitations & Caveats
December is an experimental application and is provided "as-is" without warranty. Users are solely responsible for managing API costs and token usage. The current version primarily supports Next.js applications.
4 months ago
Inactive