Mondo

A framework for creating blazing fast, multi page, multi language websites deployed entirely on the edge with no runtime computation.

Mondo is built to push website performance to the absolute limit. The core idea is simple: serve pre rendered, localized HTML files directly from CDN edge nodes, with zero runtime computation required.
The result is instant load times, no hydration delay, and near perfect SEO. Mondo handles routing, localization, and file generation automatically, making it possible to build large, dynamic feeling sites that are actually static under the hood.

Achieving Speed

Building fast websites means solving three things:

1

Serve HTML from a server as close to the user as possible (edge CDN)

2

Make the server respond instantly, by doing zero computation.

3

Make the client do no work before displaying the result. Remove the need for hydration
The only way to truly hit all three is to pre generate the HTML completely ahead of time. No SSR. No hydration. No runtime JS frameworks. That’s what Mondo enables.

Features

Multi-page architecture with zero runtime routing Per-locale HTML generation (localization is pre injected) Edge-first deployment (e.g. Cloudflare CDN) Perfect pairing with Mesa for component level build-time rendering

Reflections

Mondo came out of the frustration of watching modern frameworks add latency and complexity just to render HTML. I wanted something where the browser gets exactly what it needs, instantly, and nothing more. It's been incredibly satisfying to build something that rethinks how web infrastructure should work and have it feel simpler, not harder.

By the way, the thing you're reading right now? It was built using Mondo, deployed to Cloudflare, and automatically adapted to your browser’s preferred language (except for Swedish, English is better for Swedes 😁). No server, no compute, just static files served instantly. Reloading your current tab will make this page render instantly. No javascript runtime & no server compute needed

Tech stack

Built for Vite + Mesa stacks. Integrates with Cloudflare and other CDN providers for edge level HTML delivery. Localization handled at build time using a smart file generation system & the Mondo CLI.