SUPPORT / FAQ
Common
questions.
If you don't find your question below, email [email protected]. I read every message.
Frequently asked.
What database does UseDeploy support?+
Anything Prisma supports — PostgreSQL is the default, but MySQL, MariaDB, SQLite, SQL Server, MongoDB, and CockroachDB all work. Switching is a single env var and a re-run of `prisma generate`.
Is UseDeploy a Next.js boilerplate or a full-stack one?+
Full-stack. The client is Next.js, the server is Express + Bun in a separate workspace, the queue layer runs as its own worker. They communicate over HTTP + a typed contract package.
Can I deploy to Vercel?+
The Next.js client deploys cleanly to Vercel. The Express server needs a long-running runtime — Fly.io, Render, Railway, or your own VPS. Step-by-step guides for each in the docs.
Why three payment providers?+
Stripe for global B2B, MercadoPago because LATAM customers can't always pay with international cards, Polar.sh for OSS-friendly billing with built-in license keys. They all live behind the same IPaymentProvider port.
Can I remove the AI module if I don't need it?+
Yes. The AI module is one bounded context; deleting its module folder + the related routes is a 10-minute job. Same for any other module — that's the point of bounded contexts.
How do updates work?+
Founder tier: 6 months of updates via private GitHub repo invite. Lifetime tier: forever. Updates are tagged releases with a migration guide for breaking changes.
Is there a refund policy?+
Yes. Email [email protected] within 14 days of purchase for a full refund. No questions asked.
Can I use it for client work?+
Yes. The license covers commercial use across as many projects as you ship — including agency / consultancy work for clients. You can't resell or redistribute the boilerplate itself.
Does it support i18n?+
The marketing site ships with English / Spanish / Portuguese already wired. The dashboard uses next-intl and is set up the same way — drop in a new dict file to add a locale.
How big is the codebase?+
Around 25k LOC across the monorepo, ~459 tests, ~24 docs pages, ~10 bounded contexts. Big enough to be useful, small enough to read end-to-end in a weekend.
Still curious?
Email [email protected]. I personally answer every message.