yeetpostyeetpost
BlueskyCLI

Post to Bluesky from your terminal

Send a Bluesky post without opening the app. One command works the same in a shell, a Makefile, a git hook or a CI job, and the permalink comes back on stdout.

What you can build

Send your first post

Set the key once, then the command is two words and a string.

YEETPOST_API_KEY=your-api-key npx yeetpost bluesky "hello from the terminal"

Post after a successful deploy

Chain it behind the deploy so nothing is announced that did not ship.

npm run deploy && yeetpost bluesky "v${npm_package_version} is live"

Post to Bluesky and Mastodon at once

Two connections, two commands, or one call to the JSON endpoint.

yeetpost bluesky "the new docs are up" yeetpost mastodon "the new docs are up"

Related features

Explore the full catalog on the features hub.

Related resources

Ready to get started?

Start posting to Bluesky in minutes.