GitHub VSCode Cursor Claude

Turn your commits into customers

Repo-st watches your GitHub repos and crafts authentic tweets from your code changes. You ship — it posts. No writing, no scheduling, no cringe.

feat: add dark mode toggle — main.tsx
@@ -42,6 +42,18 @@
  export function App() {
    const [theme, setTheme] = useState('light');
+ const toggleDark = () => {
+   setTheme(t => t === 'dark' ? 'light' : 'dark');
+   document.documentElement.classList.toggle('dark');
+ };
+
+ useEffect(() => {
+   const saved = localStorage.getItem('theme');
+   if (saved === 'dark') toggleDark();
+ }, []);
    return (
yourname @yourhandle

Dark mode just landed. Persists across sessions, respects your system preference, zero flash on load.

Took 18 lines of code. Ship it.

12:34 PM 4 Likes 1 Repost
auto-generated from the commit above
Start for $9/mo No free tier. No credit card trials. Just results.

Why Repo-st?

Don't take our word for it. Here are 3 things you shipped — turned into content that sells.

feat: real-time collaboration — collab.ts
@@ -1,4 +1,22 @@
+ import { WebSocket } from 'ws';
+ import { CRDTDoc } from './crdt';
+
+ export class CollabServer {
+   private docs = new Map<string, CRDTDoc>();
+
+   handleConnection(ws: WebSocket) {
+     ws.on('message', (op) => {
+       this.broadcast(op);
+     });
+   }
+ }
acme_dev @acme_dev

Real-time collab just shipped. Two people, same doc, zero conflicts. Built on CRDTs so it works offline too.

This was the #1 requested feature. Done.

3:21 PM 47 Likes 12 Reposts

Ship code. Get content. Win customers.

Three steps. Zero writing.

1

Connect your repos

Install the GitHub App. Pick which repos to watch. Takes 30 seconds.

Works with any GitHub repo
2

Push code like normal

Use your favorite editor. Commit, push, merge. Nothing changes in your workflow.

VSCode, Cursor, Claude — anything
3

Tweets go out automatically

Repo-st reads the diff, understands the change, and posts a tweet that sounds like you wrote it.

Do the tweets feel like AI?

Judge for yourself. All generated from real commits.

kai @kai_ships

Just added CSV export. Click a button, get your data. No more copy-pasting from the dashboard like a caveman.

from: feat: add CSV export
maya @mayacodes

Onboarding now takes 3 clicks instead of 12. Removed the "tell us about your company" step. Nobody filled it out anyway.

from: refactor: simplify onboarding flow
tom @tombuilds

API response times down from 800ms to 90ms. Added Redis caching for the hot path. Sometimes the boring solution is the right one.

from: perf: add Redis cache layer
priya @priya_dev

Webhooks are here. Push events to Slack, Discord, or anywhere. Set it up in the dashboard, test with one click, done.

from: feat: webhook integrations
alex @alexmakes

Fixed a bug where deleting your account... didn't delete your account. Yeah. That's fixed now. Sorry about that.

from: fix: account deletion not cascading
sam @samships

Multi-tenant is done. Each workspace gets isolated data, separate billing, custom domains. Took 3 weeks. Worth every hour.

from: feat: multi-tenancy support

Every tweet above was generated by Repo-st from a single commit message and diff. No editing.

Simple pricing. Ship more, pay less.

No free tier. Repo-st is for people who ship.

Starter

$9 /mo

For indie hackers shipping solo.

  • 3 repos
  • 30 tweets/month
  • 1 Twitter/X account
  • Review before posting
Get started
Most popular

Pro

$29 /mo

For devs who ship every day.

  • Unlimited repos
  • Unlimited tweets
  • 3 Twitter/X accounts
  • Custom voice & tone
  • Thread generation
  • Auto-post or review
Get started

Scale

$99 /mo

For teams and agencies shipping multiple products.

  • Everything in Pro
  • 10 Twitter/X accounts
  • Team members & roles
  • LinkedIn & Bluesky (soon)
  • Analytics dashboard
  • Priority support
Get started

You're already shipping. Start telling people.

Every commit is a story. Every PR is a feature announcement. Every release is a launch tweet. Let Repo-st handle the marketing while you handle the code.

Start for $9/mo
Repo-st © 2026