Documentation · Start here
Quickstart
One path for developers shipping fast with next.js. Finish line = your own deployment running code you own, not a Flomisma-hosted account.
1. Pick a template
/templates — browse by category, buy once via Stripe checkout.
2. Clone and configure
Your license email includes repo access and setup instructions. Every template ships with a complete README.
setup.sh1# After checkout, you'll get a license key and a repo link by email2git clone <your-template-repo-url>3cd <template-directory>4cp .env.example .env.local5# Fill in your own Stripe/DB/email keys — nothing points at Flomisma infrastructure6npm install7npm run dev▋3. Deploy it yourself
Ship to Vercel, your own infrastructure, or wherever you already deploy Next.js. Nothing in the template depends on Flomisma being reachable at runtime.
4. Verify a hash chain (optional)
If your template includes attestation or a ledger, try the same verification algorithm at /verifier — runs entirely in your browser, no API key.