managarten/apps/context/apps/web
Till JS 2ea7bb7a18 feat(context): add SvelteKit web app with Svelte 5 runes
- Add 15 routes: dashboard, spaces, documents, editor, tokens, settings, auth, etc.
- Add 10 components: DocumentCard, DocumentEditor, AIToolbar, SpaceCard, BatchCreateModal, etc.
- Add 7 Svelte 5 rune stores: documents, spaces, tokens, auth, theme, navigation, user-settings
- Add i18n with DE + EN locales
- Add types for Document, Space, AI models, token economy
- Add SvelteKit config with node adapter (port 5192)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 11:15:20 +01:00
..
src feat(context): add SvelteKit web app with Svelte 5 runes 2026-03-19 11:15:20 +01:00
package.json feat(context): add NestJS backend, PostgreSQL database, and migrate web app from Supabase to API 2026-03-19 09:28:01 +01:00
svelte.config.js feat(context): add SvelteKit web app with Svelte 5 runes 2026-03-19 11:15:20 +01:00
tsconfig.json feat(context): add SvelteKit web app with Svelte 5 runes 2026-03-19 11:15:20 +01:00
vite.config.ts feat(context): add SvelteKit web app with Svelte 5 runes 2026-03-19 11:15:20 +01:00