SkillAgentSearch skills...

Formie

formie leverages the simplicity of HTML form actions to allow painless data capturing. With one line of code, formie serves as a form backend, API, dashboard and email service. It’s the simplest way to power custom forms on your website.

Install / Use

/learn @kierianlee/Formie
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<a name="readme-top"></a>

<div align="center"> <img src='https://raw.githubusercontent.com/inkiear/formie/main/public/logo-light.svg' width="30%" alt='formie' /> </div> <h3 align="center">Forms without the hassle</h3> <p align="center"> <a href="https://github.com/inkiear/formie/blob/master/LICENSE"> <img src="https://img.shields.io/badge/license-GPL3-green.svg" alt="GPL3 License"> </a> <a href="https://github.com/inkiear/formie/pulse" alt="Activity"> <img src="https://img.shields.io/github/commit-activity/m/inkiear/formie" /> </a> <a href="https://prettier.io"> <img src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg" alt="Code Style: Prettier"> </a> </p>

✨ What is formie?

formie leverages the simplicity of HTML form actions to allow painless data capturing. With one line of code, formie serves as a form backend, API, dashboard and email service. It’s the simplest way to power custom forms on your website. Unique features include:

  • 📨 Email notifications
  • 🚫 Spam prevention powered by reCAPTCHA
  • 👥 Ability to setup teams
  • ↕️ Filter & sort by submitted fields

How easy is integrating formie into my project?

Just add your formie endpoint to any HTML form. That's it.

<form action="https://formie.dev/{form_id}" method="post">  
	<input name="Email" id="email" type="email">  
	<textarea name="Message" id="message">  
	<button type="submit">Submit</button>  
</form>

🚀 Get started

Head over to formie, sign in and create your first form.

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Related Skills

View on GitHub
GitHub Stars51
CategoryDevelopment
Updated2mo ago
Forks7

Languages

TypeScript

Security Score

95/100

Audited on Jan 12, 2026

No findings