A small, complete website
This is the first real target for the component compiler and runtime. Its pages, assets, browser behavior, workers and SQLite schema all live together in one project.
The guestbook exercises the complete request path: a browser submits a form, a worker validates it, SQLite stores it, and another worker reads it.