What's New in GenMB
Stay up to date with the latest features, improvements, and fixes.
Asset versioning, malware scanning, storage analytics
Every file you upload now has a version history with one-click rollback. Daily ClamAV scans quarantine anything malicious before it reaches your users. A new Storage Analytics panel shows quota, transcoding minutes, and 30-day usage trends. GDPR delete and export round out the suite.
Auto-captions, chapters, translations
Whisper transcribes every uploaded video, AI segments it into chapters, and Gemini Flash translates captions into Spanish and Japanese - all automatically. Generated apps inherit a polished <genmb-video> player with a CC badge, chapter rail, and a transcript tab. Sora 2 generative videos route through the same pipeline.
Image pipeline, asset library, OG cards
Uploaded images get AVIF/WebP variants, blurhash placeholders, AI alt-text, and EXIF stripping for free. A new cross-app Asset Library lets you drag assets between projects. Shared app links now render auto-generated social cards that pull the app title and dominant color.
Knowledge files: drop a PDF, the AI learns
Upload PDFs, DOCX, or Markdown to the Knowledge tab and the AI references them when you refine your app. Powered by pgvector RAG with per-app isolation. The home page also accepts PDFs and Loom URLs as scaffolding context - drop your product spec and get an app that reflects it.
Native video transcoding and <genmb-video>
Upload any video and we transcode it to HLS with multi-bitrate adaptive streaming, an auto-extracted thumbnail, and a 3-second GIF preview. Deployed apps get the <genmb-video> Web Component that swaps from original MP4 to HLS the moment it is ready. Mobile Safari falls back gracefully.
Bigger free tier and drop-anywhere uploads
Free tier raised to 1GB per app, 50MB per file, 200 files. Resumable chunked uploads survive flaky networks. The home page is now a full-page dropzone - drop a screenshot, PDF, or video anywhere to start. Chat input accepts paste-from-clipboard and drag-drop.
Design View & Theme Editor
Visual theme editor for generated apps. Extract design tokens from your live preview, swap colors with a palette picker, change heading and body fonts, or apply pre-built theme presets - all with instant live preview. Apply your changes and the AI rewrites your code with the new design system.
Prompt Queue
Queue up to 10 prompts while the AI is generating. Queued prompts execute automatically in order when the current generation completes. No more waiting to type your next idea.
Workflow Templates
6 pre-built workflow templates for common automation patterns: scheduled digests, API health checks, database report emails, AI-powered classification, Slack summarization, and Google Sheets transforms. One-click import into the workflow builder.
Connection Manager
Unified integration connection management for Business plan users. Connect Slack, Gmail, Discord, Airtable, Notion, and Google Sheets in one place. OAuth and API key connections with encrypted storage.
Expanded Templates Library
Templates reorganized into 8 categories with new additions: App Starters, Client Portals, Data Tools, File Processing, Full-Stack Apps, Reporting, API Tools, and Utilities. Templates load instantly from local JSON with no database calls.
Security Scanner
OWASP Top 10 static analysis integrated into the code generation pipeline. Detects XSS, SQL injection, exposed secrets, misconfigured permissions, insecure auth, and insecure communications. Findings are automatically remediated by Code Healer — no manual fixes required.
Plan & Reasoning Mode
AI thinks through your request before generating code. Toggle plan mode in chat to get a structured breakdown of what will be built. Produces better output quality on complex, multi-feature applications.
Knowledge Files
Persistent project context that carries across chat sessions. Upload design specs, API references, or product requirements. AI remembers your project's unique constraints and generates consistent code every time.
Marketplace & Templates
Browse and deploy community-built templates from the GenMB Marketplace. Discover pre-built apps across multiple categories, preview screenshots, and clone templates to kickstart your projects.
Database Schema Designer
Visual database schema designer with Postgres as the default database. Design your data models, define relationships, and let GenMB generate the right backend code. Pro users get schema subscriptions for automatic updates.
Figma Integration
Import Figma designs directly into new app generation. Paste your Figma file URL and GenMB translates your visual designs into functional code, bridging the gap between design and development.
App Analytics
Track usage and performance of your deployed apps with built-in analytics. Monitor page views, user engagement, and data insights to understand how your apps are being used.
Business Plan & RBAC
Collaborate with your team on GenMB projects. Role-based access control lets you manage permissions across workspaces, with bulk operations and fine-grained collaborator roles.
Backend Deployment (GKE)
Deploy full-stack apps with dedicated backend infrastructure on GKE Autopilot. Includes pause/resume for cost control, terminal access for backend code, and dev sandboxes for testing.
GitHub Sync
Connect your apps to GitHub repositories. Push and pull code changes, view diffs, and keep your GenMB projects in sync with your version control workflow.
Public Profiles & Showcase
Create a public profile with a custom username to showcase your apps. Browse the showcase to discover what others are building on GenMB.
Multi-Model Support & Fast Mode
Choose between AI providers and models for code generation. Fast mode enables quicker iterations, and users can configure their preferred model for different tasks.
Enhanced Code Generation Pipeline
Improved prompts, better intent detection, tool-based code refinements, and a more reliable code healing loop. Multi-file enhancement fixes and codegen pipeline improvements for higher quality output.
Plugin Integrations
Add Supabase, Stripe, and Clerk to your apps with one click. Configure your API keys, and GenMB automatically injects the right code patterns during generation. AI-aware prompts ensure proper integration with your chosen services.
GenMB Code
Interactive AI coding assistant with tool use. Explore your app files, make targeted edits, and get AI-powered help directly in your project. Available for Pro users.
Static Assets Support
Upload and manage static files (images, fonts, data files) for your apps. Assets are stored in Google Cloud Storage with 10MB per file and 100MB per app limits.
Agent Mode
Autonomous AI that breaks complex requests into 5-15 sequential tasks. Includes real-time progress tracking, pause/resume controls, and automatic error recovery with 3 retries per task.
PWA Support
Generate installable mobile apps from your web apps. Includes auto-generated manifest.json, service worker, offline page, and device frame previews.
Subdomain Deployment
Deploy your apps to custom subdomains on genmb.com. Share your creations with a permanent, shareable URL.
Version History
Full version control for your apps. Track every change, compare versions, and roll back to any previous state with atomic transactions.
Automation Templates
17 pre-built templates across 6 categories: Data Cleanup, Data Transform, Reporting, File Processing, API Tools, and Utilities.
Initial Release
GenMB launches with AI-powered code generation, support for Vanilla JS, React, and Vue, live preview, code editor with CodeMirror, chat-based refinement, and ZIP export.