Ship blogs, not infrastructure
The Wrytze API delivers AI-generated blog content to your app. Fetch, render, done.
app/blog/page.tsx
// Fetch blogs in 3 lines
import { WrytzeClient } from '@wrytze/sdk'
const wrytze = new WrytzeClient({
apiKey: process.env.WRYTZE_API_KEY!
})
const { data, pagination } = await wrytze.blogs.list()Everything you need
From first API call to production-ready blog pages.
Start building in minutes
Get your API key from the Wrytze dashboard and follow the quickstart to publish your first blog.