Developer SDK
Build Content-Driven Apps Faster
The BlogFlow SDK provides everything you need to integrate AI-powered content generation into your Next.js applications. One SDK, unlimited possibilities.
Built for Next.js Developers
Why BlogFlow SDK?
Lightning Fast
Optimized for Next.js 14+ with built-in ISR and SSR support. Generate and cache content at the edge.
Type-Safe
Full TypeScript support with auto-completion. Catch errors before they reach production.
Multi-Language
Generate content in 20+ languages with a single API call. Perfect for global markets.
Zero Config
Works out of the box with sensible defaults. Customize only what you need.
Composable
Mix and match SDK modules. Use only what your project needs.
Production Ready
Battle-tested by Sydney's top agencies. Enterprise-grade reliability.
Installation & Setup
Get Started in Minutes
1
Install the SDK
npm install @blogflow/sdk2
Configure your API key
BLOGFLOW_API_KEY=your_key3
Start generating content
client.posts.generate()Code Examples
Simple, Powerful API
example.tsx
import { BlogFlow } from '@blogflow/sdk';
const client = new BlogFlow({
apiKey: process.env.BLOGFLOW_API_KEY,
});
// Generate a blog post
const post = await client.posts.generate({
topic: 'Next.js Performance Tips',
language: 'en',
tone: 'professional',
});
console.log(post.title);
console.log(post.content);What You Get
Save Days of Dev Time
Full TypeScript definitions
Next.js App Router support
Automatic SEO optimization
Built-in caching strategies
Real-time content updates
Webhook integrations
CLI tools for automation
Priority support