# Deploy Form.io with Easypanel

URL: /templates/formio

Form.io is a form and data management platform for progressive web applications. It provides a drag-and-drop form builder, API platform, and data management system that allows developers to rapidly build complex forms and workflows. Form.io combines the power of JSON Schema with a robust API to create dynamic, data-driven applications.

## Benefits

### Drag-and-Drop Form Builder

Create complex forms with an intuitive visual interface without writing code, including advanced components and validation rules.

### API-First Architecture

RESTful API platform that automatically generates endpoints for your forms and data, enabling seamless integration.

### JSON Schema Based

Built on JSON Schema standards for maximum flexibility and interoperability with other systems and frameworks.

### Data Management

Comprehensive data management system with user authentication, permissions, and workflow capabilities.

## Features

### Form Builder

Visual drag-and-drop interface for creating forms with advanced components like file uploads, signatures, and calculations.

### Workflow Engine

Built-in workflow and business process management with conditional logic and automated actions.

### User Management

Complete user authentication and authorization system with role-based access control and team management.

### API Platform

Automatically generated REST API endpoints for all forms and data with comprehensive documentation.

## Configuration

- `appServiceName` (App Service Name, required): formio

- `appServiceImage` (App Service Image, required): formio/formio:4.6.5 — Form.io Docker image

- `rootEmail` (Root Admin Email, required): admin@example.com — Email address for the root administrator account

- `rootPassword` (Root Admin Password, required): Set during installation — Password for the root administrator account

## Services

- formio-mongo: mongo

- formio: app (formio/formio:4.6.5)

## Resources

- [Official Website](https://form.io/)

- [Documentation](https://help.form.io/)

- [GitHub](https://github.com/formio/formio)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/formio)