# scambra/devise_invitable

An invitation strategy for devise

Repository: https://github.com/scambra/devise_invitable
Canonical: https://ross.abutalabs.com/products/devise_invitable
Language: Ruby
License: MIT
License Family: permissive
Topics: rails, ruby, devise, invitation
Last push: 2026-08-08T18:38:29+00:00

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

## Adoption (not part of the score)
Stars 2676, forks 543 (observed 2026-08-28T04:07:09.787056+00:00)

## What it is
A Ruby gem that extends the Devise authentication framework for Rails with invitation functionality. It lets authenticated users invite others by email, with invitees accepting by setting a password.

## Use cases
- add invite-only user registration to a Rails app
- let existing users invite friends by email
- build admin-invited team member onboarding
- implement invitation tokens with expiry and acceptance tracking
- limit how many invitations each user can send

## When to choose
- you already use Devise for authentication in a Rails app
- you need email-based invitations with token acceptance flows
- you want a mature, widely used solution with generators and migrations

## When to avoid
- your app does not use Devise or Rails
- you need open registration rather than invitations
- you use a non-Ruby stack

## Facets
- artifact type: library
- maturity: active
- function: auth, email, plugin-system
- domain: web-development, backend, security
- platform: ruby
- tags: rails, devise, user-invitations, authentication, web-server

## Member repositories
- scambra/devise_invitable (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:09.787056+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-30T02:18:02.012612+00:00, confidence not recorded.
  - readme: https://github.com/scambra/devise_invitable (fetched 2026-08-28T04:07:09.787056+00:00, sha 89988795e17d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
