2025-11-23
Meta-driven vs classic frameworks
Most frameworks expect you to write controllers, forms, validations and APIs by hand.
Every new entity means another service, another DTO, another UI form, another migration.
With a meta-driven platform like PMFA, you describe:
- entities and relations
- workflows and states
- UI views and layouts
- APIs and validation rules
Once the meta model is in place, the platform can generate the runtime for you and keep
it consistent across modules. Changing the model means the platform updates the UI,
API and storage in one move instead of touching dozens of files.