We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1082ca commit 79b3574Copy full SHA for 79b3574
src/site/generators/capri.md
@@ -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