Is it possible to do integration work on the staging domain before it goes into production in Webflow?

TL;DR
  • Use Webflow's free yourproject.webflow.io staging domain to test integrations, forms, custom code, and third-party services before going live.  
  • Ensure third-party tools support your staging domain and adjust settings as needed for webhooks, scripts, and domain-specific APIs.

Yes, Webflow allows you to do integration work on the staging domain before going live on the custom production domain. This is commonly done using the webflow.io subdomain provided with each project.

1. Use the Webflow Staging Domain

  • Every Webflow project comes with a free staging domain like yourproject.webflow.io.
  • You can publish your site to this domain at any time without affecting your live (custom) domain.
  • This allows you to test third-party integrations, custom code, and interactions in a live browser environment before releasing them in production.

  

2. Test API & Webhook Integrations

  • If you're working with API calls, webhooks, or third-party services, most will function normally on staging.
  • Just ensure the third-party service allows requests from your staging domain (i.e., it’s not limited to specific whitelisted domains).
  • If you're using custom JS for analytics or tracking (e.g., Google Analytics, Zapier, Make), test these on the staging domain by adjusting triggers accordingly.

3. Form Testing on Staging

  • Webflow forms work on staging, but all submissions will show the staging domain source.
  • If using integration tools (e.g., Zapier, Make) for forms, ensure your scenario or zap is triggered by the staging domain or accepts any referrer.
  • You can later tighten those rules when going live.

4. Custom Code Behavior

  • Custom <script> and <style> tags added to the Page Settings or Project Settings will function the same on staging.
  • Use webflow.io to check for issues with third-party integrations, cookies, local storage, etc. before moving to production.

5. Domain-Specific Settings

  • Some third-party services require domain registration or domain-based API keys.
  • For testing purposes, make sure to register or allow your webflow.io staging domain in those services if needed.

Summary

Yes, Webflow lets you fully test and integrate on your staging domain (yourproject.webflow.io) before pushing to a live custom domain. You can verify functionality, run integrations, and troubleshoot scripts in a safe pre-production environment.

Rate this answer

Other Webflow Questions