Openapi To Components

Convert Synnovator OpenAPI spec into fully integrated Next.js frontend components. Reads .synnovator/openapi.yaml and frontend/components/pages/*.tsx, then generates API client (lib/api-client.ts), TypeScript types (lib/types.ts), server-side data fetching functions (lib/api/*.ts), and updates existing page components to replace hardcoded mock data with real API calls using Next.js App Router Server Components. Use when: (1) Need to wire frontend components to backend API endpoints (2) Want to replace mock/hardcoded data in page components with real API fetching (3) Adding a new page component that needs API integration (4) Regenerating API types after OpenAPI spec changes

majiayu000 Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/integration/openapi-to-components-h2oslabs-synnovatorzero-2 commit 53401ab666

Frequently asked questions

npx skillmds@latest add majiayu000/openapi-to-components-2