Updated 2026-06-10
An AI app builder with Stripe payments
Describe a paid feature and Mortar builds it as real Django + Stripe — you connect your own Stripe keys, customers pay into your account, and you own the code.
How payments work
- ✓Bring your own Stripe keys — encrypted, injected only at runtime; the AI never sees them.
- ✓Customers pay into YOUR Stripe account (you keep the code + the account).
- ✓Checkout wired with a tested primitive; verified webhooks.
- ✓Real Django (Python) — models, views, templates, migrations, tests.
Frequently asked
Whose Stripe account receives the money?
Yours. You connect your own Stripe keys; payments go straight to your account — Mortar never touches the funds.
Does the AI see my Stripe secret key?
No. Keys are encrypted and injected only into your running app; the build agent references them by name and never sees the values.
Do I own the code Mortar generates?
Yes. Every project is a real Django repository you can export in full and run anywhere — there is no proprietary runtime and no vendor lock-in.
Build a real Django app you own
Describe it in plain English. Preview, edit, and export the full source — no lock-in.
Start building