An open API service indexing awesome lists of open source software.

https://github.com/ali-hussein-dev/formcn

Modern form builder for shadcn
https://github.com/ali-hussein-dev/formcn

builder forms react shadcn-ui

Last synced: 6 months ago
JSON representation

Modern form builder for shadcn

Awesome Lists containing this project

README

          

# formcn

![screenshot](https://0ecd2qxhjqgqxftv.public.blob.vercel-storage.com/893_1x_shots_so.jpg)

A modern form builder that allows you to build forms with shadcn components.

## Features

- Single/multi-step form
- Instant form preview
- Form code generation for client/server side

## Generated Code Tech Stack

- React 19
- Tailwindcss 4
- Shadcn
- Zod 4
- React Hook Form
- TypeScript

## Development

```bash
# Clone the repository
git clone https://github.com/Ali-Hussein-dev/formcn.git

# Install dependencies
bun install

# Start dev server
bun dev:web

```

## Want to contribute?

Just fork the repository and submit a pull request!