Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 2.49 KB

File metadata and controls

41 lines (30 loc) · 2.49 KB

Experiment and Fork of Bolt.New

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.

Live Stream

Check out the live stream where I hacked and explored Bolt.New:
Exploring Bolt.New live: The Next Big Thing in Development with AI, Fullstack Apps in Your Browser!
Watch the full live stream here

Recap Video

For a quick overview and recap of the project, watch this video:
Recap of Bolt.New Experiment
Watch the recap video here

Try a Live Hosted Demo here

You can try the version hosted on my domain here:
https://bolt.myaibuilt.app/ or if its down alternative link CloudFlare

Key Differences from Bolt.New

  • 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.

Update - October 23, 2024

Added: Live Folder Sync

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.

Ongoing Work sorted by Priority

  • 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).