# Meteor-Community-Packages/meteor-autoform

AutoForm is a Meteor package that adds UI components and helpers to easily create basic forms with automatic insert and update events, and automatic reactive validation.

Repository: https://github.com/Meteor-Community-Packages/meteor-autoform
Canonical: https://ross.abutalabs.com/products/meteor-autoform
Language: JavaScript
License: MIT
License Family: permissive
Topics: meteor, blaze, autoform, schema, insert-form, autoform-bs, form-schemas, forms, hacktoberfest
Last push: 2026-04-02T04:22:19+00:00

## Health v2 (maintenance only)
Score: 57/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 75, release rhythm 8, longevity 100
- inputs: {"age_days": 4790, "days_push": 153, "days_rel": 606, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1428, forks 321 (observed 2026-08-28T04:04:42.057093+00:00)

## What it is
AutoForm is a Meteor package that provides UI components and helpers for quickly building forms with automatic insert and update events and reactive schema-based validation. It works with simpl-schema and optionally collection2 to generate forms directly from data schemas.

## Use cases
- generate forms from a schema in a Meteor app
- create insert forms that write to a Mongo collection
- build update forms with automatic reactive validation
- add quick CRUD forms to a Blaze-based Meteor project
- validate form input against a simpl-schema definition

## When to choose
- you are building a Meteor app with Blaze and schema-driven forms
- you want automatic insert/update handling and reactive validation with minimal boilerplate
- you already use simpl-schema or collection2

## When to avoid
- you are not using Meteor
- you use React, Vue, or another frontend framework instead of Blaze
- you need highly custom form UIs that schema-generated components cannot express

## Facets
- artifact type: library
- maturity: active
- function: form-handling, ui-components, templating
- domain: web-development, frontend, developer-tools
- platform: -
- tags: meteor, blaze, forms, schema-validation, reactive-ui, insert-update-forms, nodejs, web-server, javascript

## Member repositories
- Meteor-Community-Packages/meteor-autoform (main) score 57

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:42.057093+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:37:17.975242+00:00, confidence not recorded.
  - readme: https://github.com/Meteor-Community-Packages/meteor-autoform (fetched 2026-08-28T04:04:42.057093+00:00, sha 264b6aee5221)
- Data as of 2026-08-30T08:39:29.467469+00:00.
