···1010- ๐ฏ **Smart Redirects**: Instant HTTP 301 redirects to your target URLs
1111- ๐ **Automatic PDS Discovery**: Resolves your PDS endpoint via Slingshot
1212- โก **Built-in Cache**: 5-minute cache for optimal performance
1313+- ๐จ **Tailwind CSS 4**: Modern styling with the latest Tailwind version
13141415## ๐ Quick Start
1516···206207npm run lint
207208```
208209210210+## ๐จ Styling with Tailwind CSS 4
211211+212212+This project uses **Tailwind CSS 4** with the new Vite plugin. See [TAILWIND.md](./TAILWIND.md) for detailed information about:
213213+214214+- New Tailwind CSS 4 features
215215+- Configuration and customization
216216+- Dark mode support
217217+- Migration from v3
218218+219219+Key features:
220220+221221+- โ Native CSS imports with `@import 'tailwindcss'`
222222+- โ Faster builds with the Vite plugin
223223+- โ Automatic dark mode support
224224+- โ No config file needed for basic usage
225225+209226## ๐ฆ Tech Stack
210227211228- **Framework**: [SvelteKit 2](https://kit.svelte.dev/)
229229+- **Styling**: [Tailwind CSS 4](https://tailwindcss.com/)
212230- **Runtime**: Server-side only (no client JavaScript required)
213231- **Data Source**: AT Protocol (`blue.linkat.board` collection)
214232- **PDS Resolution**: [Slingshot](https://slingshot.microcosm.blue) by Microcosm
···239257- [Linkat](https://linkat.blue) - The link board service
240258- [AT Protocol](https://atproto.com) - The underlying protocol
241259- [SvelteKit](https://kit.svelte.dev) - The web framework
260260+- [Tailwind CSS](https://tailwindcss.com) - CSS framework
242261- [PDSls](https://pdsls.dev/) - Find your DID
243262- [Slingshot](https://slingshot.microcosm.blue) - Identity resolver
244263