Skip to main content
Jun 10, 2026
Sharing, redesignedThe share button now sits right next to your collaborators, and on shared projects you can see who’s online at a glance — live presence on every avatar. Open it to see the full member list, invite people, or manage access from one popover. It adapts to how the project is shared: private, invite-only, or open to your whole org.Multiple custom domainsCustom domains went further — you can now connect more than one domain to the same project. Point an apex and a www, or several aliases, all at the same published prototype, with the same guided DNS setup and automatic HTTPS as before.Projects recover themselves when something breaksIf your project’s underlying structure gets corrupted — say from a GitHub sync or an edit gone wrong — Polymet now detects it and rebuilds it automatically instead of leaving you stuck. Even when the structure is missing entirely, it finds your app’s main entry point and renders it, so you’re never staring at a blank canvas.Improvements
  • Cleaner project settings — more consistent forms and an improved color picker
Bug fixes
  • Fixed plan upgrades that could create a duplicate subscription or fail outright
  • Past subscribers can open the billing portal again
  • AI-generated images now reliably show up in your asset list
  • A clearer warning when your prompt is too long to generate
May 27, 2026
Sharper, more accurate editsWe studied thousands of real generations and fixed the patterns that tripped the AI up. When you ask for a specific change, it stays in scope instead of rewriting things you didn’t mention. It reuses components you already have instead of duplicating them, and builds pages and their routes together so navigation works the first time.The AI catches its own errors as it buildsWhen the AI changes your project, it now spots any errors its own edits introduced and fixes them on the spot — so you get a working preview instead of a broken one to clean up yourself.Improvements
  • After you log in, you land back on the page you were trying to open instead of always bouncing to your projects list
Bug fixes
  • Removing a teammate or revoking an invitation now reliably takes effect everywhere
May 13, 2026
Claude Opus 4.7 with adaptive thinkingPolymet now generates with Claude Opus 4.7. The AI reasons through your request before it builds — and you can watch that thinking stream live in chat. Better output, and you can catch a wrong turn early instead of after the fact.Rollback recommendations when a generation failsWhen a generation hits an error, the chat now points you to specific safe versions to roll back to. One click back to something that works, instead of being stuck.Improvements
  • Generations that hit the output limit stop cleanly and pre-fill a follow-up prompt, so you continue in one click
  • The file navigator flags orphaned routes — pages nothing links to — with a one-click fix
  • The code editor dropped the confusing source/render toggle
Bug fixes
  • SVG images in prompts show as thumbnails instead of raw markup
  • Working previews are no longer falsely flagged as blank or broken
  • “Fix errors” tells you when there’s nothing to fix instead of erroring out
  • Public prototype links no longer pick up a stray preview token
  • Generations no longer fail on image-heavy conversations
  • Fixed a crash when a thread briefly went missing mid-generation
May 2, 2026
Conversation compaction — long chats don’t break anymoreLong projects used to hit the AI’s context limit and just fail. Now the AI automatically summarizes the conversation as it grows and keeps going. Build something big over dozens of turns without hitting a wall — and you still see the full conversation, the summarizing happens behind the scenes.Backend management for everyoneSee, enable, and manage your project’s database, logs, and edge functions right in the app. This used to be locked away — now it’s yours.Persistent preview URLsYour project’s preview URL stays the same across every generation. No more losing your login session, form state, or scroll position every time the AI makes a change. Every past version also gets its own shareable link.Rebuild button on broken previewsWhen a preview fails to load, you get a Rebuild button instead of a dead screen — it re-bundles the broken parts and gets you back to a working preview.Improvements
  • Full-height chat — the conversation gets the whole left panel
  • Code view shows your entire project file tree, not just the focused file
  • The live prototype URL is visible in focus view, one click to open
  • A fresh look — new orange brand color and a redesigned profile menu
  • “Rollback and try again” recovery when a generation errors
  • Untitled projects auto-rename from your first prompt
  • Faster canvas load for older projects
  • “Rebundle” is now called “Rebuild” everywhere
Bug fixes
  • Fixed a crash when continuing a long conversation after compaction
  • Better error recovery when a generation fails
  • Older projects no longer show “CSS file not found” broken previews
  • Version rollback is more reliable
  • Fixed Figma asset uploads failing for some users
  • Custom domain DNS setup and teardown fixed
  • “Fix errors” works on projects with lots of errors
  • Fixed a batch of layout and overflow glitches across the app
  • Fixed previews getting stuck on a loading screen
  • A message you sent could show up twice — fixed
Apr 17, 2026
Multi-thread chatProjects now have multiple chat threads. Keep a thread per feature or idea, switch between them, and let each one auto-name itself from your first message. Separate lines of work, one project.Pick your modelA model selector lets you choose which AI generates your code — across multiple providers, from fast lightweight models to flagship ones. Use the right tool for the job.Version cards and rollbackEvery generation shows up as a version card in chat with view, publish, and rollback actions. Roll back code, chat history, or both.The AI remembers your whole projectThe AI can search back through earlier messages — in the current thread or across all of them — and pull back images you shared before. Ask it to do something “like we did in the dashboard thread” and it can actually find it.Improvements
  • Generations automatically retry with a fallback model when one hits an error
  • Streaming recovers on its own — reload mid-generation and you land back on the live thread
  • Visual edits and error fixes show as rich cards in chat
  • Figma imports show a card with frame thumbnails
  • Duplicating a project starts with a fresh chat
Apr 3, 2026
Custom domainsConnect your own domain to a published prototype — apex or subdomain. Guided DNS setup, live verification status, automatic HTTPS with nothing to configure. Ship client demos and internal tools under your own brand instead of a preview link.Improvements
  • The file navigator orders files by type and mutes unused ones
  • The error fixer dropped noisy routing errors that were more confusing than helpful
Mar 20, 2026
Supabase: give your prototypes a real databaseDescribe the data you want to store in plain English. Polymet provisions a real Postgres database, writes the migrations, sets up security, and wires your app to it — no SQL, no dashboard, no account to manage.Backends: edge functions and full-stack appsPolymet doesn’t just build the screens anymore. The AI writes and deploys real server-side functions — auth, webhooks, scheduled jobs — running on a global edge network. Full-stack apps from a description.Integrations: connect anythingWant payments, email, or SMS in your prototype? Describe it. Polymet detects the integration, asks you for the API key (stored safely as a secret), and wires up the whole flow end to end. Real capabilities, not mock buttons.Improvements
  • Per-file pricing is cheaper — edits dropped from 10 to 6 credits
Bug fixes
  • GitHub backup is more reliable across the board
  • GitHub pushes retry on transient failures instead of just failing
  • A disconnected GitHub account now clearly shows it needs reconnecting
  • Your login state holds across generations, so you don’t get logged out every prompt
Mar 6, 2026
GitHub integrationConnect a Polymet project to a GitHub repo and the two stay in sync both ways. The AI commits and pushes as it generates; push changes on GitHub and Polymet pulls them back as a new version. There’s a manual sync button and a clear last-synced status, and if your connection breaks, Polymet tells you.Improvements
  • The AI’s code edits show a real diff in chat instead of opaque text
  • Images the AI generates show up directly in chat
  • The design system tab loads reliably and shows import paths and usage
Bug fixes
  • Project settings now validates CSS variables before saving
  • Fixed a batch of design system, project settings, and GitHub sync bugs
Feb 20, 2026
AI skillsThe AI loads task-specific expertise on demand — building charts, working with data, and more — instead of carrying every instruction at once. Sharper, more accurate generations for the task in front of it.Interactive chat toolsThe AI can now ask for your input mid-generation. The first one: it can delete a file, but asks you to confirm first.
Feb 6, 2026
The AI explores your codebase like a developerThe AI can now run real shell commands while it builds — searching your files, inspecting history, tracing how things connect. It makes better-informed edits instead of guessing, which matters most on larger projects.Bug fixes
  • Your own prompt messages now show up when you open an older version
Jan 23, 2026
Generated apps look right on mobileGenerated apps and previews now scale correctly on phones, instead of rendering at desktop width.Bug fixes
  • Fixed a streaming bug that was causing some generations to fail
  • The focused preview no longer jumps around unexpectedly
Jan 9, 2026
Smarter error fixingThe error fixer now looks at build errors and runtime errors together, so its fixes target the problems you actually see.Improvements
  • The code editor shows a loading state instead of looking empty while it loads
  • Duplicating a project is faster
Bug fixes
  • Your latest edits show immediately instead of serving stale content
  • Figma connection errors show as a clear message instead of failing silently
  • More reliable AI edits and bundling on large projects
Dec 26, 2025
Every project is git-backedEvery Polymet project now has full version history. Open any past version to see exactly what it looked like, and roll back to it — code, chat, or both. This works on older projects too.Live theme editingChange colors, fonts, radius, and dark/light mode and watch the preview update in real time. Save when it looks right.File rename, delete, and share — rebuiltRenaming, deleting, and sharing files now show you exactly what will change before you confirm, and no longer freeze on large projects.Code export for every projectDownload any project as a complete, ready-to-run codebase — design system included.Improvements
  • Live error checking in the code editor — syntax and build errors show as you type, and Save is blocked until your code compiles
  • Versions get descriptive AI-written names instead of generic labels
  • Smoother canvas while the AI is generating
Bug fixes
  • Generations no longer fail on large files
  • Fixed a crash when opening certain projects
  • Fixed flaky previews and broken export downloads
Dec 12, 2025
Improvements
  • A prompt to refresh when a new version ships while you have an old tab open, so you don’t hit bugs on a stale page
Bug fixes
  • Fixed generations failing on certain image content
Nov 28, 2025
Better visual editingMore accurate element selection when you click to edit — the AI gets clearer context about what you picked, so revisions land better.Improvements
  • Cleaner, more readable URLs for published projects
  • Published projects show proper styled error pages instead of broken responses
  • Non-owners can now duplicate a project
Nov 14, 2025
Improvements
  • A confirmation prompt before you navigate away from unsaved theme changes
  • Faster project loading
Bug fixes
  • Fixed a data issue that left some projects unable to delete certain files
Oct 31, 2025
Publish state for design systemsDesign systems now show their publish status everywhere — badges on cards, a publish prompt in chat, and the published version pinned to the top of the dropdown. You always know what’s live.Editable theme variablesEdit, rename, or remove the default theme variables, not just custom ones.Figma import overhaulA cleaner Figma import flow — new project cards, simpler frame selection, better navigation.Improvements
  • Rebuilt toasts with a consistent look
Bug fixes
  • Revision editing no longer crashes the app on pages with live-updating elements
  • Fixed theme and code edits colliding on save
  • Fixed the app becoming completely unclickable
  • Fixed the color picker and color inputs
  • Paid users no longer see the upgrade prompt
  • Figma imports now pick the right project type
Oct 20, 2025
Major performance improvementsWe’ve made significant platform upgrades that bring faster load times, smoother interactions, and a more stable foundation for everything we’re building.Figma component importYou can now import Figma component sets with all their variants and properties directly into Polymet. No more manually recreating components—just grab them from Figma and start iterating.Team design systemsPublished design systems can now be shared across your entire organization. Build once, use everywhere.Bug fixes
  • Fixed Figma asset upload issues that were blocking plugin workflows
  • Resolved project library linking problems
  • Improved generation reliability with better error recovery
Oct 13, 2025
Preset design themesChoose from beautiful themes including Supabase, Claude, and other popular design systems when creating projects. No more starting from scratch.Advanced theme editorComplete control over your design system. Customize color palettes, typography, and design tokens. Everything updates in real-time.Project collaborationInvite teammates to specific projects with proper permissions. Pending invitations, member management, the works.Improvements
  • Smart file organization with “Not in use” badges for unused files
  • Better handling of large projects with many dependencies
  • Improved import management for cleaner project structure
Oct 6, 2025
Claude 4.5Upgraded to Claude Sonnet 4.5 for even better generation quality and more consistent results.Secure Figma connectionOne-click Figma authentication with persistent login. Your tokens are encrypted and automatically refreshed.Custom color systemAdvanced color management with CSS variables and design token support. Build consistent brands across all your projects.Live typography previewSee font changes instantly with full Google Fonts access. No more guessing what fonts look like.Improvements
  • Moved theme controls to the main canvas for better workflow
  • Optimized font loading with smart caching
  • Better error handling that keeps you in your project
Sep 29, 2025
New landing experienceComplete redesign with a modern interface. You can now start generating designs before signing up—just type your idea and we’ll handle the rest.Smart project namesAI automatically suggests meaningful project names based on what you’re building. No more “Untitled Project 47.”Enhanced image processingBetter image handling with SVG to PNG conversion and automatic optimization for large images.Improvements
  • Streamlined auth flows with better user guidance
  • Enhanced preview links with upgrade options for free users
  • Smart prompt limits for optimal performance
Sep 22, 2025
AI task planningAI can now create and track todo lists for complex projects. It helps you stay organized through multi-step builds and remembers what’s left to do.Dynamic inspirationSuggested prompts change every time you visit to spark new project ideas. No more seeing the same suggestions.Improvements
  • Enhanced chat with better message formatting and smooth scrolling
  • Faster file processing with reduced redundant operations
  • Better project file organization and navigation
  • Improved file upload experience with clearer feedback
Sep 15, 2025
Conversation memoryAI now remembers previous conversations and can reference earlier iterations. It understands the full context of your project history.Smart context awarenessAI adapts its responses based on your project size and complexity. It knows when to be detailed vs. concise.Intelligent file selectionAI focuses on the most relevant files when making changes instead of randomly editing everything.Improvements
  • Helpful guidance when working with large files (1000+ lines)
  • Better conversation history that maintains context across sessions
  • Enhanced understanding of active files and current focus areas
Sep 8, 2025
File management toolsAdvanced project organization with file viewing, editing, and version comparison. See what changed between iterations.Smart file refactoringAI-powered assistance to break down large files into smaller, manageable components. Better project structure automatically.Improvements
  • Double-click canvas elements to make them fully interactive for testing
  • Alphabetical file sorting in navigator
  • Clearer error messages and guidance when generations fail
  • Better file upload handling with improved feedback
Sep 1, 2025
Complete theme systemComprehensive theming with CSS management, theme templates, and custom styling options. Everything you need for consistent design.Google Fonts integrationFull access to Google Fonts library with live preview. See exactly how fonts look before applying them.Advanced color toolsProfessional color picker with theme presets and custom color management. Build cohesive color systems.Improvements
  • Better default themes with professional styling
  • Improved theme selection interface
  • Enhanced control over colors, typography, and design tokens
Aug 25, 2025
Complete chat historyFull conversation history showing all iterations. Click “Load older iterations” to review past work and decisions.Automatic progress trackingSystem automatically creates iterations for your manual edits, keeping complete project history without any effort from you.Enhanced image displayExpandable images in chat and prompts for better visual reference and communication.Improvements
  • Clearer iteration labeling starting with “Initial” instead of confusing numbers
  • Improved message display without duplicates
  • Better chat experience on both mobile and desktop
Aug 18, 2025
Conversation persistenceYour conversations with AI are saved and retrieved across sessions. Pick up exactly where you left off.SVG image supportUpload and use SVG images in prompts. AI understands them and can work with vector graphics.Usage insightsTrack your generation usage and costs to manage your subscription efficiently. Know where your credits go.Bug fixes
  • Fixed dark/light mode sync between app and preview windows
  • Better fallback when custom themes aren’t available
  • Faster processing for image-heavy projects
Aug 11, 2025
Smart file understandingAI intelligently selects the most relevant files based on your project structure. No more wasted effort on irrelevant code.Component analysisAI understands component properties and interfaces for better code generation and suggestions.Conversation recoveryAdvanced system to rebuild conversation history for seamless project continuity when things go wrong.Improvements
  • Better organized AI responses with improved structure
  • Enhanced AI awareness of file organization and dependencies
  • Better handling of active files and current focus areas
Aug 4, 2025
Seamless continuationResume interrupted generations exactly where you left off. No lost progress or context.Smart error recoveryAutomatic error detection with intelligent retry mechanisms. Much more reliable generations.Faster performanceImproved caching system for faster loading and reduced generation times.Improvements
  • Better file type detection and path management
  • Enhanced utilities for project file management
  • Improved user feedback during generations
Jul 28, 2025
Real-time AI actionsWatch AI work in real-time with live updates showing what’s being created, modified, or fixed in your chat. Full transparency.Smarter file updatesOptimized file editing that batches multiple changes together. Faster performance, fewer interruptions.Fair credit usageCredits are only deducted when generations complete successfully. You don’t pay for failed attempts.Improvements
  • Enhanced chat experience with smooth animations and collapsible details
  • Better AI understanding of file structures and multi-file workflows
  • Smart support suggestions when you hit recurring issues
Jul 21, 2025
Rebuilt generation engineCompletely rebuilt our generation system with automatic error recovery and dramatically improved success rates. This is the foundation that powers everything else.Advanced AI toolsNew tool-based system gives you better control and visibility into what AI is doing. No more black box.Bug fixes
  • Better handling of network issues and temporary failures
  • Enhanced input validation to catch problems early
  • Improved handling of interruptions and recovery
Jul 13, 2025
Agent ModeReleased our agentic generation system with Claude 4. Reduced errors 90%, improved instruction following, and sped up iterations 1.5x.Bug fixes
  • Fixed visual edits saving bugs and improved performance
Jun 19, 2025
Transfer files between projectsMove design files between projects. Copy components, pages, or entire sections to reuse across your work.Resumable streamNetwork dropped during generation? No problem. Polymet automatically reconnects and continues where it left off.Multiplayer viewsMultiple browsers can follow the same generations in real-time.File deletion with undoDelete files with confidence. Undo button appears after deletion to restore if needed.
May 21, 2025
Figma Import & ExportImport your Figma design frames into Polymet and export back to Figma. Complete workflow integration with asset support.Route navigationNavigate between pages inside prototypes. See route paths and get alerts when links don’t go anywhere.Improvements
  • File filtering and search within projects
  • Code diff viewer - see exactly what changed between versions
  • Better unauthorized user handling
  • Fixed preview page routing issues
May 9, 2025
Visual EditorEdit designs without code. Change text, margins, padding, colors, backgrounds, borders, and images with instant preview.Image editingUpload your own images or generate with AI directly from the visual editor. Replace any image with one click.Custom color pickerProfessional color picker with hex, RGB, HSL values and opacity control. Precision color editing.Improvements
  • Individual margin and padding controls for precise spacing
  • Drag to adjust values, keyboard shortcuts for quick edits
  • Links from Canvas open in new tabs
  • AI error fixes are free
Apr 24, 2025
Code EditorEdit code directly on Canvas. Make quick changes, fix bugs, or customize generated code.Code diff viewerSee what changed between iterations with side-by-side code comparison.Bug fixes
  • Better generation reliability
  • Reduced “something went wrong” errors by 30%
  • Fixed routing issues on preview links
  • Improved network error handling
Apr 8, 2025
Canvas panningNavigate Canvas by holding spacebar and dragging. Works just like Figma.Auto-organize canvasSelect all items and click auto-organize to clean up your canvas layout.Bug fixes
  • Fixed code export layout issues
  • Better project sorting and thumbnails
  • Windows keyboard shortcut support
  • Prevented navigation during active generations
Mar 24, 2025
Polymet CanvasComplete redesign. View all components, pages, and prototypes in one place. Edit individually or together. Create multiple prototypes and variations to test different UX flows.Real-time collaborationSee your teammates’ cursors live on Canvas. Cursor chat for quick communication without leaving your work.PrototypesCreate interactive prototypes with routing. Navigate between pages and test user flows.Chat with AIAI explains its reasoning and shows you what it’s building in real-time.Improvements
  • Smart snapshot system for better project previews
  • Automatic blank screen detection and fixing
  • Projects scale to hundreds of files
  • Project thumbnails on project cards
  • Better file organization with hide/show controls
Mar 2, 2025
Claude 3.7 SonnetUpgraded to Claude 3.7 Sonnet. Better generation quality, smarter design decisions, improved reliability.Routing contextAI understands your app’s routing structure and fixes navigation issues automatically.Bug fixes
  • Better blank screen detection and recovery
  • Improved error tracking
  • Fixed syntax errors and SQL issues
Feb 27, 2025
Canvas resizable panelsAdjust panel sizes to your preference. More space for chat, file navigator, or canvas as needed.Focus view improvementsBetter focus view with resizable layout, code editor integration, and improved toolbar controls.Bug fixes
  • Blank screen detection improvements
  • Component generation errors reduction
Feb 23, 2025
Canvas input redesignCleaner, more intuitive generation input on Canvas with better image upload UI.Better interactionsPan and zoom work more naturally, like Figma. Multi-select with Cmd/Shift. Double-click for interactive mode.File navigatorNew file navigator with file type organization and better visual hierarchy.
Feb 18, 2025
Bug fixes
  • Better blank screen detection
  • Improved delete project UI with truncation
  • Separate Sign in and Sign up buttons on home page
Feb 10, 2025
Bug fixes
  • Fixed billing errors
  • Better project creation flows
  • Iteration panel bug fixes
Feb 3, 2025
Error reductionMajor reduction in errors by fixing import checker and truncation-related problems. Generations are more reliable.
Jan 14, 2025
Voice inputTalk to Polymet like you’re talking to your teammates. Record your ideas and we’ll transcribe them into prompts.
Dec 30, 2024
Performance and speedSignificantly improved load times for projects, pages, and components.Bug fixes
  • Better account and subscription management
  • Fixed prompt image compression issues
  • Improved UI consistency
Dec 8, 2024
AI Design SuggestionsAI analyzes your designs and provides real-time feedback on accessibility and usability. Like having a design coach.Code editingDev mode lets you make quick code tweaks - change colors, fix text, small adjustments without full edits.Improvements
  • Better onboarding for new users
  • Improved pricing modal UI
  • Fixed AI suggestion states and styling
  • Added zoom controls (50%, 70%, 90%)
Nov 22, 2024
Voice inputTalk to Polymet like you’re talking to your teammates. Record your ideas and we’ll transcribe them into prompts.AI image generationGenerate custom images with AI directly in your projects. No more searching for stock photos.Improvements
  • Better rollback functionality with improved UI
  • Fixed code editing bugs and visual improvements
  • Component state management improvements
Nov 18, 2024
File upload improvementsUpload images and assets with better error handling and user feedback.Input character limitIncreased input limit for more detailed prompts.Bug fixes
  • Fixed iframe image rendering issues
  • Improved page input and navigation
  • Better component generation reliability
Nov 14, 2024
Bug fixes
  • Fixed blank screens and application crashes
  • Better overall stability
  • Improved blank screen auto-detection
Nov 10, 2024
Bug fixes
  • Fixed “design system not found” error
  • Improved design system access
Nov 5, 2024
Cancel generationsCancel ongoing generations if you need to modify your prompt. Saves time and resources.Bug fixes
  • Fixed theme updating issues - themes now apply correctly and consistently
Nov 1, 2024
Expanded text inputBigger text input area to accommodate longer prompts. More space for detailed instructions.
Oct 28, 2024
Live supportIntegrated live chat for instant support when you need help.Improvements
  • Better analytics and event tracking
  • Faster development environment with caching
  • Improved pricing page flows
Oct 22, 2024
Team collaborationInvite team members and share projects. See who created which iteration and component with user avatars.Component generationEnhanced component generation with better organization, auto-naming, and group management.
Oct 16, 2024
Cancel generationsCancel ongoing generations if you need to modify your prompt. Saves time when you change your mind.Toggle revisionsEasily toggle between multiple revisions of your designs. Click ‘edit’ to see and work with different versions.Bug fixes
  • Fixed revision hover state issues
  • Better header spacing and UI consistency
  • Improved generation error handling
Oct 11, 2024
Bug fixes
  • Fixed image prompt saving - all prompt images now properly stored
  • Prevents clearing user prompts on generation errors
  • Better component generation reliability
Oct 1, 2024
Faster preview linksOptimized preview system runs your demos more efficiently with better performance.
Sep 30, 2024
Bug fixes
  • Fixed component generation scroll and scaling issues
  • Improved organization sync
  • Better member invitation flows
Sep 24, 2024
Suggested promptsGet inspired with suggested prompts that help you get started faster.Improvements
  • Better revision UI with improved hover states
  • Updated header design and layout
  • Fixed dark mode issues across components
Sep 22, 2024
Multi-file code exportsExport your entire project as organized code files. Better structure for developers.
Sep 14, 2024
Multi-piece revisionsEdit multiple elements simultaneously. Make changes across components and see updates in real-time.
Sep 9, 2024
Component editing and page integrationEdit components directly and add them to your pages. Combine styles with the remix feature for quick variations.Responsive previewNew responsive screens (mobile, tablet, desktop) for better visualization across devices.Layout supportCreate and use layouts across your pages for consistent design patterns.
Sep 1, 2024
Multi-image supportUpload multiple images in a single prompt for richer context.Improvements
  • Better page duplication with full history
  • Fixed prompt image bugs
  • Improved code viewer readability
  • Better input handling for disabled states
Aug 27, 2024
Page duplicationDuplicate pages to create variations faster. Includes all history and revisions.Preview linksShare preview links for individual pages. Easy sharing with stakeholders.Improvements
  • Faster code tab loading
  • Fixed project rename functionality
  • Better generation section UI
  • Improved page status indicators
Aug 24, 2024
Polymet has launchedWelcome to Polymet! Design interfaces with AI, from simple components to complex applications.Component variationsGenerate multiple variations of components with different styles. Explore design alternatives.Theme customizationFull theme customizer with color, font, and radius controls. Match your brand.AI import checkingAI automatically validates and fixes import errors for cleaner, working code.