yumemi

Have a sweet Gleam. 設計を書けば、コードが生まれる。

A framework for Gleam on Cloudflare Workers. You describe an application in five words — Entity, Property, Type, Service, Authorization — and yumemi derives the Gleam implementation and every entrance to it: HTTP, MCP, CLI.

Open source, coming soon. https://gleam.canon-ical.com/

Status

Extracted from the framework/ directory of a production application on 2026-09-16, history included. Module namespace is still framework/*; the package name is yumemi. Not yet published to Hex.

Layout

ModuleWhat
framework/specframework/erEntity / Property / Type ── the model and its derivation
framework/entryframework/verbframework/partyframework/requireEntrances and Authorization
framework/stepframework/effectframework/queryframework/ioService logic: read / guard / apply / call / done
framework/connectorframework/pageframework/blobframework/vectorConnectors, SSR pages, R2, Vectorize
framework/secretframework/sealedframework/timeSecrets, sealed values, time
gleam build