Wized
Connect Wized, a client-side JavaScript framework, with Webflow to build database-connected web applications with state management, API integrations, and user authentication — without traditional frontend frameworks.
How to integrate Wized with Webflow
Webflow handles design while Wized executes application logic in the browser and coordinates backend API calls. Embed Wized's JavaScript script into Webflow's custom code section, then configure elements and APIs through Wized's visual configurator.
Use the Wized app
Install from the Webflow Apps Marketplace. Create a project in the Wized dashboard with your Webflow staging URL, copy the generated embed code, and paste into Webflow's site settings under Custom Code > Head Code.
Key capabilities:
- Visual configurator: Attach logic to elements without coding
- Element detection: Add
wizedattribute to any Webflow element to manage it dynamically - State management: Variables, cookies, URL parameters, and request responses through
Wized.data - API integrations: Connect to Xano, Supabase, Airtable, Firebase, or any REST API
Add wized-cloak to prevent flash during page load and wized-loader for loading indicators.
Connect backend databases and APIs
Configure requests in the Wized dashboard with your API endpoint URL, HTTP method, and authentication credentials.
Security note: Store sensitive API keys in Wized Secrets. When a Secret is used in any request field, that request automatically executes through Wized's servers — the actual API key is retrieved and applied server-side, preventing credential exposure in the browser. For applications with stringent security requirements or regulated data handling, consider additional backend architecture.
Supported backends:
- Xano, Supabase, Airtable, Firebase
- Custom REST APIs (GET, POST, PUT, DELETE, PATCH)
- Webflow CMS API for programmatic content management
Authentication and payments
User authentication: Wized coordinates authentication flows between Webflow's UI and external providers (Firebase, Memberstack, Supabase) through API requests. Store returned tokens in Wized cookies for session persistence.
Stripe payments: Wized supports Stripe payment processing through REST API configuration — this requires manual setup, not a built-in integration. Configure requests to Stripe's Checkout Session API to create payment sessions and redirect users to hosted checkout pages. Use Stripe's hosted payment pages to maintain PCI compliance. Never store payment card data in Wized variables or Webflow CMS.
JavaScript API (advanced)
For complex logic beyond the visual configurator, use the Wized JavaScript API:
window.Wized = window.Wized || [];
window.Wized.push((Wized) => {
// Execute after Wized initializes
await Wized.requests.execute('requestname');
});
Access the data store through Wized.data containing variables (v), cookies (c), URL parameters (p), inputs (i), forms (f), and request responses (r).
What you can build
Integrate Wized with Webflow for database-connected applications without traditional backend development. Production implementations serve 60,000+ active students with 1.2+ million database records.
- SaaS platforms with dashboards: Build subscription applications with user authentication, Stripe payment processing, and personalized dashboards. Requires Webflow CMS Plan+, backend database, and payment processor integration.
- Learning management systems: Create educational platforms with course progress tracking, Q&A systems, and certificate generation. The BTC (Be There Certificate) program serves 60,000+ students using this architecture.
- Member portals with gated content: Build user account systems using Wized's conditional visibility controls to display personalized content based on subscription tier or user permissions.
- Multi-step forms with validation: Process complex forms with real-time validation, conditional fields, and API integration for backend storage or notifications.
Frequently asked questions
Wized requires Webflow's CMS Plan or higher for API access and CMS features. Consider the Business Plan for applications requiring higher API throughput (120 requests/minute vs 60 on CMS Plan).
Store credentials in Wized Secrets. When a Secret is referenced in a request, that request executes through Wized's servers — credentials are retrieved and applied server-side, never exposed in the browser. For regulated industries or highly sensitive operations, consider additional backend architecture.
Yes. Add a submit event to your form element in the Wized configurator and configure actions that execute on submission. Access form field values through Wized.data.f.formname and send to backend services. Note: Native Webflow dropdowns may not automatically populate with API-fetched data due to rendering timing — these may require manual DOM manipulation.
Yes, through manual Stripe API configuration. Configure requests to Stripe's Checkout Session API and redirect users to hosted checkout pages. This maintains PCI compliance by routing payments through Stripe's certified infrastructure. Wized does not have a built-in Stripe integration — you configure the REST API endpoints yourself.
Wized plan tiers have different page view and element limits. Production implementations demonstrate enterprise scale — the BTC learning platform serves 60,000+ students with 1.2+ million records. Review Wized's pricing page for current tier specifications.
Description
Wized is a client-side JavaScript runtime that connects Webflow sites to databases and APIs through visual configuration tools. It provides state management, conditional logic, and backend integration. Wized supports REST API connections to Xano, Supabase, Airtable, Firebase, and custom APIs while handling authentication and real-time data updates.
This integration page is provided for informational and convenience purposes only.

SyncFlow
Connect SyncFlow with Webflow to automatically publish Notion content to your CMS collections without manual content transfer.

Apix Drive
Connect Apix Drive, a no-code integration platform, with Webflow to automate form data transfer to 300+ CRMs, spreadsheets, notification tools, and marketing platforms.

Create Variables
Connect Create Variables with Webflow to automatically convert class naming conventions into Webflow color variables.

Flatly
Connect Flatly’s no-code data synchronization platform with Webflow to sync data from 50+ business tools into CMS collections through CSV exports and automation workflows.

Apico
Connect Apico, a backend API integration platform, with Webflow to sync form submissions and CMS data to Google Sheets through server-side API implementation.

Taskade
Connect Taskade, a collaborative project management platform, with Webflow to sync task and project data to CMS collections through webhook automation.

MySQL
Connect MySQL with Webflow to add dynamic database-driven content, real-time product catalogs, and complex user management.

Wrike
Connect Wrike with Webflow to automate client intake, track website requests, and create tasks directly from form submissions.

OpenAI
Connect OpenAI with Webflow for visual workflows, chatbot widgets for quick deployment, or custom serverless functions.


