Put your website
on autopilot.
Automated SEO blogs with keyword research, images, and auto-scheduling under 5 minutes to set up, then worry-free.
No commitment
Prefer to integrate yourself?
npm install @rankboost/sdk
For developers
Integrate with a few lines of code
Use @rankboost/sdk to queue SEO posts, or receive signed post.published webhooks and publish on your customers' sites on their behalf.
WordPress
Shopify
Custom stack? Point an outbound webhook at your API — rankboo.st generates the article and notifies your server so you can push it live.
import { Rankboost } from "@rankboost/sdk"; const rb = new Rankboost({ apiKey: process.env.RANKBOOST_API_KEY!,}); // We write the post; you publish to WP/Shopifyconst post = await rb.posts.create({ websiteId: 1, keyword: "best trail running shoes",});const published = await rb.posts.publish(post.id);console.log(published.permalink);// app/api/webhooks/rankboost/route.tsimport { createHmac, timingSafeEqual } from "node:crypto";import { NextResponse } from "next/server"; function verify(sig: string, raw: string, secret: string) { const t = sig.match(/t=(\d+)/)?.[1]; const v1 = sig.match(/v1=([a-f0-9]+)/)?.[1]; if (!t || !v1) return false; const mac = createHmac("sha256", secret) .update(`${t}.${raw}`).digest("hex"); return timingSafeEqual(Buffer.from(v1), Buffer.from(mac));} export async function POST(req: Request) { const raw = await req.text(); const sig = req.headers.get("x-rankboost-signature") ?? ""; if (!verify(sig, raw, process.env.RANKBOOST_WEBHOOK_SECRET!)) { return NextResponse.json({ error: "Invalid" }, { status: 401 }); } const { event, data } = JSON.parse(raw); if (event === "post.published") { // Publish on your customer's site on their behalf await publishToClientSite(data); } return NextResponse.json({ ok: true });}How it works
Step 1
Connect your site
Paste your URL and tell us your niche.
Step 2
Pick your posts
Choose how many articles you want each month.
Step 3
We write & publish
Fresh SEO posts with images, on your schedule.
Everything included
- Keyword research
- Daily SEO posts
- AI images
- Auto-publish
- Your brand voice
- Monthly planner
Simple pricing
€24/month
1 website · 15 posts / month (pooled)
- 1 website
- 15 posts / month (pooled)
- Keyword engine
- AI images + auto-publish
Recommended
€79/month
5 websites · 75 posts / month (pooled)
- Up to 5 websites
- 75 posts / month (pooled)
- Everything in Starter
- Priority generation
€299/month
50 websites · 500 posts / month (pooled)
- Up to 50 websites
- 500 posts / month (pooled)
- Everything in Growth
- Brand-voice tuning, SLA
Questions
Product, billing, and your data — including export and ownership.
Ready to rank?
Join rankboo.st and let AI grow your traffic while you run your business.
Automate My SEO