Next.js Integration

Add a Blog in
3 Lines of Code

No database setup. No configuration headache. Just add rewrites and start publishing SEO-optimized content.

App Router
Pages Router
Edge Runtime
vercel.json
{
  "rewrites": [
    {
      "source": "/blog",
      "destination": "https://yoursite.supawriter.blog/blog"
    },
    {
      "source": "/blog/:path*",
      "destination": "https://yoursite.supawriter.blog/blog/:path*"
    }
  ]
}
That's it. You're done.
scroll
INSTALLATION

Deploy anywhere

Works with any hosting platform. Pick your deployment target and add the configuration.

1

Create vercel.json

Add a vercel.json file to your project root with the rewrites below

vercel.json
{
  "rewrites": [
    {
      "source": "/blog",
      "destination": "https://yoursite.supawriter.blog/blog"
    },
    {
      "source": "/blog/:path*",
      "destination": "https://yoursite.supawriter.blog/blog/:path*"
    }
  ]
}
HOW IT WORKS

Live in 3 steps

From zero to a fully-featured blog in minutes, not days.

01

Create Your Blog

Sign up for Supawriter and configure your blog settings, theme, and branding in the dashboard.

02

Add Rewrites

Copy the 2-line configuration to your vercel.json or next.config.js file.

03

Start Publishing

Your blog is live at yourdomain.com/blog. AI generates content, you review and publish.

FEATURES

Built for developers

Everything you need to run a production-grade blog without the infrastructure headaches.

Zero Configuration

No database, no CMS setup. Your blog runs on our infrastructure.

SEO Optimized

Automatic meta tags, Open Graph images, and structured data for every post.

Customizable Themes

6 built-in themes or customize with CSS variables. Match your brand perfectly.

AI Content Generation

Generate human-like articles with GPT-5. Review before publishing or automate.

TECHNICAL

What you get

A complete blogging solution that integrates seamlessly with your Next.js application.

Subdomain or subpath hosting options
Full SEO metadata and sitemap
RSS feed and Open Graph images
Mobile-responsive design out of the box
API access for programmatic publishing
No database setup required
yourdomain.com/blog
Live
JD
AK
RM
LS
PT
+2k

Ready to add a blog?

Start integrating Supawriter with your Next.js app today.

npx create-supawriter-blog@latest