What is Agent Mode and how does it work?▼
Agent Mode is an autonomous AI feature for building complex apps. When enabled, the AI breaks your request into 5-15 sequential tasks, executes each with automatic error recovery (up to 3 retries), and creates checkpoints after each successful task. You can pause, resume, or stop the process at any time.
Can I make my app work offline as a mobile app?▼
Yes! GenMB supports PWA (Progressive Web App) generation. Enable the PWA toggle when creating your app, and GenMB will automatically generate a manifest.json, service worker, and offline fallback page. Your app can then be installed on mobile devices and work offline.
Can I upload images and other files to use in my app?▼
Yes! GenMB supports static asset management. You can upload images (JPG, PNG, GIF, WebP, SVG), fonts (WOFF, WOFF2, TTF), data files (JSON, CSV, XML), documents (PDF), audio (MP3, WAV), and video (MP4, WebM). Each file can be up to 10MB, with 100MB total storage per app.
Is there version history for my apps?▼
Yes! GenMB automatically saves versions of your app as you make changes. You can view the version history, preview any previous version, and rollback to it instantly with atomic transactions ensuring data consistency.
Can I add Supabase, Stripe, or authentication to my app?▼
Yes! GenMB has 50+ built-in plugin integrations across payments, auth, storage, analytics, and AI. Popular ones include Supabase (database, auth, storage), Stripe (payments), and Clerk (user management). Enable them in the Integrations panel, add your API keys, and the AI automatically generates code that works with your configured services. You can also manage environment variables and secrets through the Env Vars panel.
What is Design View and how does it work?▼
Design View is a visual theme editor in the app editor. It extracts design tokens (colors, fonts) from your live preview, lets you swap colors, change typography, or apply pre-built theme presets — all with instant live preview. When you apply, the AI rewrites your source code with the new design system.
Can I queue multiple prompts at once?▼
Yes! With Prompt Queue, you can queue up to 10 prompts while the AI is processing your current request. Queued prompts execute automatically in order when the current generation completes. You can also remove or clear queued items before they run.
Does GenMB have pre-built workflow templates?▼
Yes. GenMB includes 6 pre-built workflow templates covering common automation patterns like scheduled Airtable digests, API health monitoring, database report emails, AI-powered request classification, Slack message summarization, and Google Sheets data transforms. Import any template with one click and customize it in the visual workflow builder.
Does GenMB have a planning mode?▼
Yes. Toggle Plan Mode (Brain icon) in the chat panel to get a structured analysis of what will be built — covering affected files, implementation plan, and trade-offs — before any code changes. For complex multi-page apps, GenMB also auto-generates architecture plans. GenMB Code (Pro) adds execution plans with approve/reject gates for full control.
Does GenMB scan for security vulnerabilities?▼
Yes. Every code generation runs through an OWASP Top 10 security scanner that detects XSS, exposed secrets, SQL injection, CORS misconfigurations, and more in ~50ms. Unlike competitors that only report issues, GenMB auto-fixes critical and high-severity findings through the Code Healer. You receive clean, security-hardened code with a security score on every generation — available on all plans including Free.
Can I collaborate with my team on GenMB apps?▼
Yes! GenMB supports team workspaces with collaborator roles, so multiple people can work on apps together. You can also sync with GitHub for push/pull workflows, share apps via public links, or export as ZIP for your preferred development environment.
What is GenMB Code?▼
GenMB Code is an AI-powered coding assistant (Pro feature) that provides precise, file-level edits within your app. Unlike chat refinement which regenerates code, GenMB Code makes targeted modifications — fixing a specific function, updating a component, or adding a feature — with execution plans you can approve or reject before changes are applied.
Can I import designs from Figma?▼
Yes. GenMB supports Figma import — paste a Figma frame URL and the AI converts your design into working code. It preserves layout structure, spacing, typography, and colors. Works best with well-organized Figma files using auto-layout. Available on all plans.
What is the GenMB Marketplace?▼
The Marketplace is a community library of app templates created by GenMB users. Browse, preview, and install templates to use as starting points for your own projects. You can also publish your apps as templates for others to use, with ratings and install counts tracking popularity.
What is the difference between Agent Mode and Plan Mode in GenMB?▼
Plan Mode and Agent Mode serve different purposes. Plan Mode (available in chat) asks the AI to write a structured plan — listing affected files, implementation steps, and trade-offs — before making any code changes. You review the plan, then approve. Agent Mode is a fully autonomous builder: it breaks complex requests into 5–15 tasks, executes each one sequentially with error recovery, and creates checkpoints. Plan Mode is for controlled iteration; Agent Mode is for building complex apps hands-free.