Paste your blog post. Get platform-optimized Twitter threads, LinkedIn posts, Instagram captions, YouTube descriptions, and newsletter intros — in seconds.
Stop wasting 5+ hours a week creating social posts. Let AI do it in seconds.
Each platform has different rules — Twitter's 280 chars, LinkedIn's professional tone, Instagram's hashtag game. We handle all of it.
Paste your content, pick platforms, click Repurpose. Get all your social media content in under 10 seconds.
Professional, casual, witty, inspirational, or educational. Match your brand voice perfectly across every platform.
Don't even paste — just drop a blog URL and we'll extract the content automatically. Works with any public blog.
Need to integrate into your app? Our RESTful API is available on RapidAPI with full OpenAPI documentation.
10 free repurposes per month. No credit card required. Upgrade anytime as your content needs grow.
Three steps. That's it.
Drop in your blog post, article, or any long-form content. Or just paste a URL — we'll extract it for you.
Select which platforms you want content for and pick a tone that matches your brand.
Get perfectly formatted content for each platform. One click to copy. Paste and publish.
Paste your content below and watch the magic happen.
Works with WordPress, Medium, Substack, Ghost, and most public blogs.
Paste your content on the left, choose your platforms, and hit Repurpose!
Start free. Scale as you grow. No hidden fees.
Perfect for trying it out
For regular content creators
For agencies & power users
Integrate content repurposing into your own app with our RESTful API. Available on RapidAPI with full documentation.
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"])