Skip to content

Simple web app to generate superhero cards using AI and manual tuning

Notifications You must be signed in to change notification settings

alex-key/hero-draft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Hero Draft

WIP

A simple web application to generate superhero cards using image generation AI tools and manual tuning. Currently supports only Stability AI (check v2beta Docs)

Technical stack

  • Laravel 12 with InertiaJS
  • Vue 3 with Composition API
  • shadcn components library
  • Tailwind CSS
  • AI REST APIs: StabilityAI (planned to add more)
  • SQLite database

Installation

Install PHP and JavaScript dependencies

 composer run setup

Add StabilityAI API key to .env

# Stability AI API
STABILITY_API_KEY={YOUR_API_KEY}

Development

Run project

 composer run dev

Screenshots

mainpage.jpg

finish-hero.jpg

login.jpg

About

Simple web app to generate superhero cards using AI and manual tuning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published