raisindb-frontend-sveltekit
Installation
SKILL.md
RaisinDB SvelteKit Frontend
Build a SvelteKit app that renders RaisinDB content pages using path-based routing. Pages are fetched by path via SQL over WebSocket, then rendered by mapping their archetype to a Svelte component. Elements inside pages use the same registry pattern.
1. Setup
npm create svelte@latest frontend # choose Skeleton, TypeScript
cd frontend
npm install @raisindb/client
Use adapter-auto (default) or adapter-node. SSR is disabled since all data comes over WebSocket.
Create frontend/.env — ask the user for the repository name and server URL: