Build playbook

Follow these steps to configure the Humanizer AI stack described in the PRD—Next.js frontend, Convex realtime backend, Stripe subscriptions, OpenAI rewrites, and Clerk authentication.

Create your workspace

  • Sign up with Clerk (email, Google, or GitHub)
  • Invite collaborators from the dashboard once you have a plan
  • Set usage alerts so teams know when credits are low

Configure environment

  • Copy the `.env.local` template from README.md
  • Add Clerk, Convex, Stripe, and OpenAI keys (never commit secrets)
  • Mirror the same values in Vercel for preview and production

Run locally

  • `pnpm install` then `pnpm dlx convex dev` in terminal A
  • `pnpm dev` in terminal B to launch Next.js
  • Try the `/api/humanize` route with sample copy to confirm OpenAI access

Ship to production

  • Push to GitHub—Vercel builds with `pnpm build`
  • Add Stripe webhook URL in the dashboard and set the signing secret
  • Monitor logs from dashboard → Activity for humanizer sessions and detector scores

Key resources

Need deeper integration help?

Enterprise onboarding includes prompt engineering workshops, detector analytics setup, and custom SLA.

Contact sales