AISmart Content Studio

Description

AISmart Content Studio provides a WordPress admin interface for connecting a site to AISmartContent, onboarding a workspace, and operating content/token workflows from one dashboard.

Key capabilities:

  • Guided onboarding flow for first-time setup.
  • Automatic app environment sync from WordPress configuration (no manual .env editing per site).
  • Workspace-aware token and usage operations from admin pages.
  • Multilingual integration support for translation workflows.
  • Hardened API transport with signed requests and TLS verification.
  • WordPress-native admin pages with secure outbound launch links for cloud actions (no embedded admin iframe).

This plugin is intended for site administrators and agency operators who need centralized control of AISmartContent integration per WordPress site.

External Services

This plugin connects to AISmartContent cloud services to complete onboarding, workspace linking, token usage operations, and content workflow actions.

This plugin may call Google Translate public endpoint as a translation fallback for multilingual workflows.

This plugin may call LoremFlickr as an image fallback source when upstream image generation is unavailable.

Service endpoints:

  • https://aismartcontent.co
  • https://aismartcontent.co/api/plugin/v1/*
  • https://aismartcontent.co/api/v2/aismart/posts
  • https://translate.googleapis.com/translate_a/single (fallback translation requests)
  • https://loremflickr.com/1200/630/{query} (fallback image requests)

Data sent to the service may include:

  • Site URL and site domain
  • Admin email (for onboarding and account linking)
  • Workspace and user context returned by onboarding
  • Plugin version and request metadata used to authenticate signed API requests
  • Translation text payloads and language codes when fallback translation is used
  • Image search query text and requested image dimensions when fallback image generation is used

Why data is sent:

  • To authenticate and connect your WordPress site with an AISmartContent workspace
  • To execute plugin features that require cloud API processing
  • To translate content when multilingual fallback translation is requested
  • To return a placeholder image when image generation fallback is requested

Service terms and policies:

  • AISmartContent Terms: https://aismartcontent.co
  • AISmartContent Privacy: https://aismartcontent.co
  • Google Terms: https://policies.google.com/terms
  • Google Privacy: https://policies.google.com/privacy
  • LoremFlickr service site: https://loremflickr.com

Installation

  1. Upload the plugin folder to /wp-content/plugins/ or install the plugin zip from WordPress admin.
  2. Activate AISmart Content Studio in WordPress admin.
  3. Open AISmart Content Studio > Onboarding and complete connection steps.
  4. Use the dashboard and related pages to configure workspace behavior.

FAQ

Do I need SSH/Composer on shared hosting?

Normally no for this packaged release because dependencies are bundled in the plugin.

Does this plugin call OpenAI or Gemini directly from WordPress?

No. This plugin is designed to call AISmartContent APIs, and AISmartContent handles downstream provider operations.

Where are credentials stored?

Onboarding and signing configuration is stored in WordPress options. Runtime app configuration is synced for plugin runtime execution.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“AISmart Content Studio” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0

  • Initial public package of AISmart Content Studio.
  • Added onboarding and workspace connection flow.
  • Added automatic environment sync and security hardening for packaged release.