Smooth API Accelerator

Description

Smooth API Accelerator helps WordPress sites deliver selected REST API responses faster by preparing JSON snapshots and serving them through Smooth Bundle.

It is useful when WordPress is used as a backend for a headless website, mobile app, public content feed, or any frontend that repeatedly requests the same REST API data. Instead of making WordPress build the same response for every visitor, your frontend can use CDN-delivered JSON files that are easier to cache and faster to load globally.

The plugin is designed for projects where API speed, predictable content delivery, and lower WordPress server load matter.

Good use cases include:
* Headless WordPress websites
* Frontends built with React, Next.js, Astro, Vue, or other frameworks
* Mobile apps using WordPress as a backend
* Sites that expose public content through the WordPress REST API
* High-traffic pages or feeds that do not need a fresh dynamic REST response on every request

Benefits

  • Faster REST API delivery through CDN-served JSON snapshots
  • Lower load on WordPress for frequently requested API data
  • Better cache behavior for headless and frontend applications
  • A wp-admin workflow for selecting and syncing useful API responses
  • Automatic refresh after content changes
  • Optional protected JSON delivery for projects that need restricted access
  • Cleaner payload options for block-based WordPress content

What you can do with it

  • Prepare WordPress content for a Next.js, Astro, React, Vue, Nuxt, SvelteKit, or Remix frontend
  • Serve posts, pages, taxonomy data, and other selected REST API responses from Smooth Bundle
  • Keep synced JSON up to date without writing custom export scripts
  • Reduce repeated REST API work on your WordPress server
  • Use the API Accelerator SDK in frontend projects to fetch synced JSON more conveniently

How it works

  1. Connect your WordPress site to Smooth Bundle.
  2. Choose the REST API responses you want to accelerate.
  3. Sync JSON snapshots to Smooth Bundle.
  4. Use those JSON files from your frontend, app, or external client.

External services

This plugin connects to Smooth Bundle to sync and deliver JSON snapshots outside your WordPress site.

It communicates with Smooth Bundle when you:

  • start or complete the account or guest connection flow,
  • fetch account or project information needed to show connection, plan, and storage status,
  • upload selected JSON snapshots,
  • delete previously synced JSON snapshots.

Depending on the action, the plugin may send:

  • your site URL and site name,
  • authentication data needed to complete the Smooth Bundle login flow,
  • account and project identifiers required to manage the connection,
  • selected REST API response data that you choose to sync,
  • asset paths, filenames, and protection settings used to manage synced files.

Smooth Bundle service links:

  • Terms of Service: https://smoothbundle.com/terms
  • Privacy Policy: https://smoothbundle.com/privacy

License

GPLv2 or later

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Smooth API Accelerator” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.4.3

  • Sync logic updates.

1.4.2

  • Sync logic updates.

1.4.1

  • Improved Overview account storage messaging and refresh controls.
  • Updated guest account upgrade flow before redirecting to Smooth Bundle.

1.4.0

  • Renamed the account JSON asset limit label to Account storage.
  • Added an API Accelerator SDK quick start page linked from Overview.

1.3.1

  • Restored the Smooth Bundle account connection button on the settings screen.
  • Renamed the first admin submenu item to Overview.

1.3.0

  • Rebranded from Smooth CDN to Smooth Bundle.

1.2.3

  • Updated plugin catalogue description.

1.2.2

  • Improved blocks field handling for page endpoints.

1.2.1

  • Fixed endpoint unsync and purge cleanup reliability.

1.2.0

  • Added setup wizard for API Accelerator onboarding.

1.1.0

  • Added project access management for synced JSON endpoints.

1.0.8

  • Maintenance update.

1.0.7

  • Removed project level tokens.

1.0.6

  • Minor UI changes.

1.0.5

  • Switched protected JSON handling from global setting to per-endpoint control.

1.0.4

  • Forced endpoint sync after changing Protected assets.
  • Hid Open action for protected synced JSON assets.

1.0.3

  • Overview dashboard adjustments.

1.0.2

  • Added WordPress.org plugin icon and visual assets.

1.0.1

  • Added WordPress.org plugin icon and visual assets.
  • Improved plugin readme description and formatting.

1.0.0

  • Initial release.