A simple yet magical web application that uses OpenAI's GPT model to generate personalized bedtime stories for children. Built with 💎 Ruby on Rails, this app combines the power of AI with creativity to make bedtime more fun and engaging for kids.
- 🧒 Input child’s name, favorite character, or theme
- 🧠 Story generated instantly using OpenAI API
- 📖 Readable and age-appropriate short stories
- 💻 Clean, responsive user interface
- 🎯 Built with simplicity and ease-of-use in mind
- Backend: Ruby on Rails
- AI Integration: OpenAI GPT API
- Frontend: Embedded Ruby (ERB), HTML/CSS
- Ruby 3.x
- Rails 7.x
- Bundler
- OpenAI API key
git clone https://github.com/your-username/bedtime-story-generator.git
cd bedtime-story-generator
bundle install
rails db:setup