Powered by Gemini 2.5 Flash

Turn One Blog Post Into 30 Days of Social Content

Paste your blog post. Get platform-optimized Twitter threads, LinkedIn posts, Instagram captions, YouTube descriptions, and newsletter intros — in seconds.

5 Platforms
<10s Generation Time
96% Time Saved

Generate content for

Why ContentForge?

Stop wasting 5+ hours a week creating social posts. Let AI do it in seconds.

🎯

Platform-Optimized

Each platform has different rules — Twitter's 280 chars, LinkedIn's professional tone, Instagram's hashtag game. We handle all of it.

10-Second Generation

Paste your content, pick platforms, click Repurpose. Get all your social media content in under 10 seconds.

🎨

5 Tone Options

Professional, casual, witty, inspirational, or educational. Match your brand voice perfectly across every platform.

🔗

URL Import

Don't even paste — just drop a blog URL and we'll extract the content automatically. Works with any public blog.

🔌

Developer API

Need to integrate into your app? Our RESTful API is available on RapidAPI with full OpenAPI documentation.

💰

Free to Start

10 free repurposes per month. No credit card required. Upgrade anytime as your content needs grow.

How It Works

Three steps. That's it.

1

Paste Your Content

Drop in your blog post, article, or any long-form content. Or just paste a URL — we'll extract it for you.

2

Choose Platforms & Tone

Select which platforms you want content for and pick a tone that matches your brand.

3

Copy & Post

Get perfectly formatted content for each platform. One click to copy. Paste and publish.

Try It Now

Paste your content below and watch the magic happen.

Your Content

Your social content will appear here

Paste your content on the left, choose your platforms, and hit Repurpose!

Simple, Honest Pricing

Start free. Scale as you grow. No hidden fees.

Free

$0 /month

Perfect for trying it out

  • ✓ 10 repurposes/month
  • ✓ All 5 platforms
  • ✓ All tone options
  • ✓ URL import
  • ✗ API access
  • ✗ Priority support
Get Started Free

Pro

$14.99 /month

For agencies & power users

  • ✓ 500 repurposes/month
  • ✓ All 5 platforms
  • ✓ All tone options
  • ✓ URL import
  • ✓ API access (500 calls)
  • ✓ Priority support
Start Pro Plan

Developer API

Integrate content repurposing into your own app with our RESTful API. Available on RapidAPI with full documentation.

📖 OpenAPI 3.0 docs
🔑 API key auth
⚡ <2s response time
🔄 99.9% uptime
View API Docs →
example.py
import requests

response = requests.post(
    "https://api.contentforge.dev/api/repurpose",
    headers={"X-API-Key": "your_key"},
    json={
        "content": "Your blog post here...",
        "platforms": ["twitter", "linkedin"],
        "tone": "professional"
    }
)

data = response.json()
print(data["content"]["twitter"]["tweets"])