PilserLabs · serverless engine
The engine, explained.
How one embeddable Rust process hosts many isolated serverless apps — the architecture, the internals, and step-by-step guides for building on it. Written from the source.
3 posts
- Your first app in 15 minutesCreate a board, add a table with schema, insert data, wire a realtime frontend — no deploy step.tutorialrestgetting-started
- What the PilserLabs Serverless Engine actually isOne Rust process that hosts many isolated apps: boards, tenants, storage chain, and why it exists.architectureoverview
- The write path: what happens when you submit a recordFrom HTTP handler to HelixDB node — validation, seq allocation, audit, recipes, webhooks, and the concurrency fixes that keep it fast.internalsarchitectureconcurrency

