A simple web application to generate superhero cards using image generation AI tools and manual tuning. Currently supports only Stability AI (check v2beta Docs)
- Laravel 12 with InertiaJS
- Vue 3 with Composition API
- shadcn components library
- Tailwind CSS
- AI REST APIs: StabilityAI (planned to add more)
- SQLite database
Install PHP and JavaScript dependencies
composer run setup
Add StabilityAI API key to .env
# Stability AI API
STABILITY_API_KEY={YOUR_API_KEY}
Run project
composer run dev


