Quick Start Guide
Get from zero to your first published AI blog post in under 10 minutes. This guide walks you through creating an account, connecting your website, and publishing your first SEO-optimized post with Blogree.
Prerequisites
Before you begin, make sure you have:
- A website or blog you want to publish content to (any platform — Next.js, WordPress, custom)
- Node.js 18+ installed if connecting a JavaScript-based site
- Admin access to your website to install the webhook handler
Steps
Create Your Free Account
Go to blogree.com/signup and create your account. No credit card required for the free Starter plan.
You'll be asked for your name, email, and a password. After verifying your email, you're taken straight to the dashboard.
Add Your Website
In the left sidebar, click Sites → Add Site. Enter your website's URL and give it a name (e.g. "My Tech Blog").
Blogree will generate an API Key and a Webhook Secret for this site. Copy both — you'll need them in the next step.
Install the Webhook Handler on Your Site
Blogree delivers posts to your site via signed webhooks. Install the handler for your platform:
Next.js (App Router)
WordPress
Install the Blogree WordPress plugin from the WordPress plugin directory, or manually add the webhook URL in Settings → Blogree → Webhook URL. See the WordPress integration guide for full details.
Other platforms
For Gatsby, SvelteKit, Astro, Hugo, or any custom platform, see the Custom Webhook guide. All platforms just need an HTTP endpoint that accepts POST requests.
Set the Webhook URL in Blogree
Back in the Blogree dashboard, go to Sites → your site → Settings and enter your webhook URL:
Click Test Delivery to send a sample payload and verify your endpoint is working. You should see a 200 OK response in the test result panel.
Discover Trending Topics
Now the fun begins. Navigate to Posts → New Post. At the top, you'll see Trending Topics — a curated list of high-traffic, low-competition blog ideas tailored to your site's detected niche.
Click any topic to select it as your post topic, or type your own custom topic in the text field below the suggestions.
Sites → your site → Niche Settings.Generate or Write Your Post
With your topic selected, choose how you want to create the post:
- Generate with AI — Click the
Generate Postbutton. Blogree's AI creates a full 1,500–3,000 word SEO-structured post in about 15 seconds, including title, meta description, headings, body content, and OG metadata. - Write manually — Click
Write from Scratchto open the rich text editor. Type your content with full formatting support: headings, bold, italic, lists, code blocks, images, and more.
Either way, you can edit the post in the rich editor before publishing — the AI draft is just a starting point.
Publish or Schedule
When your post is ready, select which site(s) to publish to using the site selector in the top-right of the editor. Then choose:
- Publish Now — Immediately dispatches a signed webhook to your site. Your site receives the post and revalidates the relevant pages.
- Schedule — Pick a future date and time. Blogree will automatically publish it at that moment, even if you're offline.
After publishing, you'll see real-time delivery status in the Analytics section showing whether the webhook was successfully delivered to each site.