Gleam Lightspeed

Lightspeed is a production-ready, LiveView-style web framework for Gleam.

It is built for teams that want typed realtime UI, deterministic runtime behavior, and first-class data/ETL operations on the BEAM.

Why Lightspeed

Status

Install

gleam add lightspeed

Try Now

From this repository:

make setup
make check
make test

Run the production release gate:

make production-ready

Run the integrated ETL operations fixture surface:

make pipeline-operations-surface-fixture

Documentation

Start with the docs portal:

Key paths:

Repository Layout

.
├── src/lightspeed/         # framework/runtime modules
├── test/                   # Gleam test suites
├── client/                 # browser runtime and JS interop layer
├── docs/                   # guides, operations, and compatibility docs
├── specs/                  # normative specifications
├── rfcs/                   # request-for-comments documents
├── adrs/                   # architecture decision records
├── examples/               # usage examples
└── Makefile                # local and CI entrypoints

Community

Versioning

Lightspeed follows semantic versioning.

License

Lightspeed is distributed under The Unlicense. See LICENSE.md.

Search Document