Functional HTML forms for

What if you could use a service that gives you full control over the form, yet doesn’t require you to use anything on your server? Airform gives you the ability to create functional HTML forms without thinking about servers.


Quick Tip: The action attribute defines the location URL where the form's collected data should be sent when it is submitted. The method attribute defines which HTTP method to send the data with (should be "post"). All input, select, textarea elements within your form should have a name attribute.

  • Functional HTML forms for Angular Developers.

    Getting Started
    npm install angular-airform
    You can also install using Yarn.yarn add angular-airform
    Usage
    import airform from 'angular-airform'
    
      <airform email="[email protected]">
        <input type="text" name="name"/>
        <textarea name="message"></textarea>
        <button>Send</button>
      </airform>
    Quick Tip: The email attribute defines the email that will receive the form's collected data when it is submitted. The method attribute is post by default. All input, select, textarea elements within your form should have a name attribute.
  • Functional HTML forms for AngularJS Developers.

    Getting Started
    npm install ng-airform
    You can also install using Yarn.yarn add ng-airform
    Usage
    import airform from 'ng-airform'
    
      <airform email="[email protected]">
        <input type="text" name="name"/>
        <textarea name="message"></textarea>
        <button>Send</button>
      </airform>
    Quick Tip: The email attribute defines the email that will receive the form's collected data when it is submitted. The method attribute is post by default. All input, select, textarea elements within your form should have a name attribute.
  • Functional HTML forms for Aurelia Developers.

    Getting Started
    npm install aurelia-airform
    You can also install using Yarn.yarn add aurelia-airform
    Usage
    import airform from 'aurelia-airform'
    
      <airform email="[email protected]">
        <input type="text" name="name"/>
        <textarea name="message"></textarea>
        <button>Send</button>
      </airform>
    Quick Tip: The email attribute defines the email that will receive the form's collected data when it is submitted. The method attribute is post by default. All input, select, textarea elements within your form should have a name attribute.
  • Functional HTML forms for React Developers.

    Getting Started
    npm install react-airform
    You can also install using Yarn.yarn add react-airform
    Usage
    import Airform from 'react-airform'
    
      <Airform email="[email protected]">
        <input type="text" name="name"/>
        <textarea name="message"></textarea>
        <button>Send</button>
      </Airform>
    Quick Tip: The email attribute defines the email that will receive the form's collected data when it is submitted. The method attribute is post by default. All input, select, textarea elements within your form should have a name attribute.
  • Functional HTML forms for Vue Developers.

    Getting Started
    npm install vue-airform
    You can also install using Yarn.yarn add vue-airform
    Usage
    import airform from 'vue-airform'
    
      <airform email="[email protected]">
        <input type="text" name="name"/>
        <textarea name="message"></textarea>
        <button>Send</button>
      </airform>
    Quick Tip: The email attribute defines the email that will receive the form's collected data when it is submitted. The method attribute is post by default. All input, select, textarea elements within your form should have a name attribute.
  • No Server Management

    There is no need to maintain any servers. There is no software or runtime to install, provision, or administer.

  • Safe Ship Mode

    Airform sends your encrypted HTML form data using the quality of the best security services. Protecting your information is extremely important to us.

  • More Productivity

    Airform provides a fast and smart implementation to submit your HTML form. Focus on what you want to do, not how.

  • Automated High Availability

    Serverless apps have built-in availability and fault tolerance. You don't need to architect for these capabilities since the services running the app provide them by default.

  • Unlimited Form Submissions

    For now, Airform provides unlimited form submissions for free. Support Airform right now!

  • Web Standards

    HTML forms only and nothing else. Build apps with standardized web technologies that will work for decades.

  • Zero-Configuration

    Airform turns complex HTML forms into simple calls. Break free of Back-End languages.

  • Cross-Platform Support

    Create functional HTML forms on iOS, Android, Electron, React Native, Ionic, and Progressive Web Apps.

  • Open Source

    Airform is open source (MIT) and maintained by the community on GitHub. Help us keep this project open and inclusive.