# thoughtbot/griddler

Simplify receiving email in Rails (deprecated)

Repository: https://github.com/thoughtbot/griddler
Canonical: https://ross.abutalabs.com/products/griddler
Homepage: http://griddler.io/
Language: Ruby
License: MIT
License Family: permissive
Archived: true
Last push: 2024-07-12T18:58:16+00:00

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

## Adoption (not part of the score)
Stars 1359, forks 197 (observed 2026-08-28T04:04:29.701308+00:00)

## What it is
Griddler is a Rails engine that provides an HTTP endpoint for email delivery services (SendGrid, Cloudmailin, Postmark, Mandrill, Mailgun) that convert incoming emails into POST requests. It parses those requests into a simple email object and hands it to a user-defined processor class. It was deprecated in June 2024 in favor of Rails' built-in ActionMailbox.

## Use cases
- receive incoming emails in a Rails app
- parse emails forwarded by SendGrid or Postmark webhooks
- build reply-by-email features like posting comments via email
- extract attachments and bodies from inbound email POSTs
- strip reply text below a reply delimiter
- route email service webhooks to application logic

## When to choose
- maintaining a legacy Rails app already using Griddler
- on an old Rails version that predates ActionMailbox

## When to avoid
- starting a new Rails project (use ActionMailbox instead)
- you need ongoing support or updates
- your Rails version includes ActionMailbox

## Facets
- artifact type: library
- maturity: abandoned
- function: email, parser, middleware
- domain: web-development, email, backend
- platform: ruby
- tags: rails-engine, incoming-email, deprecated, sendgrid, postmark, email-parsing, web-server

## Member repositories
- thoughtbot/griddler (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:29.701308+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:41:43.820220+00:00, confidence not recorded.
  - readme: https://github.com/thoughtbot/griddler (fetched 2026-08-28T04:04:29.701308+00:00, sha dbc715139298)
  - homepage: http://griddler.io/ (fetched 2026-08-29T11:59:37.107140+00:00, sha ba3369212127)
- Data as of 2026-08-30T08:39:29.467469+00:00.
