]> Repos - crimata-website/summary
 
descriptionMarketing site, signup, and Stripe checkout for Crimata
last changeThu, 16 Jul 2026 20:15:59 +0000 (20:15 +0000)
readme

crimata-website

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.

What it does

Running it

Needs Postgres, Stripe API keys, a Resend API key (for magic-link emails), and INFRA_SERVICE_URL pointing at a running crimata-infra instance.

bundle install bin/rails db:create db:migrate bin/rails server

Configured for deployment on Fly.io (fly.toml), but that hasn't been kept up to date since moving off Fly — expect some setup friction there.

shortlog
9 days ago Andrew GundersenAdd README main
2026-03-02 Andrew GundersenRemove dashboard, route post-checkout to home
2026-02-27 Andrew GundersenUpdate Gemfile.lock with resend gem
2026-02-27 Andrew GundersenAdd passwordless email auth with pre-checkout signup
2026-02-27 Andrew GundersenAdd ActiveRecord, customer dashboard, separate DB archi...
2026-02-25 Andrew GundersenInitial commit
heads
9 days ago main