Skip to content

simsustech/vitrify

Repository files navigation

Vitrify

Vite as your Full Stack development tool

Vitrify is an abstraction over Vite similar to how Vite is an abstraction over Rollup and esbuild. It enables you to use Vite as your full-stack development tool.

Try it online

https://codesandbox.io/p/sandbox/vitrify-gtg4dp

Features

  • ESM only
  • Fully compatible with Vite configuration.
  • Integration with Fastify.
  • Client-Side Rendering (CSR), Server-Side Rendering (SSR), Static Site Generator (SSG) and Fastify server build and development modes.
  • Plugins for UI frameworks which can read their configuration from vitrify.config.js.
  • A few helpful configuration options
  • Implements functional programming.
  • Fully typed.

Supported frontend frameworks

Packages

Package Version
vitrify vitrify version
create-vitrify create-vitrify version
plugin-env pugin-env version

Credits

Thanks to:

And of course the Vite, Vue, Quasar and Fastify teams.