External Publication
Visit Post

Intelligent Intern . Realtime SaaS company creation

OpenAI Developer Community June 7, 2026
Source
@jochenschultz btw working on SaaS app template: Idea: clean kernel with standard ports exposed as interfaces + libraries as adaptors implementing those interfaces (included as packages/adaptors/$port-name/$specific-implementation-adapter-name) Wiring s done more like declarative+imports in core-routing module (so you pick the adaptors your app needs) Domain is a library you develop on your own that interacts with kernel and ports via contracts. This way you may switch implementations as you like and they still talk to each other (PSR from PHP philosophy). Written in typescript (because want to be able to deploy to cloudflare). Current modules: * kernel * routing * persistency * tenancy * identity * secrets store * billing * domain logic * workflows * queues * telemetry * middlewares * object storage * ai Some others. If you want to have a look, let me know, I’ll add you to the repo (private)

Discussion in the ATmosphere

Loading comments...