Files
supabase/apps/www/data/PricingFAQ.json
Kanishk Dudeja f434f739e1 docs: add taxes section to billing FAQ (#44874)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **Documentation**
* Added a comprehensive "Taxes" FAQ explaining when sales tax/VAT/GST is
charged (jurisdiction and billing-address dependent), invoice
presentation, prepaid credit treatment, and marketplace purchases
* Clarified rollout timeline and advance email notices (May 1–June 30,
2026)
* Explained Tax ID requirements, where to provide them, handling
missing/incorrect addresses, and tax-exemption submission process
* Added a corresponding pricing FAQ entry and dedicated support path for
tax questions
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-04-15 12:59:59 +05:30

43 lines
2.6 KiB
JSON

[
{
"question": "Can I cap my usage so my bill doesn't run over?",
"answer": "Yes. Spend caps are on by default on the Pro Plan. You can turn spend caps off for usage beyond the Plan limits to pay as you grow."
},
{
"question": "I'm worried I could end up with a huge bill at the end of the month.",
"answer": "Spend caps are on by default and you need to toggle them off from your dashboard to enable pay as you grow pricing."
},
{
"question": "When will I be billed?",
"answer": "Our Pro Plan is charged up front, and billed on a monthly basis. Additional usage costs are also billed at the end of the month."
},
{
"question": "Does Supabase charge sales tax, VAT or GST?",
"answer": "Supabase applies sales tax, VAT, GST, and other indirect taxes where required by law, based on your billing address. For more details, see our [Billing FAQ](/docs/guides/platform/billing-faq#taxes)."
},
{
"question": "Are you going to change your pricing in the future?",
"answer": "Our pricing is in Beta. You can read more about our decisions in our [pricing blog post](/blog/2021/03/29/pricing). Pricing may change in the future, however as a team of developers we are committed to pricing being as developer friendly as possible."
},
{
"question": "What happens if I cancel my subscription?",
"answer": "The organization is allocated credits for unused time during the billing month. Those credits can be used for other projects."
},
{
"question": "Do I get a notification if I am approaching my usage limits?",
"answer": "Yes, we will email you when you are within 20% of your Plan limits."
},
{
"question": "What if I need one project for development and one for production?",
"answer": "We are working on multi-environment projects. For now, you can create a project for your development backend and production backend. We give you 2 free projects as part of our Free Plan. This means you could have a development and a production server as part of your Free Plan."
},
{
"question": "Can I self-host Supabase for free?",
"answer": "Yes, you can use the [Docker setup](https://supabase.com/docs/guides/hosting/docker) or the [Supabase CLI](https://github.com/supabase/cli). [Supabase Studio](https://supabase.com/blog/supabase-studio) is also available in the Docker setup."
},
{
"question": "Can I pause a free project?",
"answer": "Yes, you can pause a project at any time. Our Free Plan gives you 2 free projects, but you can have as many paused projects as you want. Just pause and unpause them as needed."
}
]