This is early WIP!

Servite

A Vite plugin for React SSR / SSG / CSR / Islands.

✨ SSR

enabled by default for SSR, but also supports SSG and CSR.

⚡️ SSG

If most of the site's content is static, it can easily switch to SSG.

🖥 CSR

When server-side rendering does not meet the requirements, you can also switch to CSR for pure browser-side rendering.

🏝 Islands

Supports the Islands architecture, which is further ahead than SSG and has better performance.

💡 Nitro

Servite is powered by Nitro. Nitro enables the implementation of APIs and middleware.

And, uh..

Start quickly

# Scaffolding your servite project with typescript
$ pnpm create servite my-app --ts

# Start dev
$ cd my-app && pnpm i && pnpm dev
# Scaffolding your servite project with typescript
$ pnpm create servite my-app --ts

# Start dev
$ cd my-app && pnpm i && pnpm dev
Copyright © 2022-present Codpoe. Built with Vite & Servite.