a reactive (signals based) hypermedia web framework (wip)
stormlightlabs.github.io/volt/
hypermedia
frontend
signals
1---
2# https://vitepress.dev/reference/default-theme-home-page
3layout: home
4
5hero:
6 name: "VoltX.js"
7 # text: "A reactive, hypermedia framework."
8 tagline: |
9 A reactive, hypermedia framework.
10
11 ⚠️ Pre-release software: Breaking changes expected
12 actions:
13 - theme: brand
14 text: Overview
15 link: /overview
16 - theme: alt
17 text: API Reference
18 link: /api-examples
19
20features:
21 - title: Reactive
22 details: Signal-driven rendering keeps your markup in sync with data.
23 - title: Hypermedia Powered
24 details: Built-in hypermedia helpers stream link and form updates across HTTP and WebSocket transports.
25 - title: Expandable
26 details: A modular plugin system lets you ship custom bindings, transports, and diagnostics
27---