PHPackages                             arnoson/kirby-vite-multi-page-kit - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. arnoson/kirby-vite-multi-page-kit

ActiveProject[Utility &amp; Helpers](/categories/utility)

arnoson/kirby-vite-multi-page-kit
=================================

A multi-page Kirby CMS + Vite starter kit

v4.0.1(2y ago)40116MITPHP

Since Mar 11Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/arnoson/kirby-vite-multi-page-kit)[ Packagist](https://packagist.org/packages/arnoson/kirby-vite-multi-page-kit)[ RSS](/packages/arnoson-kirby-vite-multi-page-kit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (14)Used By (0)

Kirby Vite Multi-Page Kit
=========================

[](#kirby-vite-multi-page-kit)

Features
--------

[](#features)

- ⚡️ Uses [Vite](https://vitejs.dev/) with [kirby-vite](https://github.com/arnoson/kirby-vite) plugin
- 📚 Multiple pages
- 🔄 Live Reloading for Kirby templates, snippets, content, ... changes
- 📂 [Public folder structure](https://getkirby.com/docs/guide/configuration/custom-folder-setup#public-and-private-folder-setup)

Installation
------------

[](#installation)

Clone this repository and run:

```
composer install

```

```
npm install

```

Development
-----------

[](#development)

Start vite's dev server and a simple php dev server by running:

```
npm run dev

```

Visit `localhost:8888` in the browser. Vite's dev server (`localhost:5173`) is only used for serving js, css and assets.

Preview
-------

[](#preview)

Get a local production preview by running:

```
npm run preview

```

Production
----------

[](#production)

Build your optimized frontend assets to `public/dist`:

```
npm run build

```

File Nesting
------------

[](#file-nesting)

If your are using VS Code, you can add file nesting to visually organize your assets in the editor's file explorer:

```
// .vscode/settings.json
{
  "explorer.fileNesting.enabled": true,
  "explorer.fileNesting.patterns": {
    "*.js": "${capture}.css"
  },
}
```

Deployment
----------

[](#deployment)

### Manually

[](#manually)

Upload the repository to your web server and point your web server to the repository's `public` folder.

### Rsync

[](#rsync)

If you have ssh access you can use rsync to automate the upload/sync.

### Git

[](#git)

You can also deploy your repository with git. Then you have to run the [installation](#installation) steps again on your web server.

Versioning
----------

[](#versioning)

Because this is a started kit and not a library it doesn't use semantic versioning. If you wan't to migrate an existing project please look for any breaking changes in the release note.

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance57

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 82.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~74 days

Recently: every ~59 days

Total

13

Last Release

1000d ago

Major Versions

v1.1.0 → v2.0.02022-07-19

v2.0.0 → v3.0.02022-09-20

v3.3.1 → v4.0.02023-08-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d95ad9b77de39a85a0f39a1cc84535de5affc9aa1150862252681972f4215d9?d=identicon)[arnoson](/maintainers/arnoson)

---

Top Contributors

[![arnoson](https://avatars.githubusercontent.com/u/15122993?v=4)](https://github.com/arnoson "arnoson (14 commits)")[![felixdenoix](https://avatars.githubusercontent.com/u/9197243?v=4)](https://github.com/felixdenoix "felixdenoix (2 commits)")[![bogdancondorachi](https://avatars.githubusercontent.com/u/39380741?v=4)](https://github.com/bogdancondorachi "bogdancondorachi (1 commits)")

### Embed Badge

![Health badge](/badges/arnoson-kirby-vite-multi-page-kit/health.svg)

```
[![Health](https://phpackages.com/badges/arnoson-kirby-vite-multi-page-kit/health.svg)](https://phpackages.com/packages/arnoson-kirby-vite-multi-page-kit)
```

###  Alternatives

[distantnative/retour-for-kirby

Manage redirects and track 404s right from the Kirby CMS Panel

14689.4k1](/packages/distantnative-retour-for-kirby)[oblik/kirby-link-field

Kirby 4 field for all types of links.

7650.6k2](/packages/oblik-kirby-link-field)[belugadigital/kirby-navigation

Kirby 5 field for hierarchical menus with drag &amp; drop level indentation.

8713.4k](/packages/belugadigital-kirby-navigation)[rasteiner/k3-whenquery

Conditionally show fields and sections. Better.

6717.8k](/packages/rasteiner-k3-whenquery)[bogdancondorachi/kirby-table-field

Table field plugin for Kirby CMS

5317.7k](/packages/bogdancondorachi-kirby-table-field)[floriankarsten/kirby-plausible

Simple plugin providing Plausible tracking and iframe panel view to Kirby panel.

234.5k](/packages/floriankarsten-kirby-plausible)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
