···11+# Generic Website
22+33+An atproto profile aggregator. Visit `/<handle>` or `/<did>` to see the records that a person has published across the Atmosphere.
44+55+The app resolves identities through Slingshot, then fetches records directly from the person’s PDS in the browser.
66+77+## Development
88+99+```sh
1010+bun install
1111+bun run dev
1212+```
1313+1414+Useful checks:
1515+1616+```sh
1717+bun run typecheck
1818+bun run format:check
1919+bun run build
2020+```
2121+2222+The production site is written to `dist/`. Static hosts must serve `index.html` for unknown paths; `public/_redirects` configures this for Cloudflare Pages and Netlify.