actions.life is a SvelteKit PWA with a Firebase backend (Firestore, Storage, Functions), deployed via Vercel.
- Entry Point –
src/app.html - Root Component –
src/routes/+layout.svelte - Home Page –
src/routes/(home)/+page.svelte - Main Calendar –
src/routes/[user]/+page.svelte - Database Schemas –
src/lib/db/models - Database Helpers –
src/lib/db/helpers.js - Global State –
src/lib/store/index.js - Local State –
<localized within the folder of affected components>
OPENAI_API_KEY=from-web-dashboard