Skip to content
This repository was archived by the owner on Jun 18, 2023. It is now read-only.
Pietro T edited this page Jan 12, 2021 · 5 revisions

Hyperlight is a next-gen Hyperapp framework.

It is completely written in typescript and cjs free, inspired by Next.js. It uses esbuild to achieve such speeds and size

Get started by reading the Get Started guide, or read the full documentation in the Documentation section

import { jsx } from '@hyperlight/jsx'
import "./style.css"

export default () => <h1>Hello World</h1>

Top features:

  • Small bundle sizes and build times (4kb minimum)
  • Server-Side rendering and Server-Side state
  • Dev server with live reload
  • JSX support with @hyperlight/jsx
Clone this wiki locally