The public site lives in frontend/ and is deployed to Cloudflare Workers (soultales-www).
- Astro 7 with Vue 3 islands
- Tailwind CSS 4
- Directus SDK for content
- Better Auth with Drizzle adapter and Turso
- Pagefind for search
- i18n: en, nl, de, fr, es, it
Key paths
Section titled “Key paths”src/util/directus.ts: Directus client and queriessrc/content.config.ts: content collectionssrc/db/schema.ts: Drizzle schema (users, sessions, favorites)src/auth.ts: OAuth and email providers
pnpm dev:frontendpnpm --filter soultales-frontend buildDeploy and secrets: see frontend/DEPLOY.md in the monorepo.