Files
supabase/apps/www/data/PricingFAQ.json

43 lines
2.8 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": "Pricing may change in the future. As a team of developers, we are committed to keeping our pricing 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": "How can I track my usage?",
"answer": "You can track your organization's usage at any time on the [usage page](https://supabase.com/dashboard/org/_/usage) in the dashboard, which shows how each project is tracking against your plan's limits. Your upcoming invoice on the [billing page](https://supabase.com/dashboard/org/_/billing) updates as you go, and organizations on the Pro Plan or above can use the [Spend cap](https://supabase.com/docs/guides/platform/cost-control) to control costs."
},
{
"question": "What if I need one project for development and one for production?",
"answer": "You can create two projects, one for development and one for production — the Free Plan includes two free projects. You can also use [Branching](https://supabase.com/docs/guides/deployment/branching), available on the Pro Plan and above, to run a separate development environment off your production project."
},
{
"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."
}
]