RSSAmplifier

Skill Issue Dev | Dax the Dev · Apr 16, 2026

vanta-explorer v2: API + SPA on a single port

0
Sign in to vote or save

This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.

The explorer was running as two separate Fly machines: one Node API at :3000 , one nginx-served SPA at :80 . Doubled the rent, doubled the surface area. Consolidated into a single Express handler that serves the SPA on / and the JSON API on /api/* . The thing nobody tells you: Fly's free tier is metered per machine , not per port . A 2-machine setup of two 256MB VMs is twice the cost of one 512MB…

Read on github.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.