COMMUNITY-FUNDED SOFTWARE, VERIFIED
Fund outcomes,
not attempts.
A spec here is an executable test suite, not a wish. Backers escrow credits behind it, a builder stakes for an exclusive slot, and a real CI run decides. Money moves only on green.
- parses the commented config
- round-trips without loss
- holdout: rejects malformed inputhidden
not one credit moves until every test passes
↑ the whole product, one loop
OPEN POOLS
Specs people can back right now.
Standalone ISO 8601 duration parser (the date-fns gap)
parseDuration('P1Y2M3DT4H5M6S') → structured object. Weeks form, time-only form, fractional seconds, strict null on invalid input. The parse-side of ISO durations has been a years-open request in the date-fns ecosystem.
↳ date-fns issue #2261 'Add duration parsing' (open since 2021)
Korean-aware slugify (Revised Romanization, not silent dropping)
Mainstream slugify libraries silently drop Hangul — '한글 제목' becomes ''. This spec funds a slugify that transliterates Korean via Revised Romanization, mixed-script safe. A decade-old gap every Korean dev team patches by hand.
↳ slugify issue: 'Korean characters removed' — recurring since 2016
GitHub-style alerts extension for markdown renderers
Render GitHub's alert blockquotes (> [!NOTE], [!TIP], [!IMPORTANT], [!WARNING], [!CAUTION]) as styled alert blocks instead of plain quotes. A standalone renderAlerts(markdown) module any renderer can adopt.
↳ Long-requested in markdown-it / marked ecosystems since GitHub shipped alerts (2023)
every founding spec is based on a real, long-open OSS feature request