Backlit reference
Define internal application interfaces with the Backlit SDK and render them from the Backlit protocol.
Backlit lets an application describe an interface without frontend code. The SDK builds a protocol node tree. A Backlit renderer displays that tree.
This site documents the SDK input and the protocol output for each interface element.
To learn why Backlit exists and where it is going, read the manifesto.
Resources
Declare named entities, their fields, and their endpoints.
Fields
Declare how record values travel and appear.
Filters
Declare controls that narrow data.
Views, zones, and actions
Define screens, refresh boundaries, and operations.
Blocks
Compose the content shown on a screen.
Form and form fields
Collect data and submit it to an action.
Widgets
Display small figures that summarize data.
Targets
Connect fields to another Backlit view or lookup.
App and runtime
- App and areas: register resources and navigation.
- Request handling: use middleware, context, and responses.
- Search state: apply filters, pagination, and sorting.
- Agent tools: expose selected endpoints to an agent host.
- Extensions: register custom builders and remappers.
- API declarations: inspect every public export.
Examples show complete SDK resource files and protocol output from the current SDK. Each example runs during the build. The docs do not include interactive client previews.