Nostr

Notes and long-form articles published to your own relays.

Nostr is a protocol, not a service: a post is a signed event broadcast to relays. FoPost signs with your key and publishes to your relay list, so scheduled posts go out with nobody at the keyboard because the signing happens server side.

Connecting

Accounts → Connect → Nostr, paste your private key (nsec or 64-character hex) and optionally your own relay list. Without one, FoPost publishes to a set of large public relays.

What you can publish

LimitValue
Note length5,000 characters, a soft cap, since the protocol itself has none
MediaReferenced by URL inside the note, up to 4 items
TitleTurns the post into a long-form article
TagsBecome hashtags on the note

A plain post publishes as a standard note; give it a title and it publishes as a long-form article instead, with the title, summary, and tags carried as article metadata. Media is not uploaded anywhere; image and video URLs are written into the note, the way Nostr clients expect.

Thread chains are supported: blocks written as a thread publish as replies to each other.

A publish succeeds when at least one relay accepts the event; the post links to a public viewer for the note.

Analytics and deletion

Nostr has no central place to read metrics from, so there are no analytics. Deleting sends a deletion request event to your relays. Honest Nostr behaviour is that relays may honour it, but none is obliged to, and copies elsewhere remain.

Next

Related documentation
  • Supported Platforms

    Every network FoPost publishes to, what each supports, and how each one is delivered.

  • Threads

    Text, images, video, and carousels on Threads, with follower demographics.

  • Bluesky

    Posts, threads, video, and analytics on Bluesky, on any PDS, including self-hosted.

  • Mastodon

    Publish to any Mastodon instance, with visibility controls and the inbox.

  • MeWe

    Text and photo posts to your MeWe profile.

  • Pinterest

    Image Pins to a board, with impressions, clicks, and saves read back.

  • Reddit

    Text, link, image, and gallery posts to a subreddit, with the inbox reading replies.

  • Discord

    Posts delivered to a channel through its webhook.

Was this helpful?

On this page