forked from heyform/heyform
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,94 +1 @@ | ||
<div align="center"> | ||
<h1 align="center"> | ||
<img alt="heyform logo" height="60" src="./assets/images/logo.svg"> | ||
</h1> | ||
<p>Forms is an open-source form builder that allows anyone to create engaging conversational forms for surveys, questionnaires, quizzes, and polls. No coding skills required.</p> | ||
</div> | ||
<p align="center"> | ||
<a target="_blank" href="https://heyform.net">Website</a> | <a target="_blank" href="https://docs.heyform.net">Documentation</a> | <a target="_blank" href="https://heyform.net/blog">Blog</a> | <a target="_blank" href="https://twitter.com/HeyformHQ">Twitter</a> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://trendshift.io/repositories/9025" target="_blank"><img src="https://trendshift.io/api/badge/repositories/9025" alt="heyform" style="width: 250px; height: 55px;" width="250" height="55"/></a> | ||
</p> | ||
|
||
<img src="./assets/images/screenshot.png" alt="Forms" /> | ||
|
||
## Features | ||
|
||
Forms simplifies the creation of conversational forms, making it accessible for anyone to gather information or feedback through engaging surveys, quizzes, and polls. We are committed to enhancing Forms with regular updates, including bug fixes, new features, and performance improvements. | ||
|
||
### Build Forms with Ease | ||
|
||
- π **Versatile Inputs**: From basic text, email, and phone number fields to advanced options like picture choices, date pickers, and file uploads, Forms supports a wide array of input types. | ||
- π§ **Smart Logic**: Conditional logic and URL redirections for dynamic, adaptable forms. | ||
- π **Powerful Integrations**: Connect with webhooks, analytics, marketing platforms, and tools like Zapier and Make.com. | ||
|
||
### Customize to Your Brand | ||
|
||
- π¨ **Visual Themes**: Tailor the look and feel of your forms to match your brand identity with customizable fonts, colors, backgrounds, and more. | ||
- β¨ **Advanced Theming**: Gain greater control with extensive customization options, including custom CSS for deeper personalization. | ||
|
||
### Analyze and Act on Data | ||
|
||
- π **Insightful Analytics**: Gain insights with detailed analytics, including drop-off rates and completion rates. | ||
- π€ **Data Export**: Easily export your form results to CSV for further analysis or integration into your systems. | ||
|
||
## Getting started with Forms | ||
|
||
The simplest and most efficient way to dive into Forms is through [our official hosted service](https://my.heyform.net). When you choose this cloud version, you're getting the advantage of high reliability, automatic backups, robust security, and hassle-free maintenanceβall carefully managed by us, the passionate duo behind Forms. | ||
|
||
Choosing our hosted version not only saves a significant amount of time and resources but also supports Forms's development and the open-source community. Get a great service while backing innovation. π | ||
|
||
## Structure | ||
|
||
``` | ||
. | ||
βββ packages | ||
βββ answer-utils (form submission utils for server and webapp) | ||
βββ embed (form embed javascript library) | ||
βββ shared-types-enums (shared types/enums for server and webapp) | ||
βββ utils (common utils for server and webapp) | ||
βββ server (node server) | ||
βββ webapp (react webapp) | ||
``` | ||
|
||
## Self-hosting | ||
|
||
Interested in self-hosting Forms on your server? Take a look at the [self-hosting installation instructions](https://docs.heyform.net/self-hosting). | ||
|
||
### One Click Deployment | ||
|
||
<a href="https://railway.app/template/f5vBKm?referralCode=bDs1YJ"> | ||
<img src="https://railway.app/button.svg" alt="Deploy on Railway" height="36" /> | ||
</a> | ||
|
||
<a href="https://zeabur.com/templates/9YAUUO" style="margin-left:8px"> | ||
<img src="https://zeabur.com/button.svg" alt="Deploy on Zeabur" /> | ||
</a> | ||
|
||
<a href="https://cloud.sealos.io/?openapp=system-template%3FtemplateName%3Dheyform" style="margin-left:16px"> | ||
<img src="https://cdn.jsdelivr.net/gh/labring-actions/templates@main/Deploy-on-Sealos.svg" alt="Deploy on Sealos" height="36" /> | ||
</a> | ||
|
||
<a href="https://repocloud.io/details/?app_id=283" style="margin-left:24px"> | ||
<img src="https://d16t0pc4846x52.cloudfront.net/deploylobe.svg" alt="Deploy to RepoCloud" height="36" /> | ||
</a> | ||
|
||
## Local development | ||
|
||
Follow the [local installation instructions](https://docs.heyform.net/local-development) to run the project locally. | ||
|
||
## How to Contribute | ||
You are awesome, let's build great software together. Head over to the [contribute docs](https://docs.heyform.net/contribute) to get started. πͺ | ||
|
||
## Support & Community | ||
|
||
You'll find a lot of resources to help you get started with Forms in the [help center](https://docs.heyform.net). However, if you can't find what you're looking for there, don't hesitate to reach out to us: | ||
|
||
- Have a question? Join the [Discord server](https://discord.gg/sgT4v4GSTe) and get instant help. | ||
- Found a bug? [Create an issue](https://github.com/heyform/heyform/issues/new/choose) | ||
|
||
## License | ||
|
||
Forms is open-source under the GNU Affero General Public License v3.0 (AGPL-3.0), you will find more information about the license and how to comply with it [here](https://docs.heyform.net/license). | ||
# Forms |