frontend-architecture

Installation
SKILL.md

Frontend Architecture Selection

Guides frontend technology stack selection and project scaffolding for new or empty projects.

Step 1: Clarify Requirements

Before recommending a stack, MUST ask (or infer from context):

Question Options Impact
Rendering mode SPA / SSR / SSG / Hybrid Determines framework
Content type Dashboard / Landing / Docs / App Determines UI library
SEO required? Yes / No SSR vs SPA decision
Backend API REST / GraphQL / gRPC-Web Data layer strategy
Team size Solo / Small / Large Monorepo strategy
Backend stack Go / Node / Other Type-safe client gen

Step 2: Recommended Default Stack

Installs
6
First Seen
Mar 4, 2026
frontend-architecture — hicker-kin/ai-context