# vituum

> Fast Prototyping with Template Engines in Vite. Small and fast static site generator for Vite.

Latest version **2.0.2** (published 2026-04-22) · 0 weekly downloads

## Install

```sh
npm install vituum
pnpm add vituum
yarn add vituum
bun add vituum
```

## Health

**Score 55/100 (C)** — status: active.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 2.0.2 |
| Published | 2026-04-22 |
| First published | 2022-08-05 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | ^20.19.0 \|\| >=22.12.0 |
| Dependencies | 4 |
| Unpacked size | 33.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 366 |
| Maintainers | evromalarkey |
| Keywords | vituum, vite, vite-plugin |

## Links

- npm: https://www.npmjs.com/package/vituum
- Repository: https://github.com/vituum/vituum
- Homepage: https://github.com/vituum/vituum#readme
- Issues: https://github.com/vituum/vituum/issues
- npm.io page: https://npm.io/package/vituum

## Dependencies (4)

- [vite](https://npm.io/package/vite.md) ^8.0
- [chokidar](https://npm.io/package/chokidar.md) ^5.0
- [picomatch](https://npm.io/package/picomatch.md) ^4.0
- [tinyglobby](https://npm.io/package/tinyglobby.md) ^0.2

## Alternatives

- [raw-loader](https://npm.io/package/raw-loader.md) — 4.3M weekly downloads
- [plop](https://npm.io/package/plop.md) — 1.4M weekly downloads
- [webpack-deadcode-plugin](https://npm.io/package/webpack-deadcode-plugin.md) — 80.3K weekly downloads
- [@storybook/preact-vite](https://npm.io/package/@storybook/preact-vite.md) — 54.2K weekly downloads
- [vite-plugin-transform](https://npm.io/package/vite-plugin-transform.md) — 2.4K weekly downloads

## Recent versions

- 2.0.2 (latest) — 2026-04-22
- 2.0.0-next.16 (next) — 2026-03-13
- 2.0.1 — 2026-03-18
- 2.0.0 — 2026-03-13
- 2.0.0-next.15 — 2026-02-02
- 2.0.0-next.14 — 2026-01-22
- 2.0.0-next.13 — 2026-01-21
- 2.0.0-next.12 — 2026-01-21
- 2.0.0-next.11 — 2026-01-21
- 2.0.0-next.10 — 2026-01-21
- 2.0.0-next.9 — 2026-01-20
- 2.0.0-next.8 — 2026-01-20
- 2.0.0-next.7 — 2026-01-15
- 2.0.0-next.6 — 2026-01-15
- 2.0.0-next.5 — 2025-12-18
- … 81 more at https://npm.io/package/vituum/versions

## README

<p align="center">
  <a href="https://vituum.dev/" target="_blank" rel="noopener noreferrer">
    <img width="180" src="https://avatars.githubusercontent.com/u/109584961" alt="Logo">
  </a>
</p>
<p align="center">
  <a href="https://npmjs.com/package/vituum"><img src="https://img.shields.io/npm/v/vituum.svg" alt="npm package"></a>
  <a href="https://nodejs.org/en/about/releases/"><img src="https://img.shields.io/node/v/vituum.svg" alt="node compatility"></a>
</p>

# ⚡⚙️ Vituum

Fast Prototyping with Template Engines in Vite

- ⚡ Vite Plugins
- 🚀️ Fast prototyping
- 💡 Template Engines
- ✉️ Email Templates

Small and fast static site generator for Vite.<br>
It's a mix of words **Vite** _(French word for "quick")_ and **Tuum** _(Estonian word for "core")_.<br>

Learn more about **Vituum** on [Features](https://vituum.dev/guide/features.html) page.

## 🪄 Get started

```sh
npm create vite@latest
npm i vituum --save-dev
```

### Config

Read the [Docs](https://vituum.dev/config/) to learn more about configuration.

```js
import vituum from 'vituum'

export default {
    plugins: [
        vituum()
    ]
}
```

You can try Vituum online on [Stackblitz](https://vituum.dev/guide/#trying-vituum-online) or view all examples on [GitHub](https://github.com/vituum/vituum/tree/main/examples)

### Requirements

- [Node.js LTS (20.x)](https://nodejs.org/en/download/)

## Licence
MIT

---
_Source: https://npm.io/package/vituum · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
