WaveMaker is a scalable accelerator platform that enables developers to rapidly build enterprise-grade applications with minimal coding while maintaining control over the generated code. Unlike other low-code platforms, WaveMaker allows developers to hyper-customize components and seamlessly extend functionality.
WaveMaker generates reusable Angular code that follows best practices, such as:
- Component-Based Structure: Each page is generated as an Angular component with an isolated scope.
- Security & Performance: Auth guards, tree-shaking, and minification are applied to keep the code efficient and secure.
- Custom Extensions: Developers can add custom or third-party Angular components to extend the generated ones.
- Easy Deployment: The frontend code can be deployed separately as static assets to a CDN.
This document guides you on running, editing, and extending the generated Angular code for the web after detaching it from WaveMaker Studio. It also outlines our roadmap for improving this experience.