# SnapBracket - snapbracket.com llms.txt > SnapBracket is a free, browser-based single-elimination tournament bracket maker. Paste teams, auto-handle BYEs, click winners, add avatars, and export a clean PNG or print - no login. ## Site Structure - Home: `/` (default English) - Locales: `/zh`, `/de` (same routes prefixed) - Tools index: `/tools` - Tool detail: `/tools/{slug}` (from `content/tools/{locale}/*.mdx`) - Guides index: `/guides` - Guide detail: `/guides/{slug}` (from `content/guides/{locale}/*.mdx`) - Blog index: `/blog` - Blog detail: `/blog/{slug}` (from `content/blog/{locale}/*.mdx`) - Legal: `/about`, `/privacy-policy`, `/terms-of-service` (from `content/about.mdx`, `content/privacy.mdx`, `content/terms.mdx`) - Sitemap: `/sitemap.xml` ## Core Features - Single-elimination brackets for 2-128 teams with BYE auto-advance. - Click to advance winners; changing earlier rounds clears downstream results. - Team avatars (built-in plus local uploads saved to localStorage). - Fullscreen with zoom/pan; export PNG or print-friendly layout. ## Data & Privacy - Bracket data stays in the browser tab; no accounts or server storage. - Uploaded avatars are stored locally under `snapbracket:image-library` and never leave the device. - If configured, Google Analytics collects aggregate usage only; bracket content and uploads are not sent. ## Contact - support@snapbracket.com ## Links - Home: https://snapbracket.com/ - Tools: https://snapbracket.com/tools - Guides: https://snapbracket.com/guides - Blog: https://snapbracket.com/blog - About: https://snapbracket.com/about - Privacy Policy: https://snapbracket.com/privacy-policy - Terms of Service: https://snapbracket.com/terms-of-service - Sitemap: https://snapbracket.com/sitemap.xml