# krzyzanowskim/Natalie

Natalie - Storyboard Code Generator (for Swift)

Repository: https://github.com/krzyzanowskim/Natalie
Canonical: https://ross.abutalabs.com/products/natalie
Homepage: http://blog.krzyzanowskim.com/2015/04/15/natalie-storyboard-code-generator/
Language: Swift
License: MIT
License Family: permissive
Topics: storyboard, swift, segues
Archived: true
Last push: 2018-11-14T08:40:18+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": 4159, "days_push": 2849, "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 1160, forks 68 (observed 2026-08-28T04:03:49.093738+00:00)

## What it is
Natalie is a Swift command-line tool that generates strongly-typed Swift code from Xcode storyboard files, replacing string-based identifiers for storyboards and segues with enums. It produces a single .swift file with extensions and a Storyboards enum as a drop-in replacement for UIStoryboard.

## Use cases
- generate swift code from storyboards
- avoid string-based segue identifiers in swift
- type-safe storyboard access in ios apps
- enumerate storyboards and view controllers as enums
- reduce runtime crashes from mistyped segue names

## When to choose
- you maintain a legacy Swift project using storyboards and want compile-time-safe segue identifiers
- you want to eliminate stringly-typed UIStoryboard and segue code

## When to avoid
- you use SwiftUI or programmatic UI instead of storyboards
- you need an actively maintained tool - last release was 2018 and it targets Swift 4
- your project uses modern Xcode tooling that supersedes codegen for storyboards

## Facets
- artifact type: cli-tool
- maturity: abandoned
- function: parser, developer-tools
- domain: mobile-development, developer-tools
- platform: cli
- tags: storyboard, swift, segues, codegen, ios, code-generation, macos

## Member repositories
- krzyzanowskim/Natalie (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:49.093738+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:31:48.947373+00:00, confidence not recorded.
  - readme: https://github.com/krzyzanowskim/Natalie (fetched 2026-08-28T04:03:49.093738+00:00, sha 3722a2d464ed)
  - homepage: http://blog.krzyzanowskim.com/2015/04/15/natalie-storyboard-code-generator/ (fetched 2026-08-29T12:36:20.220094+00:00, sha 42581ea65939)
- Data as of 2026-08-30T08:39:29.467469+00:00.
