# phoenixframework/flame

Fleeting Lambda Application for Modular Execution: auto scale parts of your existing app with a single function call

Repository: https://github.com/phoenixframework/flame
Canonical: https://ross.abutalabs.com/products/phoenixframework-flame
Language: Elixir
License: MIT
License Family: permissive
Last push: 2026-08-05T13:25:28+00:00

## Health v2 (maintenance only)
Score: 70/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 96, release rhythm 35, longevity 74
- inputs: {"age_days": 1038, "days_push": 28, "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 1176, forks 68 (observed 2026-08-28T04:03:52.547374+00:00)

## What it is
FLAME is an Elixir library that lets you auto-scale parts of an existing application by wrapping code blocks in a FLAME.call, which executes them on short-lived copies of the app. It handles elastic pool scaling up and down with pluggable backends such as Fly.io.

## Use cases
- run CPU-heavy tasks like ffmpeg thumbnail generation on temporary servers
- auto scale parts of my existing app with a single function call
- offload expensive background work without a separate worker service
- boot ephemeral copies of my app to run a block of code
- scale to zero for bursty workloads in Elixir
- run async jobs on short-lived infrastructure

## When to choose
- you have an existing Elixir/Phoenix app and want elastic scaling without extracting services
- you need to run the full application context (DB connections, deps) for a task
- you want scale-to-zero pools with automatic idle shutdown

## When to avoid
- your stack is not Elixir/Erlang
- you need a general-purpose job queue rather than ephemeral in-place execution
- you deploy on platforms without a supported FLAME backend

## Facets
- artifact type: library
- maturity: active
- function: cloud, serverless, concurrency, deployment, workflow-automation
- domain: backend, cloud-computing, web-development, microservices
- platform: elixir, cloud
- tags: elastic-scaling, serverless-elixir, fly-io, phoenix, temporary-runners, autoscaling, web-server

## Member repositories
- phoenixframework/flame (main) score 70

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:52.547374+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-30T06:26:36.125880+00:00, confidence not recorded.
  - readme: https://github.com/phoenixframework/flame (fetched 2026-08-28T04:03:52.547374+00:00, sha 9889f16cf55c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
