AI Headless Markdown CMS
A free headless CMS with AI completion and simple REST API to trivially make websites editable Get Started
Pullnote is a headless editing platform that provides content as a service. The headless part lets your users enter plain text or markdown at pullnote.com. That content can then be pulled into your website with a simple API call.
The pullnote API returns HTML or raw markdown as well as header information for SEO optimisation.
Lean startups using Pullnote as their content backend
Pullnote can be built into an existing site in < 10 minutes. If using a javascript framework like SvelteKit, Next, Gatsby or Nuxt see getting started and try it for yourself.
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 requiredAI CAAS allows placeholder content to be created for a human to later check and approve.
curl 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, Nuxt and 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).