No database setup. No configuration headache. Just add rewrites and start publishing SEO-optimized content.
{
"rewrites": [
{
"source": "/blog",
"destination": "https://yoursite.supawriter.blog/blog"
},
{
"source": "/blog/:path*",
"destination": "https://yoursite.supawriter.blog/blog/:path*"
}
]
}Works with any hosting platform. Pick your deployment target and add the configuration.
Create vercel.json
Add a vercel.json file to your project root with the rewrites below
{
"rewrites": [
{
"source": "/blog",
"destination": "https://yoursite.supawriter.blog/blog"
},
{
"source": "/blog/:path*",
"destination": "https://yoursite.supawriter.blog/blog/:path*"
}
]
}From zero to a fully-featured blog in minutes, not days.
Sign up for Supawriter and configure your blog settings, theme, and branding in the dashboard.
Copy the 2-line configuration to your vercel.json or next.config.js file.
Your blog is live at yourdomain.com/blog. AI generates content, you review and publish.
Everything you need to run a production-grade blog without the infrastructure headaches.
No database, no CMS setup. Your blog runs on our infrastructure.
Automatic meta tags, Open Graph images, and structured data for every post.
6 built-in themes or customize with CSS variables. Match your brand perfectly.
Generate human-like articles with GPT-5. Review before publishing or automate.
A complete blogging solution that integrates seamlessly with your Next.js application.
Start integrating Supawriter with your Next.js app today.
npx create-supawriter-blog@latest