// Integration guide
How to connect Custom Website
The universal destination. DraftRank sends each finished post as a JSON POST request to a URL you control, optionally signed so you can prove it came from us. What happens next is entirely your code — write to a database, commit a markdown file, trigger a rebuild, or forward it somewhere else.
Before you start
- Somewhere to host an HTTP endpoint that accepts POST requests — any language or framework.
- A publicly reachable HTTPS URL. Private and local addresses are rejected.
- Somewhere for the post to go: a database, a content directory in your repository, or another API.