Skip to content

KingSucuk/lunas

Repository files navigation

Lunas

This is a demo Next.js application for generating AI-based pet portraits. Users can upload photos, choose art styles, pay via Stripe, and receive generated images via email.

Development

  1. Copy .env.local.example to .env.local and fill in your API keys.
  2. Install dependencies:
    npm install
  3. Run the dev server:
    npm run dev
  4. Avoid committing binary assets. If you need icons or images, reference them from a URL or add them to .gitignore.

Notes

  • Image generation and email sending are mocked in app/api/generate/route.ts.
  • Results are stored in-memory and reset when the server restarts.

Testing

Run linting and a production build:

npm run lint
npm run build

About

a Next.js + Tailwind CSS web app for an AI-based pet portrait generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published