Weezmo
This site is mainly an API plus public document pages. The home page is intentionally minimal.
Admin — survey analytics: /admin/surveys (Supabase Auth + allowlist; see README).
Survey design (instant, no database): Open sample survey preview — full UI; submit completes locally only.
Order tracking (instant preview): Open sample tracking preview — mock data; live links use /track?orderID=SO….
Real shareable link: create a document with POST /api/documents (see README). You need .env.local with DOCUMENTS_API_KEY and Supabase vars, then:
node --env-file=.env.local scripts/create-sample-survey.mjs
If you use Vercel: vercel link then vercel env pull .env.local to fetch keys, set NEXT_PUBLIC_APP_URL=http://localhost:3000 for local links, restart npm run dev, then run the script again.
Receipts and surveys live at /documents/<id> after creation.