Remix.run Logo
austinpena 4 days ago

I have an SSR Astro project. Using Fly makes my project fast.

For dynamic data I use SWR.

I could use Cloudflare workers but it doesn’t play so nice with Astro.

I also have a “form submission service” where I receive a Post and send an email.

I need maximum uptime to avoid revenue loss.

It’s a go service so I deploy ~6 machines across the US to ensure I don’t drop any requests.

I haven’t had downtime in years.