AppView in a box as a Vite plugin thing hatk.dev
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: add showcase page with Grain Social

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+12
+1
docs/site/.vitepress/config.ts
··· 11 11 { text: 'Frontend', link: '/frontend/setup' }, 12 12 { text: 'CLI', link: '/cli/' }, 13 13 { text: 'API', link: '/api/' }, 14 + { text: 'Showcase', link: '/showcase' }, 14 15 ], 15 16 16 17 sidebar: [
+11
docs/site/showcase.md
··· 1 + --- 2 + title: Built on hatk 3 + description: Projects and applications built with hatk. 4 + --- 5 + 6 + ## Grain Social 7 + 8 + A photo sharing and gallery app for the AT Protocol. 9 + 10 + - [grain.social](https://grain.social) 11 + - [Source code](https://tangled.org/grain.social/grain)