This release brings:
- Context-rich after deploy hooks
- Custom domains with Supabase
- One-click reordering for Tabs
- Other smaller improvements
Check out what’s new
“After Deploy Hook” now comes with context
An “After Deploy Hook” is a custom automation trigger that runs immediately after you deploy a project, and is typically used to automate post-deploy actions like:
- Notifying external services (e.g., Slack, Discord, CI/CD tools)
- Logging deploy details
- Syncing with other systems
- Triggering downstream processes (like cache invalidation or QA workflows)
We’ve now expanded the “After Deploy Hook” with detailed metadata.
New context includes:
- ‍Deploy type: publish or export
- ‍Environment: staging and production
- ‍Export method: build, source, GitHub
- ‍Version and name of publish/export
To find the information about “After Deploy Hook”:
- In the upper left corner of WeWeb Editor, navigate to ⋮ and then click “Deployments”
- Click the “Settings tab” to see the information about the hook
Use this info to fine-tune what happens after each deployment, whether that’s triggering alerts, syncing logs, or tagging builds.
Custom domains with Supabase
If you’re using Supabase and authenticating via SSO, you’ve probably noticed the signed URLs return the default project domain.
We’ve added a Custom Domain field:
When filled, it becomes the default domain for every workflow action involving Supabase
We still keep the original project URL in the background to maintain the link with your Supabase project ID
One-click reordering for Tabs element
You can now reorganize Tabs using simple up/down arrows.
No more deleting and recreating just to get the order right:
Smarter file & icon management
Now you can organize (and clean up) your assets faster, especially if you’re working with bulk uploads or large libraries:
• Display folders in ZIP uploads : when you upload a .zip file that contains folders, they’ll now appear clearly in the Asset panel, preserving your structure.
• Navigate folders with ease : use the dropdown to browse inside folders without leaving the main view.
• Delete full folders : select an entire folder and delete it in one click.
• Delete the full library : need a reset? You can now delete everything at the root level.
• Bulk delete custom icons : empty your entire custom icon library with the trash icon at the top level.
Other improvements:
• [EDITOR] Improved tooltip for the “Find” button on hover
• [EDITOR] You can now delete Input and Search elements directly from the canvas
• [EDITOR] Components in the Asset panel can now be sorted A–Z for easier browsing. You can also add logs in the Editor for debugging.
• [EDITOR] Fixed icon overflow in the Navigator when resized to minimum width
• [EDITOR] Resolved display issues with states for CSS properties
• [WORKFLOWS] Component workflow links now correctly redirect to the associated workflow
• [WORKFLOWS] The disable action in the right-hand menu now works as expected
• [DASHBOARD] Updated project transfer dialog to clarify that you must be a member of the target Workspace
• [FORM] Removed binding option for custom form validation rules
That’s all for this release! As always, let us know your feedback