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:

PUBLIC_RAISIN_URL=ws://localhost:8080/sys/default
PUBLIC_RAISIN_REPOSITORY=ask-the-user
Related skills
Installs
3
GitHub Stars
1
First Seen
Apr 3, 2026