Learn
New to Pagelove? Start with the first tutorial below — it builds a small, working application from a single HTML file, introducing reads and writes, authorization, and the platform's HTTP surface along the way. No database to set up and no server code to write. Then build the blog: a complete site that composes itself on the server from files of data.
- Your first Pagelove application — build a working shopping list: reading and writing fragments with
PUT/POST/DELETE, and granting permission for those writes with an authorization rule. - Build a blog — build a complete blog: pages that compose themselves from post data, one parameterized page for every post, an archive, an Atom feed, and public comments made safe by a shape constraint.