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

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