Skip to main content

Quickstart

Prerequisites

  • Cloudflare Workers project with wrangler.jsonc
  • Neon Postgres database (for packages that need @latimer-woods-tech/neon)
  • Node.js 20+

Install packages

Install only the packages your app needs:

Configure bindings

Add your secrets to wrangler.jsonc as bindings (never as plaintext vars):
Store secrets via Wrangler:

Wire up your Worker

Next steps

  • Read the Auth docs to issue tokens
  • Set up Neon for database access
  • Add Analytics to track user events
  • Use LLM for AI completions with automatic failover