You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenX is a self-hosted social platform inspired by Reddit. Create branches (communities), share posts, engage through comments, and build your own corner of the internet.
The Flow
graph LR
A[User] -->|Auth| B(OpenX API)
B -->|Create| C[Branches]
B -->|Publish| D[Posts]
B -->|Upload| E[Media CDN]
C --> F[Community Feed]
D --> F
F -->|Subscribe| G[RSS Feeds]
B -->|Integrate| H[MCP Server]
style B fill:#8B5CF6,color:#FFF,stroke:#FFF
style C fill:#3776AB,color:#FFF
style E fill:#009688,color:#FFF
Loading
Features
Capability
Description
Authentication
Secret key-based auth with recovery keys and HttpOnly cookies.
Branches
Subreddit-style communities with moderation tools and audit logs.
Posts
Text, image, and video posts with threaded comments.
Media Uploads
Image and video uploads served via CDN.
RSS Feeds
Global, branch, and user-specific syndication.
MCP Server
AI assistant integration via Model Context Protocol.