More Premium Hugo Themes Premium Nextjs Themes

FormBuilder

UI based codegen tool to easily create Beautiful and Type safe @shadcn/ui forms (Next.js, Vue, Svelte)

FormBuilder

UI based codegen tool to easily create Beautiful and Type safe @shadcn/ui forms (Next.js, Vue, Svelte)

Author Avatar Theme by kryptxbsa
Github Stars Github Stars: 430
Last Commit Last Commit: Apr 30, 2025 -
First Commit Created: Aug 27, 2024 -
default image

Overview:

The Form Builder for @shadcn/ui is a UI-based codegen tool designed to easily create forms using @shadcn/ui components. Though the repository may seem inactive, it is undergoing refactoring for enhanced structure and code quality.

Features:

  • Field types: Includes string (input), number (input), boolean (switch), enum (select, radio, combobox), and date (date picker).
  • Easy to use: Provides an intuitive user interface for creating forms.
  • Contributions welcome: Open for contribution via issue submissions or pull requests.

Installation:

To install the Form Builder for @shadcn/ui, follow these steps:

  1. Clone the repository:
git clone <repository_url>
  1. Install dependencies:
npm install
  1. Run the application:
npm start
  1. Access the Form Builder in your browser at http://localhost:<port>

Summary:

The Form Builder for @shadcn/ui is a helpful tool for creating forms with various field types. It is currently undergoing improvements, making it a promising solution for generating forms using @shadcn/ui components. Contributions are encouraged to enhance the tool further.