Tare® · Setup required01 / Auth
One more step
Connect Clerk.
Tare uses Clerk for sign-in and session. Create a free app, copy the API keys into your environment.
- 01Sign up at dashboard.clerk.com — free tier is enough.
- 02Create application → name it Tare.
- 03Enable Email magic link in sign-in options.
- 04Copy the two keys from the API Keys page.
- 05Paste them into Vercel env as NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY and CLERK_SECRET_KEY.
Want the public demo instead? Open /demo ↗