This project is a fork and experiment based on Bolt.New. It was created during a live stream where I explored its features and extended its functionality.
Check out the live stream where I hacked and explored Bolt.New:
Watch the full live stream here
For a quick overview and recap of the project, watch this video:
Watch the recap video here
You can try the version hosted on my domain here:
https://bolt.myaibuilt.app/
or if its down alternative link
CloudFlare
- Instead of using Anthropic, it uses OpenRouter and allows setting the API key from the client
- Support for different models from OpenRouter, including free options.
- Default key with a zero-budget limit that allows usage of free OpenRouter models only.
- Adds support to download the current project state as a ZIP file.
You can now select a folder (you'll need to do this each time you start the editor), and the system will automatically sync files after each edit. Additionally, a backup folder will be created in a backup
subfolder for safekeeping.
This feature is based on PR #30 for another fork. Special thanks to Muzaffer Kadir for the initial implementation.
- Add more model providers, add Antropic back, add Google, OpenAI, may be a couple more. Solves 2 problems. 1. Some people have API keys from their company from one partner provider. 2. More Free models for free API keyless version
- Add ZIP file upload functionality.
- Maybe add GitHub integration to upload/download repos
- Fix how the Bolt.New terminal works and improves error detection and fixing like on commercial Bolt.New
- Figure out how to host not on Cloudflare but on an Ubuntu droplet correctly (currently it's unstable).