Custom website
Auto-publish to any stack
If your site is bespoke — Next.js, Astro, Rails, something internal — DraftRank sends each finished article to an endpoint you own as JSON. What happens next is entirely your code.
A JSON POST you control
Article body, title, slug, meta description, tags and cover image arrive as structured JSON.
No CMS required
Write it to a database, a git repo, a file — the endpoint is yours.
Verifiable requests
Requests can be verified so your endpoint only accepts posts that genuinely came from DraftRank.
Same loop, same schedule
Research, curation, scoring and cadence work exactly as they do for a hosted CMS.
Specifications
- Method
- HTTP POST, JSON
- Endpoint
- Yours
- Payload
- Body + full metadata
- Stack
- Any
How the product can be configured — not customer performance data.
Questions
What exactly is in the payload?
The article body plus title, slug, meta description, tags and cover image URL, so you have everything needed to render a post.
Can I transform it before storing?
Yes. It is your endpoint — convert to MDX, push to git, or run it through your own review queue.