FormKit: Form building framework for Vue 3

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    Vue Forms ⚡️ Supercharged

  • vue-dit

    Discontinued Simple Vue interface for the public Reddit API (broken now: CORS enforced)

  • 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.

    SurveyJS logo
  • react-jsonschema-form

    A React component for building Web forms from JSON Schema.

  • These exist, such as: https://github.com/rjsf-team/react-jsonschema-form

    We also built one from scratch and used it in client-facing production applications (Angular + React Native). The biggest hurdle is that JSON schema is great at describing the shape of the form data but not a great job at describing how the form looks. We ended up creating a separate "presentation" schema which handled things like order of the form, rows/columns, widgets to use, and much more.

  • vue-openapi-form

    A Vue component to generate html form using OpenAPI v3 schema

  • native

    Generate a form using JSON Schema and Vue.js (by formschema)

  • gincko

    Discontinued Build complex, smart forms or inputs-based UIs in seconds.

  • zod

    TypeScript-first schema validation with static type inference

  • I didn’t know that a lot of these schema systems use eval. Surprising, why is that?

    As far as I can tell, my go-to schema system doesn’t. https://github.com/colinhacks/zod

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
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