--- title: 'Welcome' slug: intro --- # mochi Mochi is a SSR-focused framework for [Svelte 5](https://svelte.dev/) and [Bun](https://bun.sh/). It has a strong focus on performance and uses an islands architecture. This means you can selectively hydrate the Svelte components you want to be interactive, and leave the rest as performant HTML without having to ship the runtime for those components to the client. Less JavaScript, faster pages, and happier users are ahead! > **Early prototype.** Only use in production if you are brave!