# Saidso > Public feedback on any product — paste a URL, leave feedback, claim your wall. Saidso is a live public feedback feed and social proof showcase for indie and SaaS founders. Not a G2-style review aggregator or a Canny-style feature request board. Saidso is a single-page web app at https://saidso.dev. Anyone can read the global wall and product walls without signing in. Founders verify domain ownership to claim a service card and manage branding on their wall. Core terms: - **Service card** — auto-created from a pasted product URL; the landing page for a product's wall. - **Feedback** — short public text anyone can leave on a service card. - **Wall** — all feedback for one service card, at `/{domain}` (e.g. `/notion.so`). - **Global wall** — chronological feed across all products at `/`. - **Claim** — founder proves domain ownership (DNS TXT or HTML meta tag) to manage their wall. Public routes are indexable. Authenticated workspace routes (`/login`, `/workspace/*`, `/settings`, `/profile`, `/analytics`) are marked `noindex` and are not intended for crawlers or agents. ## Public pages - [Global feed](https://saidso.dev/): Chronological public feedback from across Saidso; tabs for rankings (today, month, all time). - [Explore products](https://saidso.dev/products): Browse all active service cards with feedback; filter by sort, period, and sentiment. - [Product wall](https://saidso.dev/example.com): Pattern `https://saidso.dev/{domain}` — public feedback wall for one service card. Replace `{domain}` with the product's domain (URL-encoded if needed). ## Machine-readable - [Sitemap](https://saidso.dev/sitemap.xml): XML sitemap of `/`, `/products`, and all active product walls. - [Robots](https://saidso.dev/robots.txt): Crawl rules and sitemap location. ## API (read-only public) - [Global feed API](https://api.saidso.dev/api/feed): Paginated global feedback (`GET /api/feed?limit=20`). - [Product directory API](https://api.saidso.dev/api/products): Explore products list with filters (`GET /api/products`). - [Wall API](https://api.saidso.dev/api/walls/{domain}): Product metadata and stats for a wall (`GET /api/walls/{domain}`). ## Optional - [API health](https://api.saidso.dev/health): Server health check JSON. - [Site manifest](https://saidso.dev/site.webmanifest): PWA manifest (name, icons, theme colors).