Hacker News new | ask | show | jobs
Show HN: Mochi – a performance-first SveltKit alternative (mochi.fast)
5 points by khromov 15 days ago
Today I'm launching Mochi - a performance-focused alternative to SvelteKit. Mochi is built on an islands architecture and allows you to keep most components as performant server-side rendered code and hydrate just the components you need. This means smaller JavaScript bundles and faster performance for your users.

Try it out with bun create mochi@latest or go to https://mochi.fast to check out the docs.