Current release · v1.0.0-rc.9

Releases

Release notes and version history for PhantomWP

Latest: v1.0.0-rc.9June 2, 202631 releases

v1.0.0-rc.9

LatestRelease Candidate
June 2, 2026

New

  • Expanded the Section Library with more ready-made sections and page kits: Aurora, a luminous dark editorial landing-page kit; Landscaping, an industry-focused set; and new Bakery sections for team profiles, testimonials, contact details, menu anchors, and matching Home/About/Contact page templates
  • Revamped the Section Library so the new section sets ship both Tailwind and plain-CSS variants and adapt to Theme Studio tokens out of the box
  • Added site-level form delivery settings with WordPress Connect integration, so generated contact forms can submit through Formspree, Web3Forms, or a connected WordPress site via the PhantomWP Connect plugin
  • Editor tabs now have a right-click context menu with Close, Close Others, Close to the Right, Close to the Left, and Close All

Improvements

  • Branch management now shows a visual production-and-drafts summary, including the main/live branch, draft branches, unpublished commit titles, and changed-file previews
  • The branch selector now stays visible next to Commit whenever a project has more than one branch, even when the main branch is selected
  • The main branch is always listed first in the branch selector, making the live-site baseline easier to find
  • Branch controls now support explicitly deleting draft branches without merging, with confirmation copy that explains whether the branch is removed locally, on GitHub, or both

Fixes

  • Fixed WordPress connect/sync for plain CSS projects so generated Astro config and package files no longer reintroduce Tailwind when Tailwind is not installed
  • Fixed plain CSS template generation paths, including AI-generated project creation and local re-scaffold, so Tailwind config files, Vite plugins, runtime imports, and Tailwind-only guidance are not emitted for CSS projects
  • Fixed WordPress connect restart timing by waiting for project files to be written before restarting Astro with the same service command used by the IDE
  • Fixed the generated local Docker command mounting a literal $HOME folder by double-quoting bind-mount paths so the shell expands $HOME (and $env:USERPROFILE on Windows) instead of single-quoting them
  • Fixed false "Cannot find module" editor warnings for valid imports such as @/config/forms.json by enabling JSON module imports and validating import paths against the project file tree, so genuine typos are still flagged

Developer

  • Managed workspace infrastructure now includes branch summary metadata in git-branches, including commits waiting to publish, production updates missing from drafts, recent commit titles, and changed-file names
  • Added regression coverage for CSS template output, WordPress connect restart/write ordering, AI-generated CSS project creation, and local re-scaffold style-strategy handling
  • Added an authoring guide for the Section Library documenting the one-section-per-file and dual Tailwind/CSS variant requirements

v1.0.0-rc.8

Release Candidate
May 24, 2026

Improvements

  • Component creation now supports .tsx React components alongside .astro components
  • Utility-file creation now supports .tsx files in src/lib and custom src/* folders
  • Custom folders under src/ now expose the utility-file creation flow while specialized folders keep their purpose-built create actions

Fixes

  • Fixed Monaco editor parsing and highlighting for .tsx files by preserving the real filename extension in editor model URIs
  • Fixed false editor diagnostics for generated TSX files by adding React JSX runtime typings to the browser-side TypeScript worker
  • Fixed DeepSeek, Kimi, and Z.ai BYOK tool chats by disabling provider-default thinking for affected OpenAI-compatible routes
  • Removed the extended-thinking toggle while PhantomWP's OpenAI-compatible tool runtime does not preserve provider-specific reasoning_content replay fields

v1.0.0-rc.7

Release Candidate
May 22, 2026

Improvements

  • Tailwind projects now use Tailwind v4's native container scale for generated section widths instead of overriding max-w-sm, max-w-md, max-w-lg, and max-w-xl
  • Plain CSS projects now share the same section-width token names as Tailwind projects, with generated components consuming --container-3xl, --container-5xl, --container-7xl, --container-prose, and --container-full
  • The generated Section component keeps the simple size="sm|md|lg|full" API while mapping those sizes to Tailwind-native widths
  • Theme Studio now exposes section/container widths using the Tailwind v4 --container-* vocabulary, with friendlier labels and searchable navigation
  • Theme Studio typography controls now support draggable font-size sliders alongside direct value inputs
  • Section library previews and AI styling guidance now understand the shared theme token vocabulary for both Tailwind and plain CSS projects

Fixes

  • Fixed generated plain-CSS templates so component styles are emitted directly in components without legacy BEM class rewriting
  • Fixed Tailwind max-w-* utilities being silently widened by project-defined --container-sm, --container-md, --container-lg, and --container-xl tokens
  • Fixed Theme Studio font-size slider formatting so integer pixel values like 20px no longer collapse to 2px
  • Fixed stale AI density test expectations and TypeScript compatibility issues uncovered by the RC verification pass

Developer

  • Updated Tailwind setup guidance to document reserved --spacing-* and --container-* namespaces more accurately
  • Expanded tests around Theme Studio token parsing/export, Token Designer CSS output, AI prompt vocabulary, section preview tokens, and minimal CSS template generation

v1.0.0-rc.6

Release Candidate
May 18, 2026

New

  • Draft branches in the IDE: create a draft, switch safely, and publish it to production when it is ready
  • Cloudflare Workers deployment alongside Vercel, with deploy status, history, dashboard links, and setup guidance in the same deployment menu
  • AI assistant modes for Agent, Plan, and Ask, so you can choose between hands-on edits, planning, or read-only answers
  • Element-aware AI prompts from the live preview, including selected-element context and inline prompts
  • Snapshot export and import for moving selected parts of a project between PhantomWP workspaces
  • A redesigned Theme Studio for colors, typography, type scale, brand logos, and live previewed theme changes
  • An AI Theme Assistant that turns plain-language style direction into editable theme proposals
  • A built-in font browser for choosing and installing body, heading, and code fonts directly from Theme Studio
  • Plain CSS project generation as a first-class styling option alongside Tailwind
  • WooCommerce storefront support through PhantomWP Connect, including checkout, coupons, shipping/tax totals, customer accounts, reviews, Stripe, PayPal, and BACS
  • Local Docker workflow improvements for projects that run outside Codespaces, including clearer setup, runtime checks, and screenshot support

Improvements

  • Save, Commit, Deploy, Publish, and branch controls now explain what they do in plain language
  • Key editor menus now use clearer labels and descriptions with a calmer, less colorful icon treatment
  • Branching stays hidden on the default branch, keeping the IDE simpler for users who do not need draft workflows
  • Branch switching now refreshes open files and the live preview so the editor reflects the selected branch immediately
  • Commit and publish flows now make it clearer when a change updates the live site and when it stays as a draft
  • Deployment is easier to understand across Vercel and Cloudflare, with clearer setup, status, history, domains, and environment handling
  • AI chat is more resilient during long tasks, interrupted runs, empty provider responses, repeated output, and context compression
  • AI guidance is lighter and more relevant by leaning on project manuals, workspace skills, and focused recipes
  • The preview inspector is easier to use, with better element actions, breadcrumbs, source navigation, and AI handoff
  • The Page Structure panel is more approachable for non-code users, with content fields, clearer labels, friendly styling actions, and a stable inspector layout
  • The Style panel now has a more cohesive visual treatment and works as the visual styling surface for both Tailwind and plain CSS projects
  • Theme Studio now writes theme output that matches the project's styling strategy and keeps the main Apply Theme action clear
  • WooCommerce projects now use PhantomWP Connect as the default backend path, keeping browser code away from WordPress secrets
  • Checkout, cart, coupon, variation, payment, and storefront error handling are clearer and more reliable
  • Dashboard project rows better communicate dev-machine, deployment, and local-runtime state
  • IDE notifications now appear in a bottom status bar and slim header banner instead of covering important buttons
  • PhantomWP Connect pairing is stricter and the old account/plugin API key surface has been removed in favor of project-scoped connections

Fixes

  • Fixed preview refresh after branch switches
  • Fixed build/cache folders showing as Git changes and blocking branch switches
  • Fixed branch picker, branch switch, and publish issues in GitHub Codespaces
  • Fixed Cloudflare setup failures caused by missing deployment files, missing secrets, or insufficient GitHub workflow permissions
  • Fixed AI chat stalls after tool results, empty responses, or repeated assistant output
  • Fixed stale preview-inspector context being reused in later AI messages
  • Fixed WooCommerce checkout paths that could incorrectly require Woo REST keys
  • Fixed Stripe and PayPal checkout preparation so payment details are prepared safely through PhantomWP Connect
  • Fixed encoded WordPress/WooCommerce error messages showing up in storefronts
  • Fixed selected-element shortcuts for modifying with AI and closing inline prompts
  • Fixed generated plain-CSS projects and local runtime tests to use the new CSS styling strategy consistently
  • Fixed generated plain-CSS templates so component classes are emitted directly instead of relying on legacy BEM rewrite helpers
  • Fixed Theme Studio font mapping so body/content, headings, and code fonts apply to the correct elements

Developer

  • Managed Codespaces infrastructure updated to v1.23.0 and the local Docker development image updated to v1.17.2
  • Expanded automated coverage for AI modes, preview inspector context, deployment providers, Cloudflare setup, local Docker flows, WooCommerce generation, PhantomWP Connect pairing, and plugin cleanup
  • Added and updated docs for Cloudflare deployment, deployment troubleshooting, WooCommerce setup, and WooCommerce release readiness
  • Added the IDE notification routing layer used by the new status bar and header banner

v1.0.0-rc.5

Release Candidate
April 27, 2026

Improvements

  • Local Docker bind-mount commands now use slugified default folder names, shell-safe quoted mount paths, and OS-appropriate home-directory syntax for macOS/Linux and Windows PowerShell
  • Local Docker setup and dashboard modals now explain bind-mount cleanup more clearly, separating named-volume removal from local-folder workflows

Fixes

  • Fixed local Docker containers becoming unstartable after restart when bind-mounted Git pack files rejected recursive ownership changes on Docker Desktop filesystems
  • Fixed restart-time ownership repair following symlinks out of /app and changing external target ownership
  • Fixed bind-mount commands breaking for paths with spaces or quoted ~/... paths by normalizing to $HOME/... or $env:USERPROFILE\...
  • Fixed the dashboard's copied Docker removal command failing in older Windows PowerShell by removing the && command chain

v1.0.0-rc.4

Release Candidate
April 24, 2026

Fixes

  • Hardened AI chat transcript cleanup so malformed persisted tool-call inputs are dropped before provider replay, fixing Anthropic tool_use.input "valid dictionary" errors after successful tool edits
  • Normalized screenshot/image tool outputs to provider-compatible image data and compacted older image outputs in chat history, fixing OpenAI-compatible file_data MIME errors from stale persisted transcripts

v1.0.0-rc.3

Release Candidate
April 23, 2026

Improvements

  • Revamped local AI setup with editable custom providers and editable user-defined models directly inside AI Settings, so local gateways no longer require delete-and-recreate workflows
  • Custom OpenAI-compatible provider configuration is now normalized and repaired more aggressively from browser-local storage, keeping local routing settings and model lists in sync
  • AI Settings now explicitly explains that local AI providers still require any non-empty placeholder API key for now, reducing setup confusion for Ollama/LM Studio-style endpoints

Fixes

  • Fixed custom local AI providers sometimes losing their base URL and accidentally falling back to the default OpenAI endpoint
  • Fixed inline AI requests not forwarding custom provider routing details like base URL and Chat Completions mode

v1.0.0-rc.2

Release Candidate
April 23, 2026

Improvements

  • Local Docker projects launched from phantomwp.com now check container readiness from the browser instead of the deployed server, so dashboard and create-flow status reflects the user’s actual local runtime
  • Dashboard cards now keep local runtime status fresh in the background with quieter rechecks, reducing false "Starting..." states
  • Local runtime security tightened with stricter origin validation for the IDE WebSocket server and owner-only exposure of local port mappings in the authenticated repo list

Fixes

  • Fixed deployed PhantomWP showing local Docker projects as "not running" even after the IDE became reachable
  • Fixed create flow getting stuck on "waiting for container" for local Docker projects opened from the hosted app
  • Fixed Chrome Private Network Access / local-network permission issues for local runtime /health checks by adding the required CORS and preflight handling

v1.0.0-rc.1

Release Candidate
April 22, 2026

New

  • Local Docker development mode with Docker build/compose flows, setup-token bootstrap, health checks, and a standalone PhantomWP IDE WebSocket runtime
  • Fly.io remote development containers with account connection, per-project machine creation, start/stop/destroy controls, and machine-size selection
  • Agent mode for AI chat with server-side tool execution, multi-step runs, native read/write/shell/verify/navigation/image/WordPress tools, and explicit turn completion
  • Custom OpenAI-compatible AI providers with user-defined models and provider-aware model resolution
  • Repo-scoped MCP integration with attachment management, connection testing, browser-local secret storage, progressive tool activation, and server-side execution/auditing
  • Figma integration in AI Settings with token testing plus assistant tools for parsing URLs, inspecting files/nodes, and fetching rendered references
  • Introducing the PhantomWP Connect WordPress plugin, which self-pairs with your PhantomWP project on first admin visit via a baked-in bootstrap token, with a per-download branded zip builder and an in-IDE connect card
  • JWT visitor authentication in the connector plugin with short-lived, capability-restricted tokens that cannot exercise destructive WordPress capabilities even if stolen, and are auto-invalidated on role/email/password changes and user deletion
  • Encrypted at-rest storage (AES-256-GCM) in the connector plugin for API keys and JWT secrets
  • WordPress auth scaffolding for generated Astro projects, including login/account/forgot-password/reset-password pages and API routes
  • Project creation from a PhantomWP GitHub URL, with manifest inspection and fresh infrastructure regeneration
  • AI-driven WordPress import flows in the IDE, including per-page generation and chat-driven import helpers
  • Claude design import for Astro from zipped handoffs, with conflict review and batched writes
  • Project switcher in the IDE for jumping between other running environments
  • WP Tools modal for one-click scaffolding of WordPress-driven pages (blog list, single post, pages, search) directly into the generated Astro project
  • Style editor panel in the IDE with dedicated color, spacing, typography, and layout editors, plus live token-aware previews and theme-token updates
  • AI ask_user tool so the agent can pause mid-turn and ask the user a structured clarifying question, rendered as an inline question card with single- or multi-select options
  • Phantom inspector overlay for selecting and inspecting elements directly in the live preview and piping them into the AI chat
  • WordPress CDN mode guidance in the IDE that detects CDN-fronted sites and surfaces the right setup path

Improvements

  • Default generated projects now target Astro 6
  • Dashboard and create flow redesigned around improved project cards, source selection, environment selection, and clearer local/cloud launch states
  • AI assistant can now dock on the bottom or right, with denser chat layouts, denser tool cards, stronger chat persistence, and better reasoning display
  • Smarter chat workflow with recipe suggestions, per-turn tool error hints, and tool-part state tracking so long agentic runs stay coherent
  • Project creation now checks name collisions earlier in the UI and prevents duplicate projects for the same WordPress site on the server
  • Expanded account and plugin tooling with API key management, GitHub auth-method controls, and better WordPress connect/bootstrap support
  • Added a stronger PhantomWP custom coding harness for local/cloud runtimes, including command-policy enforcement, safer file operations, and runtime compatibility hardening
  • Improved prompt compression, message sanitization, and chat request preparation for longer agentic sessions
  • Added BEM scaffolding support as an alternative to Tailwind CSS, plus broader template/infrastructure generation upgrades
  • CSS-to-Tailwind conversion utility for turning inline styles and declarations into Tailwind classes inside the editor
  • Inline AI widget refinements for faster in-editor prompts and quicker rewrites
  • Blog refresh with tag pages, floating table of contents, dynamically generated OG images, and a new announcement bar on the marketing site

Fixes

  • Fixed email verification so users are signed in immediately after confirming their account
  • Hardened WebSocket/runtime command compatibility and path safety across shipped environments

v1.0.0-beta-22.0

Beta
March 23, 2026

New

  • Voice mode for the AI assistant: click the mic or press Cmd+Shift+V to start a hands-free conversation
  • Speak your question, pause, and it auto-submits after 2 seconds of silence
  • After the AI responds, the mic automatically resumes listening for your next question
  • Voice mode exits automatically after 5 seconds of silence, or click the mic to stop manually
  • Visual feedback with animated sound bars, countdown ring before auto-send, and voice mode status indicator

Fixes

  • Fixed users not being logged in after verifying their email during account setup

v1.0.0-beta-21.0

Beta
March 21, 2026

New

  • Command toolbar
  • Front site updates

Fixes

  • Fixed OpenRouter errors in some cases

v1.0.0-beta-20.0

Beta
March 17, 2026

New

  • Visual sitemap
  • WordPress Query Builder for constructing custom data queries
  • Dynamic route folder highlighting in the file tree
  • Support for content collections
  • Media images revamp for improved image handling
  • Editor theme switcher with theme support
  • Better editor support for Astro (frontmatter + HTML)
  • WooCommerce coupon support
  • WooCommerce Stripe and PayPal integration
  • WooCommerce product pagination
  • Variable product support with a variable picker
  • Product JSON-LD and OG image support
  • Price range and attribute filters on shop and category pages
  • Product reviews
  • Cloudflare Turnstile implemented on WooCommerce routes
  • Ability to create files in the lib folder

Improvements

  • Edit folder name option for pages subfolders

Fixes

  • Fixed search index creation missing
  • Fixed search index location when clicking search results
  • Fixed double-added content main in some cases

v1.0.0-beta-10.0

Beta
February 25, 2026

New

  • WooCommerce integration preview (experimental)

Fixes

  • Fixed WordPress REST API dialog UI overflow
  • Added button to turn off codespace from the dashboard
  • Fixed OpenRouter errors

v1.0.0-beta-9.0

Beta
February 16, 2026

New

  • ACF (Advanced Custom Fields) support for fetching and rendering custom field data
  • ACF tool for the AI assistant to retrieve and inspect custom field definitions
  • OpenRouter support for the AI assistant, giving access to a wide range of models through a single API key
  • Automatic download and optimization of WordPress images from post content and ACF fields
  • LQIP (Low-Quality Image Placeholders) generated for all downloaded images, providing smooth progressive loading
  • Inspector for selecting and navigating to elements directly from the preview
  • Component Highlighter for visualizing component boundaries in the preview
  • Tailwind Classes Editor for modifying Tailwind classes directly from the preview
  • Error Log Viewer for inspecting build and runtime errors directly from the IDE
  • Key rotation system for secure infrastructure-to-codespace communication

Improvements

  • Faster and more reliable WordPress data fetching and download pipeline
  • PhantomWP secret header is now included with every CMS request
  • Vercel build process now forwards the PhantomWP secret header when fetching WordPress data during static generation
  • Batch file writes consolidated into a single toast notification instead of one per file
  • Editor UI is locked while the AI assistant modifies files, preventing race conditions
  • Improved service restart logic with better state management
  • Added syntax highlighting for .mjs files
  • Refined WordPress connection flow with clearer error handling
  • Separated WordPress connection setup from page creation for a cleaner, more predictable workflow
  • Infrastructure updates are now triggered from within the IDE rather than calling external URLs, reducing points of failure
  • All sensitive data is now encoded at rest

Fixes

  • Fixed editor occasionally showing empty files or swapping content between tabs
  • Resolved several hot module replacement (HMR) issues
  • Fixed restart services modal failing to complete

v1.0.0-beta-8.0

Beta
February 13, 2026

New

  • New Experimental Features: Revealed today on live demo
  • Added AI tools to inspect available WordPress data
  • Implemented AI assistant cache
  • Added mega menu items to the component library

v1.0.0-beta-7.0

Beta
February 13, 2026

New

  • New Experimental Features: Revealed today on live demo
  • Added AI tools to inspect available WordPress data
  • Implemented AI assistant cache
  • Added mega menu items to the component library
  • 2

Improvements

  • Optimized AI chat performance and token usage
  • Improved WordPress generation logic
  • Updated infrastructure endpoint and related features
  • Open Dashboard now opens in a new window
  • Improved Frontmatter editor language support and type handling

Fixes

  • Fixed drag and drop image not working
  • Fixed race condition causing files to occasionally become empty
  • Fixed component library items not inserting into the current file
  • Fixed icons breaking HMR
  • Fixed rare cases where open file content could be lost

v1.0.0-beta-6.0

Beta
February 11, 2026

Improvements

  • HMR works correctly, and reload is instant.

v1.0.0-beta-5.4

Beta
February 9, 2026

Improvements

  • Small UI improvements around the save button
  • Small UI improvements in the icon manager

Fixes

  • Fix wrong import location when inserting icons.

v1.0.0-beta-5.3

Beta
February 9, 2026

Fixes

  • Fix invalid state when disconnecting the PhantomWP connection from the GitHub side.

v1.0.0-beta-5.2

Beta
February 9, 2026

Improvements

  • Update token designer font selector flow
  • Added more concise errors when GitHub and Vercel is not connected, with solutions
  • Updated docs with updated deploy and font manager details
  • Removed fragile infrastructure check to show terminal button

Fixes

  • Font imported outside of the frontmatter header when installed
  • Added secret PhantomWP header to all requests going to WordPress (in WP Data Browser)
  • Font selection from the token designer not preserved

v1.0.0-beta-5.1

Beta
February 8, 2026

New

  • New Feature: Claude Opus 4.6 Support in the Ai Assistant

Fixes

  • Removed fragile infrastructure version check to show the terminal button
  • Empty message to the AI selector when no AI API Key added

v1.0.0-beta-5.0

Beta
February 7, 2026

New

  • New Feature: Claude CLI support with the ability to use your subscription
  • New Feature: Claude CLI PhantomWP (WordPress/Astro) skills
  • New Feature: Built-in terminal

Improvements

  • Improvement: AI prompt optimizations
  • Improvement: New codespace images, with newer OS versions, increased performance
  • Improvement: The WordPress secret header is generated by default, and all requests use it
  • Improvement: WPCodeBox snippet example to check for the secret header and block requests without it
  • Improvement: Added all the required data to the default SEO pages

Fixes

  • Fix: SEO data not always loaded from WordPress (tested with Yoast SEO)
  • Fix: Gemini models not working, updated the model names
  • Fix: Wrong links on support form

v1.0.0-beta-4.0

Beta
February 6, 2026

Improvements

  • Improvement: Fixed increased AI usage in some cases

v1.0.0-beta-3.0

Beta
February 1, 2026

Improvements

  • Improvement: Font Manager with @fontsource integration to browse and load fonts locally
  • Improvement: AI Prompt improvements
  • Improvement: More professional tone for the AI loader
  • Improvement: The AI Assistant can load fonts from fontsource and use them
  • Improvement: Improved the token designer's font selection option

v1.0.0-beta-2.3

Beta
January 30, 2026

Improvements

  • Improvement: Ability to upload images from the file tree
  • Improvement: Ability to drag images from the file tree into the editor (images is inserted at cursor position, and import is created automatically)
  • Improvement: Added context menu to the file tree
  • Improvement: Added batch delete option to the file tree (Cmd/Ctrl + Click to multi-select files)

Fixes

  • Fix: In some cases, the AI modify file feature was blocking the current tab
  • Fix: Toast notifications contrast

v1.0.0-beta-2.2

Beta
January 30, 2026

Improvements

  • Improvement: If components are deleted by user, and some templates need them, recreate them automatically

v1.0.0-beta-2.1

Beta
January 30, 2026

Improvements

  • Improvement: Added Cmd/Ctrl + D shortcut to duplicate lines
  • Improvement: Made all places where components are created to update the component cache for autocomplete
  • Improvement: Updated roadmap

Fixes

  • Fix: Autocomplete component props not working when having an option property
  • Fix: Issues with automatic component rename when moving components to folders
  • Fix: Issues with automatic component update when renaming components
  • Fix: AI settings not visible on smaller screens

v1.0.0-beta-2.0

Beta
January 27, 2026

New

  • Component library with pre-built sections for heroes, CTAs, testimonials, pricing, and more
  • Composer for visually assembling pages using components from the library
  • Icon manager for browsing and inserting icons into your components
  • Editor settings panel for customizing font size, minimap visibility, and other preferences
  • Batch component insertion to add multiple sections to a page at once
  • Multi-select file deletion in the file tree

Improvements

  • Added "thinking" mode to the AI assistant for more deliberate, step-by-step responses
  • Improved AI assistant messaging and response clarity
  • Increased AI conversation context limits for longer sessions
  • Added "Remove unused imports" action to the editor context menu

v1.0.0-beta-1.0

Beta
January 26, 2026

New

  • Ability to clone existing PhantomWP projects
  • Make the menu order draggable in the menu builder
  • Formatter breaks component properties by adding quotes
  • Extract properties from the UI
  • Extract components from the UI
  • Added minimal starter template

Fixes

  • Fix Cmd/Ctrl + Click to go to definition not working in some cases
  • Fix when extracting components, move imports too
  • Fix the page layout had a class of prose which messed with styles
  • Fix deployment error when no Vercel project is found
  • Fix image optimization not working for some images
  • Fix media library not showing imported images
  • Fix menu builder persistence
  • Fix toaster notifications not showing

v0.9.0-beta

Beta
January 16, 2026

Initial closed beta release of PhantomWP.

New

  • Web-based IDE with Monaco editor for editing Astro sites
  • WordPress REST API integration for importing posts, pages, and media
  • SEO import support for Yoast, Rank Math, and AIOSEO
  • One-click Vercel deployment
  • GitHub Codespaces integration for advanced editing
  • AI assistant for code generation and help
  • Live preview with hot module replacement
  • Menu builder for navigation management
  • Custom post type support
  • Image optimization and lazy loading
  • Alpha WooCommerce integration

Improvements

  • Responsive design across all device sizes
  • Dark mode throughout the application
  • Keyboard shortcuts for common IDE operations
  • File tree with drag-and-drop support

v0.8.0-alpha

Alpha
December 15, 2025

New

  • Basic WordPress connection and content import
  • Simple code editor with syntax highlighting
  • Initial Astro template generation
  • Basic deployment workflow

Known issues

  • Limited SEO plugin support
  • Manual deployment configuration required
  • No live preview

Roadmap

Future releases will include:

  • v1.0.0 - Stable release with production-ready features
  • ACF (Advanced Custom Fields) support
  • WooCommerce integration
  • Multi-language site support
  • Custom deployment targets (Netlify, Cloudflare Pages)
  • Visual theme customization
  • Collaborative editing
  • Personal component library - Save and reuse your custom components across sites