API-able Headless CMS
Like Supabase, but for content with images + cloud editorTry it!
npm install @pullnote/client
import { PullnoteClient } from '@pullnote/client';
const pn = new PullnoteClient(PULLNOTE_KEY);
// Add a note
await pn.add('/all-about-being-blue', {
title: 'A Kinda Blue',
content: 'This is my content page about the colour blue.'
});
// Get a note
var content = await pn.getHtml('/all-about-being-blue');
See getting started or jump straight into the API reference.
CMSes traditionally cannot be driven by AI, but Pullnote can. Pass your LLM a link to our llms.txt file and it will be able to create, edit and retrieve content on your behalf.
Cursor / Claude can integrate even further using MCP.
Pullnote is a headless editing platform that provides content as a service (CAAS).
The headless part lets you generate your pages using code, yet still allow users to edit in plain text or markdown.
Content can be pulled into any website or app with a simple API call.
The pullnote API returns HTML or markdown as well as header, image and other information helpful for optimisation.
AI CAAS allows placeholder content to be created for a human to later check and approve.
markdown editor
on pullnote.com for users to create content as plain text or using Markdown embellishments.Retrieve or Create
generative AI placeholder content on demandnpm wrapper
that provides a simple APICustom AI setup
allows for company information, tone and style to tweak text and image outputHuman-in-the-loop
AI content