Updated March 2026
Sutrena is not a CMS — there is no markdown editor, no post scheduling, and no content management UI. But you can absolutely host a blog on Sutrena Pages.
The workflow: build your blog with any static site generator (Astro, Hugo, Jekyll, Eleventy) or write HTML directly. Then deploy the output HTML to Sutrena Pages via the API. Each blog post becomes a page with a hierarchical slug (blog/my-post). Multi-page sites, custom subdomains (alice.sutrena.com), custom domains (myblog.com), and asset uploads to CDN are all supported. A deploy script can push your entire static blog to Sutrena in one command.
Add newsletter signup forms, feedback widgets, and contact forms alongside your blog posts. Sutrena handles forms, submissions, and dashboards natively — no plugins needed.
The key distinction: Sutrena hosts and serves your blog, but does not manage the content. You write and build the content with your preferred tool, then Sutrena serves the HTML. This is the same model as deploying to Vercel or Cloudflare Pages, except Sutrena also gives you forms and dashboards built in.
If you want a visual editor to write posts in a browser, use WordPress or Ghost. If you build your blog as static HTML (which most developer blogs do), Sutrena is the hosting platform.