Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.17 KB

README.md

File metadata and controls

56 lines (34 loc) · 1.17 KB

FormiVerse

A single place to create, edit & manage your forms with easy integration into your websites. View the responses in real-time and download it in different formats.

Quick Demo

gif

Features

  • Utilize power of React Json Schema Form and create forms easily with help of Form Schema and UI Schema :)
  • Easy integration of created forms into your websites using IFrames
  • Get email notifications of every response
  • Keep track of responses by downloading them

Tech Stack

NextJS, Shadcn UI, Tailwind, MongoDB

Run Locally

  • Clone the project

      git clone https://github.com/naveen8801/FormiVerse
  • Go inside FormiVerse directory

      cd FormiVerse
  • Create a .env file at root ( referring env.example )

  • Install dependencies

      npm install
  • Start local server ( Please add .env file as shown below )

      npm run dev

Contributing

Contributions are always welcome!

Authors