Skip to content

simsustech/vitrify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

80adca2 · Apr 9, 2025
Apr 9, 2025
Jan 8, 2025
Jun 10, 2022
Sep 24, 2024
Apr 9, 2025
Dec 30, 2024
Apr 14, 2022
Apr 14, 2022
Aug 22, 2022
Apr 7, 2025
Apr 14, 2022
Feb 4, 2025
Apr 9, 2025
Apr 9, 2025
Apr 14, 2022

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.

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.