Lakebed Examples

Use these capsules as patterns for app-building agents. Each example is a complete Lakebed app with the same file layout your generated app should use:

server/index.ts
client/index.tsx
shared/

What To Copy

Both checked-in examples use database API v1. For an older capsule that still uses where, orderBy, limit, all, or synchronous database calls, follow the Database API v1 migration guide.

Examples

Run the checked-in todo example:

npx lakebed dev examples/todo

Open separate tabs with different guest identities:

http://localhost:3000/?lakebed_guest=alice
http://localhost:3000/?lakebed_guest=bob