Skip to content

Commit 79b3574

Browse files
authored
Add Capri
1 parent f1082ca commit 79b3574

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/site/generators/capri.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Capri
3+
repo: capri-js/capri
4+
homepage: https://capri.build
5+
language:
6+
- TypeScript
7+
license:
8+
- MIT
9+
templates:
10+
- React
11+
- Preact
12+
- SolidJS
13+
description: Build static sites with interactive islands.
14+
---
15+
Capri is a static site generator with a component-based workflow. Websites
16+
built with Capri ship zero KB of JavaScript to the browser by default. You can
17+
selectively add interactive islands that get hydrated when the page loads.
18+
Capri supports live CMS previews by generating an SPA right next to the
19+
static pages.

0 commit comments

Comments
 (0)