Complete guide to working with Mini Maximum
Mini Maximum is a no-code builder for creating mini-apps inside the MAX messenger. You assemble projects from visual screens, configure behavior scenarios, connect data and AI — all in one system without writing code.
Complete mini-app with all screens, scenarios, data and settings. One project = one app in MAX.
Visual pages of your application. Each screen contains interface elements: buttons, text, images, forms.
Application behavior logic: what happens on button click, how forms are processed, conditions for screen transitions.
Structured information storage: products, users, orders. Works like a database table.
Snapshots of project state at a specific moment. Allow rollback to any previous version.
Safe mode for testing changes before publication. You see how the app works, but users don't.
Deployment of the project for real MAX users. After publication, the app becomes available.
The version system works like Git — every change is recorded and can be undone.
Each save creates a new version. You can see: who, when, and what changed.
Found a bug after update? Return to previous version with one click without data loss.
Create parallel versions to test new features without affecting the main branch.
View changes between versions: what was added, deleted, or modified.
Safe testing mode before publishing changes.
✓ Solution: Check that screen is added to navigation and has correct URL. Ensure there are no hiding conditions.
✓ Solution: Check field bindings to data collection. Ensure all required fields are filled and submission scenario is configured.
✓ Solution: Check trigger conditions. Ensure the trigger (button/event) is correctly linked to the scenario.
✓ Solution: Check collection access permissions. Ensure data structure matches collection schema.
✓ Solution: Check API keys and endpoint URLs. Ensure external service is available and properly configured.
✓ Solution: Check scenarios for infinite loops. Simplify logic and try simulating individual parts.
If you didn't find the answer in documentation, contact us:
Quick answers from team and community
Detailed consultations and help with integrations
Full development and launch of app by our team