HyperPost: One Command, Every Platform

Stop context-switching between social platforms. Ship your content everywhere at once.

The Pain of Multi-Platform Posting

If you're building in public or maintaining a developer presence, you know the drill:

  1. Write a post
  2. Open Mastodon, paste, adapt, post
  3. Open Bluesky, paste, adapt, post
  4. Open Discord, paste, adapt, post
  5. Repeat for Reddit, Dev.to, Medium...

By the time you're done, you've lost 30 minutes and your flow state.

HyperPost: The Fix

hyper-post post -c "Just shipped a new feature!" \
  -p mastodon,bluesky,discord,reddit \
  --tags "buildinpublic,devlife"

One command. Every platform. Done.

Key Features

Smart Duplicate Prevention

Content is hashed (SHA-256) and checked against a 24-hour window. No accidental double-posts, even across platforms.

Analytics Gathering

hyper-post gather-analytics

Pull engagement metrics from all platforms into a single view:

  • Likes/Faves
  • Reposts/Boosts
  • Replies
  • Views (where available)

Post Discovery & Import

Already have content on platforms? Import it:

hyper-post discover-posts --platform mastodon
hyper-post import-post "https://mastodon.social/@you/123456"

Batch Reposting

Cross-post existing content to new platforms with built-in rate limiting:

hyper-post repost --platforms devto,medium --batch --all

5-minute delays between posts keep you safe from rate limits.

NEW: Scheduling

Schedule posts for optimal timing:

hyper-post schedule \
  -c "Announcing our new feature!" \
  --at "2026-02-01 10:00" \
  -p mastodon,bluesky,discord

Then run the scheduler via cron:

# Every 5 minutes
*/5 * * * * hyper-post schedule-run

Manage your queue:

hyper-post schedule-list              # View scheduled posts
hyper-post schedule-cancel <id>       # Cancel a scheduled post

Supported Platforms

PlatformPostAnalyticsDiscover
Mastodon
Bluesky
DiscordLimited
Reddit
Dev.to
Medium

Quick Setup

# Install globally
pnpm add -g hyper-post

# Interactive setup
hyper-post setup

# Test your connections
hyper-post platforms --test

# First post!
hyper-post post -c "Hello from HyperPost!" --dry-run

Credentials are stored securely in ~/.config/hyper-post/.

The Philosophy

HyperPost is Driftware: a lightweight tool that fills a gap big software ignores. No web UI, no accounts to create, no monthly fees. Just a CLI that does one thing well.

Get HyperPost: github.com/hyperdrift-io/hyper-post. Part of the HyperDrift ecosystem — your content everywhere, your time respected. Need a custom workflow? Get in touch.

Get weekly intel — courtesy of intel.hyperdrift.io