Skip to content

PrezlThe clarity of slides.
The context of real code.

Prezl is a presentation tool that looks and feels like a real code editor. Step through your codebase one moment at a time — reveal files, focus regions, and trigger demos exactly when you need them.

Dashboard Demo
feature/dashboard-shell
Run
TSFrontend
  • src
  • main.ts
  • dashboard.ts
  • api.ts
dashboard.ts
main.ts
10export function registerDashboard(app: App) {
11 const dashboard = createDashboard()
12 dashboard.register(app)
13}
14
24}
feature/dashboard-shelltypescriptReady

Released under the ISC License.