II.
StackProfile JSON
Structured · livestack-profile:sveltekit-stack
SvelteKit + Tailwind + TypeScript json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-profile:sveltekit-stack",
"_kind": "StackProfile",
"_file": "domain/stack-profiles/stack-profiles-additional.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "SvelteKit + Tailwind + TypeScript",
"description": "A modern full-stack web stack: SvelteKit as the meta-framework with\nfile-based routing, server-side rendering, and form actions, Tailwind\nCSS for utility-first styling, and TypeScript throughout.\n\nSvelteKit's load functions run on the server or client depending on\nthe route configuration, enabling hybrid SSR/CSR patterns without the\ncomplexity of separate client and server repos. Prisma or Drizzle ORM\nare common data-access choices. Vite powers the dev server and build.\nThe stack emphasises small bundle sizes and minimal runtime overhead,\nmaking it well-suited for content sites, dashboards, and SaaS\napplications that care about Core Web Vitals. Deployment targets\ninclude Vercel, Netlify, and Cloudflare Pages via adapters.\n",
"composes": [
"language:typescript",
"framework:sveltekit"
]
},
"outgoingEdges": [
{
"from": "stack-profile:sveltekit-stack",
"to": "language:typescript",
"kind": "composed_of"
},
{
"from": "stack-profile:sveltekit-stack",
"to": "framework:sveltekit",
"kind": "composed_of"
},
{
"from": "stack-profile:sveltekit-stack",
"to": "framework:svelte",
"kind": "composed_of"
},
{
"from": "stack-profile:sveltekit-stack",
"to": "role:frontend-engineer",
"kind": "used_by_role"
},
{
"from": "stack-profile:sveltekit-stack",
"to": "role:fullstack-engineer",
"kind": "used_by_role"
},
{
"from": "stack-profile:sveltekit-stack",
"to": "domain:frontend",
"kind": "applies_to"
},
{
"from": "stack-profile:sveltekit-stack",
"to": "domain:web-development",
"kind": "applies_to"
},
{
"from": "stack-profile:sveltekit-stack",
"to": "skill-area:server-side-rendering",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:sveltekit-stack",
"to": "skill-area:frontend-development",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:sveltekit-stack",
"to": "skill-area:web-vitals",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:sveltekit-stack",
"to": "skill-area:css-architecture",
"kind": "requires_skill_area"
}
],
"incomingEdges": []
}