Any good examples of Next.js + OpenAPI + Request/Response Validation?

This page summarizes the projects mentioned and recommended in the original post on /r/nextjs

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • open-api

    A Monorepo of various packages to power OpenAPI in node

    So, if you have an openApi doc built you have a few options - at work we've used: https://openapi-generator.tech/docs/generators/javascript which generates an api client for you - it matches the schemas defined in openApi with typescript - alternatively: https://github.com/kogosoftwarellc/open-api/tree/master/packages/openapi-types

  • swagger-parser

    Swagger 2.0 and OpenAPI 3.0 parser/validator

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • client-js

    A browser-compatible JSON-RPC client with multiple transports. (by open-rpc)

    I'm not sure what you're trying to achieve too much, possibly you could look at rpc: https://github.com/open-rpc/client-js which could be of use to you - Theo at ping.gg is a big advocate for it.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts