# formspree/formspree

The successor to this repository is actively maintained at https://formspree.io. Its source code is not available

Repository: https://github.com/formspree/formspree
Canonical: https://ross.abutalabs.com/products/formspree
Homepage: https://formspree.io
Language: Python
License: NOASSERTION
License Family: other
Topics: formspree, sendgrid, flask, postgresql, forms, jamstack
Archived: true
Last push: 2023-05-22T22:49:02+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4282, "days_push": 1199, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2754, forks 255 (observed 2026-08-28T04:07:18.133359+00:00)

## What it is
Formspree is a form-to-email backend service that lets static sites submit HTML forms by pointing the form action at a Formspree URL, with no server-side code required. This repository contains the original open-source Flask implementation, which is no longer maintained; the actively developed successor is the closed-source hosted service at formspree.io.

## Use cases
- add a contact form to a static site without a backend
- receive form submissions as email without writing server code
- forward HTML form submissions to an email address
- add spam honeypot protection to plain HTML forms
- self-host a form handling endpoint with Flask, SendGrid, and PostgreSQL
- set custom reply-to, subject, and redirect behavior on form submissions

## When to choose
- you want a zero-backend contact form on a static or Jamstack site
- you need to self-host the legacy open-source form handler and accept no vendor support
- you want simple email forwarding of form data with minimal setup

## When to avoid
- you need maintained open-source code you can extend or get support for
- you require modern features like file uploads, integrations, or analytics from the current product
- you are starting a new project, since the repository is explicitly no longer active

## Facets
- artifact type: service
- maturity: abandoned
- function: email, web-framework, form-handling, self-hosted
- domain: web-development, frontend, email
- platform: python, self-hosted
- tags: html-forms, form-backend, static-sites, jamstack, form-to-email, spam-protection, sendgrid, discontinued-open-source, automation, web-server

## Member repositories
- formspree/formspree (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:18.133359+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-30T08:18:52.868085+00:00, confidence not recorded.
  - readme: https://github.com/formspree/formspree (fetched 2026-08-28T04:07:18.133359+00:00, sha a7e8d3ad0d1f)
  - homepage: https://formspree.io (fetched 2026-08-29T09:56:52.630218+00:00, sha 9bc61edb7a2c)
  - site_page: https://formspree.io/changelog (fetched 2026-08-29T09:56:52.640062+00:00, sha 514fcd466494)
- Data as of 2026-08-30T08:39:29.467469+00:00.
