For the full list of changes, check out the Webiny 6.3.0external link release on GitHub.

AI PowerUps
anchor

AI-Powered Page Content Generation (#5125external link,#5117external link,#5113external link,#5111external link)
anchor

Webiny now includes AI-powered content generation capabilities through the new AI PowerUps feature. You can configure AI providers (OpenAI, Anthropic) and define personas in the Admin settings, then use AI to generate page content directly within the Page Builder.

The feature includes:

  • Provider configuration — set up connections to OpenAI or Anthropic with your API keys
  • Personas — define reusable AI personas with custom instructions for different content styles
  • Content generation — generate page sections and content using natural language prompts
  • Tool pipeline — AI-generated content is automatically processed through tools that convert text to Lexical editor format and resolve images

AI Image Enrichment for File Manager (#5104external link,#5123external link)
anchor

Images uploaded to the File Manager are now automatically enriched with AI-generated metadata:

  • Tags — AI analyzes the image and assigns relevant tags for improved searchability
  • Description — a human-readable description is generated and stored with the file

Both fields can be viewed and edited manually in the file details panel. This runs as a background task after upload, so it doesn’t block the upload process.

Admin
anchor

API Playground Renamed to GraphQL Playground (#5103external link)
anchor

The “API Playground” label in the admin interface has been renamed to “GraphQL Playground” for clarity.

GraphQL Playground in the admin interfaceGraphQL Playground in the admin interface
(click to enlarge)

Extended Form Model Capabilities (#5125external link)
anchor

The Admin form system now supports additional field types and layout options:

  • Object fields — group related fields into nested structures
  • Vertical tabs renderer — organize form sections into vertical tab layouts
  • Textarea renderer — multiline text input
  • Passthrough renderer — render custom components within forms

Development
anchor

Typescript Upgraded to 6.0.2 (#5043external link)
anchor

Webiny now uses Typescript 6.0.2 with module resolution set to bundler. This brings improved type inference and better alignment with modern bundler toolchains.

Install Version Flag for Upgrade Command (#5115external link)
anchor

The webiny upgrade command now accepts an --install-version flag, letting you specify an exact package version to install during the upgrade process. This is useful when you want to test an unstable release before the stable version ships.

Old Pulumi Plugin Versions Now Cleaned Up (#5101external link)
anchor

Previously, downloading new Pulumi plugins would leave old versions behind, causing the .webiny/pulumi-cli folder to grow over time. Old plugin versions are now automatically removed when newer versions are installed.

Feature API Types Corrected (#5108external link)
anchor

The second parameter in the Feature API’s register method now correctly populates when defined via generics.

Webiny SDK
anchor

Tasks SDK Methods (#5125external link)
anchor

New SDK methods are available for working with background tasks: