DEV Community

Slipway
Slipway

Posted on

Introducing Polypost: Write Once, Publish GEO-Optimized Content to X, Zenn, and Qiita

TL;DR

  • Polypost is a new SaaS by Slipway that generates platform-optimized content for X, Zenn, and Qiita from a single topic.
  • It automatically applies Generative Engine Optimization (GEO) principles, structuring posts to be easily cited by AI search engines.
  • Available now with a 7-day free trial at https://polypost.dev (monthly plans start at 1,480 JPY).

The Problem: Content Fragmentation

Sharing technical knowledge is a great way to build in public, but distributing that content is tedious. You write a deep-dive, but to maximize reach, you have to manually rewrite it as a thread for X, a structured article for Zenn, and a community-focused post for Qiita.

Furthermore, according to a recent study on Generative Engine Optimization (GEO) by Princeton University and Georgia Tech (https://arxiv.org/abs/2311.09735), content with clear structures, citations, and statistics is up to 40% more likely to be referenced by AI assistants. Writing this way manually for every platform takes the fun out of coding.

How Polypost Helps

At Slipway, we built Polypost to scratch this exact itch. You provide a single topic or rough notes, and Polypost handles the heavy lifting.

Key Features

  • GEO-Optimization: Automatically structures your text with TL;DRs, FAQs, and clear headings so both human readers and AI search engines can digest it.
  • Platform Optimization: Converts your topic into a multi-post thread for X, and proper Markdown articles for Zenn and Qiita.
  • Human-in-the-Loop Review: AI generates the draft, but you review and edit before publishing. We built this to prevent accidental AI hallucinations from going live.
  • Autopilot: Register a topic bank and set a schedule. Polypost will periodically auto-generate and post content for you if you want a hands-off approach.
  • Extra Tools: Includes Qiita performance analytics and Markdown export.

Platform Support Matrix

Platform Output Format Auto-Generation Analytics
X (Twitter) Thread Yes No
Zenn Markdown Article Yes No
Qiita Markdown Article Yes Yes (Views/Likes)

Here is a quick example of the JSON payload structure Polypost uses under the hood to manage cross-platform states:

{
  "topic_id": "12345",
  "platforms": ["x", "zenn", "qiita"],
  "geo_optimized": true,
  "status": "pending_review"
}
Enter fullscreen mode Exit fullscreen mode

Pricing

We keep it simple with monthly plans (no annual lock-ins). All plans require a credit card to start the 7-day free trial.

  • Starter: 1,480 JPY / month
  • Pro: 3,980 JPY / month
  • Power: 9,800 JPY / month

FAQ

Q: Can I schedule a post after I review it?
No. Currently, scheduling is only available for the recurring "Autopilot" auto-generation feature. Reviewed drafts must be published manually.

Q: Does Polypost generate diagrams or images?
No. Polypost is strictly focused on high-quality, text-based generation. We believe text is still the best medium for GEO.

If you write technical articles and want to save time, give it a spin. Start your free trial today at https://polypost.dev.

P.S. This announcement itself was generated by Polypost.

Top comments (0)