December is an open-source alternative to AI-powered development platforms like Loveable, Replit, and Bolt that you can run locally with your own API keys, ensuring complete privacy and significant cost savings.
December lets you build full-stack applications from simple text prompts using AI.
Get started
·
Report Bug
·
Request Feature
✅ AI-powered project creation from natural language prompts
✅ Containerized Next.js applications with Docker
✅ Live preview with mobile and desktop views
✅ Full-featured Monaco code editor with file management
✅ Real-time chat assistant for development help
✅ Project export and deployment capabilities
🔄 LLM streaming support
🔄 Document & image attachments
🔄 Improved fault tolerance
🔄 Comprehensive test coverage
🔄 Multi-framework support (beyond Next.js)
-
Clone the repo
git clone https://github.com/ntegrals/december
-
Get an API Key from any OpenAI sdk compatible provider (e.g. OpenAI, Claude, Ollama, OpenRouter, etc.) and set it in the
config.ts
file.The start.sh script will automatically copy over the file into the backend folder.
I highly recommend using Sonnet-4 from Anthropic as it is the best coding model available right now.
baseUrl: "https://openrouter.ai/api/v1", apiKey: "sk-...", model: "anthropic/claude-sonnet-4", temperature: 0.7,
-
Install docker (Docker Desktop is the easiest way to get started)
Make sure you have Docker running and the Docker CLI installed before proceeding.
-
Run the start script to set up the environment
sh start.sh
-
The application will start in development mode, and you can access it at http://localhost:3000.
The backend will run on port 4000, and the frontend will run on port 3000.
You can now start building your applications with December! 🥳
AI-powered development platforms have revolutionized how we build applications. They allow developers to go from idea to working application in seconds, but most solutions are closed-source or require expensive subscriptions.
Until recently, building a local alternative that matched the speed and capabilities of platforms like Loveable, Replit, or Bolt seemed challenging. The recent advances in AI and containerization technologies have made it possible to build a fast, local development environment that gives you full control over your code and API usage.
I would love for this repo to become the go-to place for people who want to run their own AI-powered development environment. I've been working on this project for a while now and I'm really excited to share it with you.
Building applications shouldn't require expensive subscriptions or sacrificing your privacy. December gives you the power of platforms like Loveable, Replit, and Bolt without the downsides:
- Full Control & Privacy - Your code, ideas, and projects never leave your machine. No cloud storage, no data mining, no vendor lock-in
- Your API Keys, Your Costs - Use your own OpenAI API key and pay only for what you use. No monthly subscriptions or usage limits imposed by third parties
- Complete Feature Access - No paywalls, premium tiers, or artificial limitations. Every feature is available from day one
Most cloud-based AI development platforms charge $20-100+ per month while limiting your usage and storing your intellectual property on their servers. With December, a $5 OpenAI API credit can generate dozens of complete applications, and you keep full ownership of everything you create.
The local-first approach means you can work offline, modify the platform itself, and never worry about service outages or policy changes affecting your projects. Your development environment evolves with your needs, not a company's business model.
December proves that you don't need to choose between powerful AI assistance and maintaining control over your work. Run it locally, use your own API keys, and build without boundaries.
Hi! Thanks for checking out and using this project. If you are interested in discussing your project, require mentorship, consider hiring me, or just wanna chat - I'm happy to talk.
You can send me an email to get in touch: j.schoen@mail.com or message me on Twitter: @julianschoen
Thanks and have an awesome day 👋
December, is an experimental application and is provided "as-is" without any warranty, express or implied. By using this software, you agree to assume all risks associated with its use, including but not limited to data loss, system failure, or any other issues that may arise.
The developers and contributors of this project do not accept any responsibility or liability for any losses, damages, or other consequences that may occur as a result of using this software. You are solely responsible for any decisions and actions taken based on the information provided by December.
Please note that the use of the large language models can be expensive due to its token usage. By utilizing this project, you acknowledge that you are responsible for monitoring and managing your own token usage and the associated costs. It is highly recommended to check your API usage regularly and set up any necessary limits or alerts to prevent unexpected charges.
By using December, you agree to indemnify, defend, and hold harmless the developers, contributors, and any affiliated parties from and against any and all claims, damages, losses, liabilities, costs, and expenses (including reasonable attorneys' fees) arising from your use of this software or your violation of these terms.
Distributed under the MIT License. See LICENSE
for more information.