-This README would normally document whatever steps are necessary to get the
-application up and running.
+Marketing site and signup flow for Crimata. Rails 7 app handling passwordless (magic-link) login, pricing/checkout via Stripe, and kicking off instance provisioning once a subscription is created.
-Things you may want to cover:
+## What it does
-* Ruby version
+- `/` and `/pricing` — marketing pages
+- `/login` — passwordless magic-link auth
+- `/checkout/start` — creates a Stripe Checkout session for the subscription
+- `/checkout/webhook` — on successful payment, calls out to `crimata-infra`'s `/instances` endpoint to provision the customer's instance
-* System dependencies
+## Running it
-* Configuration
+Needs Postgres, Stripe API keys, a Resend API key (for magic-link emails), and `INFRA_SERVICE_URL` pointing at a running `crimata-infra` instance.