Files
metabuilder/codegen/architecture.json
johndoe6345789 a51130a127 feat: Add external low-code and postgres repositories
- codegen: Low-code React app with JSON-driven component system
- packagerepo: Schema-driven package repository with backend/frontend
- postgres: Next.js app with Drizzle ORM and PostgreSQL

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 16:48:52 +00:00

52 lines
1.0 KiB
JSON

{
"pages": {
"dashboard": {
"renderer": "json",
"schema": "./pages/dashboard.json",
"dataBindings": [
"files",
"models",
"components",
"workflows",
"theme",
"playwrightTests",
"storybookStories",
"unitTests",
"flaskConfig",
"nextjsConfig"
]
},
"components": {
"renderer": "react",
"component": "ComponentTreeBuilder"
}
},
"hooks": {
"data": [
"useDataSource",
"useCRUD",
"useSearchFilter",
"useSort",
"usePagination",
"useSelection"
],
"forms": [
"useFormField",
"useForm"
],
"ui": [
"useDialog",
"useToggle",
"useKeyboardShortcuts"
]
},
"atomicComponents": {
"maxLOC": 150,
"categories": {
"atoms": ["DataList", "StatCard", "ActionButton", "LoadingState", "EmptyState"],
"molecules": ["SearchBar", "DataCard", "FormField"],
"organisms": ["DataTable", "Dashboard", "FormBuilder"]
}
}
}