pal-e-docs-app: Dev environment with hot-reload overlay #344
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/pal-e-platform#344
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Feature
Lineage
Standalone — scoped during platform SSO initiative (2026-05-04). Depends on playground Keycloak gating.
Repo
forgejo_admin/pal-e-deployments+ new repoforgejo_admin/pal-e-docs-appUser Story
As a platform admin
I want a SvelteKit dev environment for pal-e-docs frontend
So that I can iterate on my documentation system's UI with live hot-reload
Context
pal-e-docs has an API (
api.pal-e-docs.tail5b443a.ts.net) but no frontend app. This ticket creates the SvelteKit frontend repo and a dev overlay with hostPath volume mount for live iteration. This is where Lucas builds the interface to interact with his documentation system (notes, boards, blocks, search).Follows the pipeline: playground (CSS/layout) → svelte app (live data) → production. The dev overlay gives immediate feedback while developing.
File Targets
Files the agent should modify or create:
pal-e-docs-app/with SvelteKit scaffoldoverlays/pal-e-docs-app/dev/— hostPath deployment + ingress in pal-e-deploymentsFiles the agent should NOT touch:
pal-e-docs/(the API repo) — frontend is separatepal-e-playground/— hub repo is CSS guide onlyAcceptance Criteria
pal-e-docs-apprepo scaffolded with SvelteKit~/pal-e-docs-apppal-e-docs-dev.tail5b443a.ts.net)api.pal-e-docs.tail5b443a.ts.net)Test Expectations
npm run buildnpm run dev -- --hostnpm run buildConstraints
Checklist
Related
project-pal-e-platform— platform projectproject-pal-e-docs— docs system