Hobby is personal, non-commercial use. Taking payments is commercial, regardless of size. You won't get a bill, but they can pause the project, which is worse on a paying customer's booking day.
Options:
- Vercel Pro ($20/month). Simplest, nothing to change. Fair if it's the only paid thing.
- Netlify / Cloudflare Pages free tiers allow commercial use (check current terms). If the Bolt app is mostly a static React/Vite build + Supabase, Cloudflare Pages is basically free and fine.
- A small VPS (~€5/month) with Coolify. Cheapest per month, but now you're the ops person.
At 3 customers, option 2 if the app is static, option 1 if it relies on Next.js server features.
_redirects or the built-in SPA handling). rafa_dev · edited