Product Generator

Generate, review, fit, and publish print-on-demand products from one workspace.

This v1 scaffold is set up for internal use first: guarded sign-in, a Prisma-backed domain model, S3-compatible storage adapters, and dedicated workspaces for creative review and product setup.

Studio

Prompt, iterate, and shape designs before they hit production.

Review

Approve revisions, catch print issues, and keep a clear audit trail.

Product Setup

Fit artwork to provider templates and prepare listings for channel publication.

Internal Access

Sign in to the product ops workspace.

The scaffold uses a simple credentials login so we can get moving quickly. Replace it with your preferred provider once we wire up the real team auth flow.

Setup Notes

  • Set `NEXTAUTH_SECRET`, `ADMIN_EMAIL`, and `ADMIN_PASSWORD` in `.env`.
  • Set `DATABASE_URL` to your Postgres instance before Prisma migrations.
  • Choose local or S3-compatible asset storage with env flags.