Content pfp
Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions

Zak pfp
Zak
@devzl
Spent the FarCon week talking with Farcaster devs. A recurring theme: the downsides of deploying Farcaster apps on Vercel using Next.js SSR. Both cost surprises and technical challenges came up repeatedly. Takeaway: convenience isn't free.
1 reply
0 recast
11 reactions

Zak pfp
Zak
@devzl
Talked to the creators of /farville, /clanker etc. All confided their Vercel bills were shockingly high. Why? They leaned heavily on server-side rendering with Next.js, and usage costs added up fast. Takeaway: heavy SSR will burn money.
1 reply
0 recast
1 reaction

Zak pfp
Zak
@devzl
Chatted with the creator of Eggs @farcasteradmin.eth. His advice? Stay away from SSR. You'd be hitting scaling pain early and SSR added cost and complexity with very little upside. Unless you truly need SSR, you're probably better off without it.
1 reply
0 recast
1 reaction

Zak pfp
Zak
@devzl
Here’s the kicker: with thousands of daily users, Vercel bills can easily cross into the thousands of dollars per month, and that’s just for the frontend infra. No DB, no analytics. SSR scales your costs linearly. You pay for every request. It adds up fast.
1 reply
0 recast
0 reaction

Zak pfp
Zak
@devzl
Already refactored /hazanlegacy from Next.js to a Hono backend with a Vite + React frontend. Now it's faster, cheaper, and way easier to host flexibly. Static frontend + API backend is a pattern that just works, especially in Farcaster’s Miniapps.
1 reply
0 recast
1 reaction