phoenixframework/flame
Fleeting Lambda Application for Modular Execution: auto scale parts of your existing app with a single function call observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 96
- Release rhythm 35
- Longevity 74
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1038
- days_rel: n/a
- days_push: 28
- n_releases_24m: 0
Adoption not part of the score
1176 stars · 68 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity active
cloud serverless concurrency deployment workflow-automation backend cloud-computing web-development microservices elixir cloud elastic-scaling serverless-elixir fly-io phoenix temporary-runners autoscaling web-server
1 source
- readme: https://github.com/phoenixframework/flame · fetched 2026-08-28 · 9889f16cf55c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| phoenixframework/flame | main | 70 |
For agents
markdown · JSON · MCP: product_card(name="phoenixframework/flame")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem