ProductApp HubDesign System
AI Recipes
AI Recipes are structured guidance that future Codex, Cursor, and other agents can read before generating Prox OS apps.
AI Recipes are structured guidance that future Codex, Cursor, and other agents can read before generating Prox OS apps.
An AI Recipe should include:
- prompt skeleton;
- route group and app purpose;
- component selection rule;
- layout rule;
- state rule;
- accessibility rule;
- documentation rule;
- mock data boundary;
- future connector boundary.
Example Rules
- Choose existing OS primitives before creating one-off UI.
- Use dense app surfaces for OS tools instead of generic marketing sections.
- Model ready, empty, blocked, warning, and future states explicitly.
- Keep visible labels, readable contrast, keyboard-safe controls, and no text overflow.
- Update the smallest relevant docs and keep repository artifacts in English.
Later this can become an AI-readable app construction registry for low-code and no-code app creation inside Prox OS.