Most WordPress projects spend the first week fighting the blank canvas. Installing plugins. Wrestling theme settings. Hunting for a color palette that doesn’t clash with itself. Pasting filler text you’ll only rewrite anyway. By the time the site looks like a site, the deadline is breathing down your neck.
Starter Templates collapses that week into a single click.
Open the wizard. Browse a gallery of finished site designs. Click the one that fits. A live preview opens — actual interactive pages, not screenshots. Hit Import. A minute later your site looks exactly like the demo, top to bottom: homepage, about, services, contact, blog, the navigation that ties them together, the typography that pulls them into a brand, the plugins each page quietly needs running in the background.
You ship today, not next Friday.
This isn’t a content-restore tool. There’s nothing to migrate, nothing to recover. Every template is a fresh, opinionated starting point — pages, menus, widgets and theme settings designed together so the whole site feels coordinated from minute one. The template is scaffolding, not destiny: throw out what you don’t need, rewrite every word, swap the palette mid-build. It’s your site the moment the import finishes.
Whether you’re an agency turning out the third site this month or someone launching their first WordPress project ever, the experience is identical: pick preview import edit done. No prerequisites. No setup-before-the-setup. The wizard handles the boring parts so you spend your hours on the parts a client actually pays for — copy, photos, the story you’re trying to tell.
A starter template isn’t wallpaper for an empty site — it’s a complete, opinionated design you adopt and make your own:
-pro and child variants) get the original one-click demo importer they’ve always had. Same UX, zero regression after upgrade.wp-config.php. Build once, ship everywhere.Every import is a five-step background job — no babysitting required:
wp-content/uploads/.The whole thing runs under WP-Cron. Close the tab if you want — it keeps going. Progress streams back to the dashboard if you stick around to watch.
Starter Templates speaks the Blocksify Design Studio REST contract. Out of the box it points at the default community library, but the source URL is configurable via the FT_DEMO_IMPORTER_STUDIO_URL constant in wp-config.php — point it at any compatible studio (your agency’s private catalog, a self-hosted instance, a fork) and the plugin behaves identically.
Themes can ship a Theme_Adapter to declare their own required plugins, customize the wizard’s Style step, or embed the dashboard directly under their own admin menu. Customify ships an adapter out of the box; everything else uses a sensible default with no per-theme code required.
FT_DEMO_IMPORTER_STUDIO_URL in wp-config.php, or the Settings page.?no_cache=1 to the templates REST URL to skip the local 10-minute cache after a library update.The plugin only contacts the design library you configure, and only sends the data needed to render the catalog: the active theme stylesheet (so the list can be filtered to compatible templates) and standard HTTP request headers. No analytics, no tracking, no telemetry.