What are Pages?
Pages are the free-form screens of your app that are not tied to a single table. A landing page, an "About" page, a welcome dashboard, a help notice: these are Pages.
Tables, forms, and lists handle your data. Pages handle everything around it.
Two kinds of page
- Public page needs no login. Use it for a landing page or public information.
- Authenticated page requires the user to sign in. Use it for an internal dashboard or staff-only notes.
What a page is made of
A page is built from blocks you stack in order:
- Hero is a large banner with a title and optional background image.
- Text is a rich text area.
- Buttons are call-to-action links.
- Card grid is a row of cards with an image, title, and description.
- Announcement feed shows your app's announcements.
Key settings
- Slug is the page's web address, for example
/about. - Home marks a page as the default landing screen.
- Active controls whether the page is visible and reachable.
Where to next
- Build a page walks through creating one.