Web Architecture

Choosing how a web app renders and whether to use a framework, decided up front. Claude defaults to client-side rendering and hand-rolled vanilla HTML/JS, which is usually the wrong starting point for content sites and multi-page apps. Use when starting or scaffolding a site or app, deciding how pages render (SSR, SSG, CSR), or about to hand-build routing and state. Covers defaulting to server-rendered HTML for first paint and SEO, reaching for a framework when there are several pages, and not over-engineering a single page.

TheDecipherist 3de219b 3.7 KB Updated

File contents

thedecipherist/claude-code-mastery-project-starter-kit/tree/main/.claude/skills/web-architecture commit 3de219b3e3

Frequently asked questions

npx skillmds@latest add thedecipherist/web-architecture