FormKit: Form building framework for Vue 3

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. formkit

    Vue Forms ⚡️ Supercharged

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. vue-dit

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

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

  5. vue-openapi-form

    A Vue component to generate html form using OpenAPI v3 schema

  6. native

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

  7. gincko

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

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

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • What are your thoughts on wrapping all third party UI components with your own component to make it easy to replace libraries in the future?

    1 project | /r/reactjs | 19 Jul 2023
  • Nuxt3 Best Tailwind Component Library

    1 project | /r/Nuxt | 24 Jun 2023
  • Zag.js – UI Components Powered by FSM

    1 project | news.ycombinator.com | 22 May 2023
  • Best vue ui component libraries to build own

    4 projects | /r/vuejs | 18 May 2023
  • What UI library would you use to quickly prototype some forms?

    4 projects | /r/webdev | 17 Apr 2023

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?