Can I vibecode Outstand?
price $19/moyou'd save $228/yrbuild time multi-daycategory dev-toolsreplaced by 0 people
KINDA
MOATintegrations
Writing your own posting service is a weekend build, and for the networks with open APIs (Bluesky, Mastodon, Telegram) it genuinely is: a queue, a cron tick, one adapter per network, done. The wall is not code. Instagram, TikTok, YouTube, LinkedIn, and Pinterest each require your own developer app and a platform review before they will accept a single post, X meters writes on a paid tier, and then eleven integrations keep changing under you: token refresh, media specs, rate-limit budgets, deprecated endpoints. You can build the API. You cannot one-shot permission to use it.
In-List Ad$79/30 days
promote your product in the vibecoded listThe Build Prompt
copy it and go buildready to paste · 1,857 chars
Build me a self-hosted unified posting API to replace Outstand. Requirements: - Node + Fastify + better-sqlite3, one headless service on localhost:8080. No web UI: my own apps are the only consumer, every key in .env. - One normalized post shape in zod (text, media, targets, scheduledAt, idempotencyKey) and one adapter per network mapping it onto that platform's payload. Adapters export capabilities, publish, and metrics; nothing platform-specific leaks into the core. - A capability table per adapter (character limit, media count, mime types, aspect ratios, max video seconds). POST /posts returns 422 naming which target rejected what, before a single network call goes out. - Ship the three networks that need no app review: Bluesky (@atproto/api), Mastodon, Telegram. Adding a fourth must mean writing one adapter file and touching nothing else. - A token-bucket limiter per network seeded with their published limits so calls queue instead of returning 429. POST /posts answers 202 with a job id and a worker drains the queue. - Idempotency: replaying a POST with the same idempotencyKey returns the original job instead of posting twice, and every target gets its own delivery row so partial success is readable. - GET /posts/:id/analytics folds each platform's metrics into one shape (impressions, likes, comments, shares) with null where a network does not report a field. Never invent a number to fill a gap. - An MCP server over stdio exposing create_post, list_accounts, and get_analytics so Claude Code posts through it, plus an OpenAPI spec generated from the zod schemas at /openapi.json. - Out of scope: Instagram, TikTok, YouTube, LinkedIn, Pinterest. Each needs my own developer app approved by the platform first, a review queue and not code. Say that in the README next to the three token setups.
In-List Ad$79/30 days
promote your product in the vibecoded listWhat you lose
- ✕Hosted infrastructure and managed operations from Outstand
- ✕The original service's mature integrations and ecosystem
Prior art / alternatives
postiz-app AGPL social scheduler with a public API and per-network adapters, self-hostable as a starting point ↗
postiz-app AGPL social scheduler with a public API and per-network adapters, self-hostable as a starting point ↗
mixpost self-hosted social publishing app (Laravel) you point your own platform apps at ↗
mixpost self-hosted social publishing app (Laravel) you point your own platform apps at ↗
Why it still works
🔌 integrations
In-List Ad$79/30 days
promote your product in the vibecoded list