Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Waypoint

Waypoint banner

Overview

Waypoint is an open source tool for syncing and processing social data. Built for developers who want to work with decentralized social networks without the complexity.

Features

Real-Time Data Streaming

Catch every conversation, reaction, and follow as it happens through a simple stream interface.

Historical Data

Easily backfill all the historical data you need without writing sync logic.

Built for Performance

Written in Rust because we love memory safety and blazing speed. Optimized to run efficiently even on modest hardware.

Quick Start

You can start Waypoint by cloning the repo and setting the endpoint for Snapchain to your own and running the following:

git
git clone https://github.com/officialunofficial/waypoint.git
docker
docker compose up -d

Cool Things You Can Build

  • Community Analytics: Track growth and engagement in your favorite communities
  • Custom AI Agents: Build smarter, context-aware social agents
  • Another Client: Create your own ways to browse and interact with social data
  • Recommendation Engines: Help users discover content your audience will love

Why We Built It

Uno needed a way to instantly sync and query the network. Waypoint gives you a simple way to get any open data while handling all the complexity of Snapchain under the hood.

Get Involved

Waypoint is fully open source and we welcome contributions! Whether you're fixing bugs, adding features, or improving docs, we'd love your help.

Check out our GitHub repo to get started or hop into our community to chat about what you're building.