It is no secret that AI is making it easier to write code. Cursor and other AI models can write amazing programs without knowing a whole lot about Python and all these other languages. They all have small shortcomings that are being perfected. StackBlitz’s Bolt.new is one of the most impressive AI tools we have tested. It can create impressive applications with minimal effort on your part. You will just have to tell it what you want to create, and the app does the rest. I used it to make a 4-in-a-row game with an AI opponent.
The entire process took a couple of minutes. Unlike other tools (e.g. GPT), this one actually worked as expected in one shot. Here is the game in action:
You can do a whole lot more with this. Bolt supports various stacks, so you can use Astro, NativeScript, or Remotion to create dynamics and even videos. What’s neat is you can ask it to integrate OpenAI into your projects. You will just have to make a minor edit to enter your API keys in the code. Users can get started for free but premium plans are available from $20 to $200 a month for 10M to 120M tokens respectively.
[HT]