The domain aftermarket grew 67% to $314.7 million in reported sales in 2025 (Hostinger / NameBio, 2026). Selling a domain is competitive, and the tool you use to showcase it shouldn’t slow you down. Domain For Sale Pro 3.5.0 is our biggest release yet: a complete admin rebuilt in React, roughly 35,000 lines of legacy code removed, and a faster, cleaner experience end to end. Here’s everything that changed and why it matters.
Key Takeaways
- The entire admin is now a modern React single-page application — no more page reloads or menu flicker.
- We removed the legacy Codestar options framework, cutting roughly 35,000 lines of code for a lighter, faster plugin.
- Settings, Offers, Transactions, Import/Export, Help, and License now run on a unified REST API and shared schema.
- New shadcn/ui components and a frontend single-listing template make selling domains smoother for you and your buyers.
Table of Contents
What’s new in Domain For Sale Pro 3.5.0?
Version 3.5.0 replaces the old options-framework admin with a native React + REST API architecture, released June 30, 2026. It’s the largest structural change in the plugin’s history. The headline items: a full React SPA admin, a unified API layer, the shadcn/ui component system, and a new single-listing frontend template.
Here’s the short list of what landed in this release:
- React SPA admin — Settings, Offers, Transactions, Import/Export, Help, and License pages rebuilt from scratch.
- Codestar removed — ~35,000 lines of legacy framework code gone.
- Reworked Post List & Editor — bulk actions, one-click shortcode copy, integrated rich text editor.
- shadcn/ui everywhere — calendar, popover, dialogs, dropdowns, toast notifications.
- Frontend single Domain Listing template — show a listing on its own page.
- i18n support throughout the React admin, plus hash-route navigation fixes.
Read the full 3.5.0 changelog → plugin changelog / release notes page
Why did we rebuild the admin in React?
Speed is the reason. Every one-second delay in load time cuts conversions by about 7%, and 53% of mobile visitors abandon a page that takes longer than three seconds (Edmonds Commerce, Page Load Time Impact, 2025). The old admin reloaded the whole page on every menu click. That’s slow, and it flickers.
A single-page application loads once, then swaps views instantly. No full reloads. No white flash between pages. When you jump from Offers to Transactions to Settings, the React router handles it in the browser. The result feels less like a WordPress settings screen and more like a real app.
Our finding: Routing navigation through the React SPA eliminated the full-page reload on every admin menu click — the single biggest source of perceived lag in older versions.
How does dropping the Codestar framework make the plugin faster?
We removed about 35,000 lines of legacy framework code in 3.5.0. The old admin was built on the Codestar options framework, a general-purpose library that shipped far more code than a focused plugin needs. Less code means less to parse, load, and maintain — a lighter footprint on every admin page.
Think of it like clearing out a garage you’ve been piling boxes into for years. Most of those boxes were framework abstractions you never opened. By rebuilding only what the plugin actually uses, the admin bundle is smaller and the surface area for bugs shrinks too.
There’s a maintenance payoff that buyers never see but every user benefits from. A native React + REST stack means new features ship faster, because we’re no longer bending a third-party options framework to fit modern UI patterns. That’s how 3.5.0 could add bulk actions, an integrated editor, and toast notifications in one release.
What does the unified REST API and shared schema change?
Every admin page in 3.5.0 now talks to one REST API layer backed by a shared schema registry. Settings, Offers, Transactions, Import/Export, Help, and License all read and write through the same secure endpoints. Previously, each screen handled data its own way.
A shared schema means a field is defined once and reused everywhere. That keeps the UI consistent and the data reliable. It also opens the door to future integrations, since a clean REST surface is exactly what external tools and automations need to connect to.
According to the 3.5.0 release notes, the admin moved entirely off the legacy options framework to a native React + REST API architecture, with a unified API powering every page (ThemeAtelier, Domain For Sale Pro 3.5.0 changelog, 2026). For a domain seller, that translates to fewer save errors and a snappier interface.
How does shadcn/ui improve the day-to-day experience?
3.5.0 adopts the shadcn/ui component system across the entire admin: calendar, popover, hover card, dialogs, dropdowns, and toast notifications. These are accessible, keyboard-friendly components that behave consistently on every screen. We also replaced the old Toastify alerts with shadcn/ui Toast for unified in-app messaging.
Why does a component library matter to you? Consistency reduces friction. When every dialog, dropdown, and date picker works the same way, you stop thinking about the interface and focus on selling domains. We also added internationalization (i18n) support throughout, so the admin is ready for translation into your language.
What is the new frontend single-listing template?
3.5.0 introduces a frontend single Domain Listing template that displays a listing on its own dedicated page. Until now, the plugin focused on a single sale page per site. This template lets you present individual domains with their own URL, making each one shareable, indexable, and easier to promote.
That matters because the domain market keeps growing. The global domain name market is projected to rise from $10.49 billion in 2026 to $16.57 billion by 2035, a 5.1% compound annual growth rate (Business Research Insights, Global Domain Name Market, 2026). More inventory means more pages to showcase, and a per-listing template scales with you.
Is selling domains still worth it in 2026?
Yes — the resale market is heating up, not cooling down. NameBio recorded roughly 190,300 domain sales in 2025 worth more than $244 million, up 31.9% in dollar volume year over year (Hostinger / NameBio, 2026). Average .com resale prices jumped 63.6% to $23,264, and ai.com sold for $70 million in April 2025.
WordPress powers 43.5% of all websites and roughly 59.8% of the CMS market in 2026 (W3Techs, June 2026). If you sell domains and want a self-hosted, fully owned sale page — no marketplace commission of up to 25% — a WordPress plugin puts you in control. That’s exactly the gap Domain For Sale Pro fills.
How do you update to Domain For Sale Pro 3.5.0?
Updating is the same one-click process you already know, but because 3.5.0 is a major rebuild, back up first. From your WordPress dashboard, go to Plugins, find Domain For Sale Pro, and click Update Now. Your existing domains, offers, and settings carry over through the migration.
- Back up your site — database and files — before updating any major version.
- Go to Plugins → Installed Plugins and update Domain For Sale Pro to 3.5.0.
- Open the new Dashboard menu item to confirm your stats loaded.
- Review Settings and your listings in the redesigned editor.
Running the free version? The Pro release adds the full React admin, advanced layouts, and priority support.
Ready to sell smarter? Get Domain For Sale Pro 3.5.0 and turn your unused domains into a fast, professional sale page — or explore the live demos first.
Frequently Asked Questions
Will updating to 3.5.0 delete my existing domains or settings?
No. The 3.5.0 migration preserves your domains, offers, transactions, and settings. The rebuild changes the admin interface and underlying architecture, not your data. Still, always back up your site before any major plugin update — it’s the safest habit for the 43.5% of sites that run WordPress (W3Techs, 2026).
Is Domain For Sale Pro 3.5.0 faster than previous versions?
Yes. The React single-page admin loads once and swaps views without full page reloads, and removing ~35,000 lines of legacy Codestar code lightens every admin page. Since each one-second delay can cut conversions by 7% (Edmonds Commerce, 2025), a faster admin and listing page directly support more sales.
What is the new single Domain Listing template used for?
It displays an individual domain on its own dedicated frontend page with a unique URL. That makes each listing shareable and indexable — useful as inventory grows alongside a domain market projected to reach $16.57 billion by 2035 (Business Research Insights, 2026).
Do I need coding skills to use the new React admin?
No coding required. The React rebuild is purely under the hood. You still manage everything through point-and-click screens — now with bulk actions, one-click shortcode copy, an integrated rich text editor, and toast notifications powered by shadcn/ui.
Does 3.5.0 support other languages?
Yes. Version 3.5.0 adds internationalization (i18n) support throughout the React admin, and the plugin remains translation-ready and RTL-supported. You can localize the interface for your audience using standard WordPress translation tools.
Conclusion
Domain For Sale Pro 3.5.0 is a foundation release. By rebuilding the admin in React, removing ~35,000 lines of legacy code, and unifying everything on a REST API, we’ve made the plugin lighter, faster, and ready for what’s next. Add the new single-listing template and shadcn/ui interface, and selling domains on WordPress has never felt this smooth.
Update today, explore the redesigned dashboard, and put your domains to work. see every feature in Domain For Sale Pro → plugin features page.
