OG

A self-hosted Open Graph tag inspector built in Go. Enter any URL and instantly see its OG metadata.
- Single Go binary with embedded assets
- Inspects title, description, image, and other OG tags
- Dark themed UI with Commit Mono font
- No database needed -- fully stateless
Configure
Environment Variables
| Variable | Description | Default |
|---|---|---|
PORT | Server port | 3000 |
Deploy
Railway
The easiest way to deploy OG is with the one-click Railway template. See the Deploying with Railway guide for a walkthrough of the process. OG is fully stateless and needs no environment variables beyond the defaults.
Docker
cd apps/og
docker compose up -dBinary
Install with Homebrew:
brew install stevedylandev/tap/ogOr grab a prebuilt binary from the releases page.
You can also build from source:
cd apps/og && go build .The resulting binary is self-contained with all assets embedded. Copy it to your server and run it directly.
Use
Enter any URL to inspect its Open Graph tags including title, description, and image. Results are displayed instantly with no account or configuration needed.