https://github.com/node-ecosystem/vike-lite
Lite version of Vike web framework
https://github.com/node-ecosystem/vike-lite
lite ssr vike vite web-framework
Last synced: 9 days ago
JSON representation
Lite version of Vike web framework
- Host: GitHub
- URL: https://github.com/node-ecosystem/vike-lite
- Owner: node-ecosystem
- License: mit
- Created: 2026-06-24T13:42:14.000Z (27 days ago)
- Default Branch: master
- Last Pushed: 2026-07-01T16:04:19.000Z (19 days ago)
- Last Synced: 2026-07-01T17:25:47.758Z (19 days ago)
- Topics: lite, ssr, vike, vite, web-framework
- Language: TypeScript
- Homepage:
- Size: 1.15 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monorepo of `vike-lite`
Vike Lite (pronounced _/vaɪk laɪt/_) is a _light_ web framework inspired by [Vike](https://vike.dev).
### ✨ Features
~ 🪶 **Light** ~ Zero dependencies and only essential validations
~ ⚖️ **Functionalities** ~ [See differences](packages/vike-lite/doc/differences/INDEX.md)
### 📦 Packages
| Package | Description | Migration
| - | - | -
| [vike-lite](packages/vike-lite) | Core, inspired by [vike](https://github.com/vikejs/vike) | [Migration from `vike`](./packages/vike-lite/doc/MIGRATION.md)
| [vike-lite-solid](packages/vike-lite-solid) | UI adapter for SolidJS, inspired by [vike-solid](https://github.com/vikejs/vike-solid) | [Migration from `vike-solid`](./packages/vike-lite-solid/doc/MIGRATION.md)
### 🫶 Contribution
Want to contribute to the project? Clone the repository and install the dependencies:
```sh
git clone https://github.com/node-ecosystem/vike-lite.git
cd vike-lite
yarn
```
### 📜 License
[MIT](LICENSE)