Skip to content

mrtin42/formaliser.net

Repository files navigation

FORMALISER.NET

FORMALISER.NET

FORMALISER.NET is a free service powered by Next.js and Vercel. It's a simple backend that parses and sends HTML forms to your email, without any frontend code. It's a great solution for your personal website, blog, or any other static website.

Get Started

  1. Create a form on your website with the action attribute set to https://formaliser.net/[email protected] replacing [email protected] with your actual email. ensure the method is set to POST, else form data will not be sent and we cannot send.
<form action="https://beta.formaliser.net/[email protected]" method="POST">
    <input type="text" name="name" placeholder="Name">
    <input type="email" name="email" placeholder="Email">
    <textarea name="message" placeholder="Message"></textarea>
    <button type="submit">Send</button>
</form>
  1. Thats literally it.

Features

  • No frontend code required
  • We don't store any data
  • No ads
  • No tracking
  • No cookies
  • No bullshit

Coming soon

  • Configuration using hidden form fields (e.g rate limiting, email subject, etc)
  • Tying emails to domains (e.g. only allowing forms from yourdomain.com to be sent to your email, preventing spam)
  • Custom domains
  • support for file uploads
  • support for multiple recipients

Soo.. why is it free?

because why bloody not.
premium tiers may be added in the future, but essential features will always be free.

Tech Stack

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

Bugs

If you find any bugs, please open an issue, email us at [email protected], or if you want to flex, fix it yourself and submit a pull request. whichever you prefer, it will be greatly appreciated.

License

MIT

Contact