snrld
An beautiful client for Tangled.
snrld currently lets you browse public profiles, repositories, strings, stars, vouches, issues, and pull requests through the Bobbin XRPC service. Authentication and write features are planned for a future release.
Stack#
- React 19, TypeScript, and Vite
- React Router for client-side routing
- Tailwind CSS with the Catppuccin Frappe palette
- React Compiler for automatic memoization
- Bun for dependency management and scripts
Getting started#
Install dependencies and start the development server:
bun install
bun run dev
Build and preview the production bundle:
bun run build
bun run preview
Checks#
bun run lint
bun run format:check
Run bun run format to apply formatting changes.
Routes#
| Route | Purpose |
|---|---|
/ |
Search for a Tangled profile |
/:handle |
Profile overview, repositories, strings, stars, and vouches |
/:handle/:repo |
Repository README, source tree, issues, and pull requests |
/strings/:handle/:string |
A single Tangled string |
Data source#
The client currently reads public data from Bobbin, the Tangled XRPC service.