Next.js Discord

Discord Forum

What are ways to avoid cost spike?

Unanswered
Chum salmon posted this in #help-forum
Open in Discord
Chum salmonOP
I think bandwidth costs and limits can sneak up on our projects with platforms like Supabase and Vercel when we are scaling or handling heavy image/video traffic.

So I did some research and came up with the following setup:

- App frontend (Next.js) with Vercel
- Auth, DB (Postgres) with Supabase
- Image & Video Storage with VPS (Hetzner)

The reason I want to move images and videos to VPS because Vercel has only 100gb bandwidth permonth before it spikes and Supabase only have 2GB.

What do you guys think?

0 Replies