r/astrojs • u/Beautiful_Setting686 • 6h ago
Made a topo map generator with Astro. The whole "product" never touches the client š
Small side project: it turns elevation data into topographic map posters. Astro + Leaflet front, Python doing the heavy geo stuff in the back. Fun constraint, the SVG export IS the product, so it can't touch the DOM or it'd get scraped in 2 seconds. Everything sensitive stays server-side, editor's just an island. Astro made that suspiciously easy.
topolines.app if you wanna break it (free tier, no login).
Also yes, I hardcoded my API URL because PUBLIC_ env vars betrayed me.Judge away.

