Pullnote is a free headless CMS with AI completion, making it simple and quick to build editable blog sections for any website.
Pullnote is a headless editing platform that provides Content as a Service.
The headless part lets your users write plain text or markdown and pull that content into your website with a simple API call. The CAAS part uses AI to create placeholder content for a human to later check and approve.
You can implement Pullnote into an existing site in < 10 minutes, so get started and try it for yourself.
Lean startups using Pullnote as their content backend
markdown editor
on pullnote.com for users to create content as plain text or using Markdown embellishments.Retrieve of Create
generative AI content on demand see using roc mode.REST API
that returns the HTML or markdown for each URL you provideZERO install
- no Wordpress, no database, no npm install requiredcurl https://www.pullnote.com/pull/note?key=[YOUR_FREE_API_KEY]
Get started wiring up a blog or a whole website.
Pullnote can be integrated with anything that can perform a simple GET fetch call. Because it is best to retrieve the content from an edge function on a pseudo-backend (for SSR & SEO benefits) Next.js or SvelteKit are our recommended platforms.
As dev you simply slot the returned content into your page or template.
The REST API call returns either markdown or clean HTML (i.e. HTML unbloated by WYSIWYG meddling).