About the Project

Inspiration

I’ve always loved Tamagotchi-style games — simple, fun, and a little chaotic! When I saw the Bolt.new challenge to build something in a single prompt, I thought: Why not create a tiny virtual pet that keeps you on your toes? The idea was to see if I could design and build the entire app using just one well-crafted prompt.

What I Learned

This project taught me:

  • How powerful Bolt.new is when given a clear, focused prompt — I was able to build the whole app with just one prompt as part of the challenge.
  • The balance between including enough detail for the AI to produce what you want, without overwhelming it.
  • That small touches like random stat decay and mood changes bring a simple app to life.

How I Built It

I wrote a single detailed prompt in Bolt.new describing:

  • A Tamagotchi-style web app where the pet’s hunger, happiness, and energy randomly drop over time by 5, 10, or 15.
  • Actions like Feed, Play, Sleep, and Reset to care for the pet.
  • A mood system that changes the pet’s emoji based on its current stats.
  • Local storage persistence.
  • A minimalist, colorful, mobile-friendly design.

Bolt.new generated the full core app in one go, ready to play. I focused on testing and adjusting the decay intervals for fun and balance.

Challenges

  • Writing the right prompt! I had to ensure it was detailed enough for Bolt.new to understand, but not so complex that it produced messy or inconsistent output.
  • Making sure the app worked well on both desktop and mobile without overloading the AI with design instructions.
  • Describing the random stat decay logic clearly so it was implemented as intended — all within a single prompt.

In the end, it was a fun and fast way to bring an idea to life as part of the Bolt.new one-prompt challenge!

Built With

  • bolt.new
Share this project:

Updates