Updated March 2026
Yes. Pages and forms are independent primitives. POST /api/pages with your HTML and you get a live URL. No form required.
Use cases for standalone pages: - Coming soon pages - Portfolio sites - Event information pages - Documentation or help pages - Any static HTML content
You can always add a form later by embedding it in the page HTML, or by creating a separate form and linking to it. But pages work perfectly on their own.
Pages support up to 512KB of HTML and 128KB of CSS. Include images via external URLs or upload assets with POST /api/pages/assets.