# zombocom/wicked

Use wicked to turn your controller into a wizard

Repository: https://github.com/zombocom/wicked
Canonical: https://ross.abutalabs.com/products/wicked
Homepage: http://schneems.com
Language: Ruby
License: MIT
License Family: permissive
Last push: 2024-08-30T06:33:28+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5363, "days_push": 733, "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 2854, forks 190 (observed 2026-08-28T04:07:25.829098+00:00)

## What it is
Wicked is a Ruby gem that turns Rails controllers into step-by-step wizard flows, acting as a RESTful-ish state machine for multi-step processes. It handles step sequencing and navigation so developers can build signup flows and multi-page forms with minimal boilerplate.

## Use cases
- build a multi-step signup wizard in rails
- split a long form into steps
- create an after-signup onboarding flow
- implement step-by-step object creation
- add a wizard progress indicator to forms
- make a restful multi-step checkout process

## When to choose
- you're on Rails and need a multi-step form or onboarding wizard
- you want a RESTful way to sequence steps across controller actions
- you need to build partial objects incrementally over several pages

## When to avoid
- you're not using Ruby on Rails
- you need a client-side JavaScript wizard with instant validation
- your flow is a single-page form that doesn't need step routing

## Facets
- artifact type: library
- maturity: stable
- function: web-framework, state-management, routing
- domain: web-development, backend, developer-tools
- platform: ruby
- tags: rails, wizard, multi-step-forms, onboarding, state-machine, web-server

## Member repositories
- zombocom/wicked (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:25.829098+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-30T07:36:46.134761+00:00, confidence not recorded.
  - readme: https://github.com/zombocom/wicked (fetched 2026-08-28T04:07:25.829098+00:00, sha c60602f23283)
  - homepage: http://schneems.com (fetched 2026-08-29T09:52:21.168214+00:00, sha d7a948a625bb)
  - site_page: http://schneems.com/about (fetched 2026-08-29T09:52:21.177266+00:00, sha 1392ddec68bc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
