Openapi To Web UI

Ingests an OpenAPI specification (3.0/3.1/3.2 or Swagger 2.0, YAML or JSON, from a file, URL, or pasted text) and builds a polished web app over that API using a prescribed stack: Next.js App Router, TypeScript, Tailwind CSS, shadcn/ui, TanStack Query, and a typed client, query options, and Zod schemas generated from the spec. Bakes in evidence-based UI/UX: task-oriented page architecture, research-backed form design with spec-derived validation, loading/empty/error states, WCAG 2.2 AA accessibility, Core Web Vitals targets, SEO metadata on anonymously reachable routes, and a server-side proxy so API credentials never reach the browser. Use when the user provides an OpenAPI or Swagger spec and asks for a website, web app, frontend, UI, portal, storefront, dashboard, account area, or personal tool over it.

kelly-griffith Updated

File contents

kelly-griffith/software-engineering-cursor-skills/tree/main/openapi-to-web-ui commit 3dcbe2af62

Frequently asked questions

npx skillmds@latest add kelly-griffith/openapi-to-web-ui