
- WIX CODE -
Creation Without Limits
Sophisticated technology. Advanced web applications.


- WIX CODE -



Power to Do More With Less Hassle
Wix Code makes it easy to build web applications and robust websites. It’s serverless, hassle-free coding. Set up database collections, create content rich websites, add custom forms and change site behavior with our APIs. All built with the stunning visual components of the Wix Editor. Plus, anything you create is SEO compatible.
To start using Wix Code, turn on Developer Tools:
Go to the Wix Editor > Code > Developer Tools





Advanced Functionality Made Simple
Database Collections
Collect & store content and user info in a database to use anywhere on your website.

User Input
Easily create application forms, quizzes, review sections & more to collect user information.


Wix Code APIs
Control your website’s functionality with a little JavaScript and our APIs.
fetch(apiUrl, {method: 'get'})
.then( (httpResponse) => {
if (httpResponse.ok) {
Temp
fetch(apiUrl, {method: 'get'})
.then( (httpResponse) => {
if (httpResponse.ok) {
return httpResponse.json();
}
return Promise.reject("Fetch did not succeed");
} )
.then( (json) => {
console.log(json);
})

Dynamic Pages
Set up a single design style, create 100s of pages and update content in a click.
Repeating Layouts
Add a single grid or list layout that automatically updates with content from your database.
Custom Interactions

Make your website more engaging by adding interactions to your page elements.
Everything you need to build exactly what you want.
Learn more about Wix Code.
To start using Wix Code, turn on Developer Tools:
Go to the Wix Editor > Code > Developer Tools

Get Up & Running in Five Minutes
With a built-in database, JavaScript backend and IDE - all hosted in the secure Wix cloud - you have one-click deployment. All you need to start creating is your front-end or backend code, giving you more time to focus on your clients and their websites.




I do not think there is any thrill that can go through the human heart like that felt by the inventor as he sees some creation of the brain unfolding to success.
Nikola Tesla
Take Control With JavaScript
Use Wix Code APIs and JavaScript to easily modify the way your website works. Customize the data and behavior of any Wix component - no HTML or CSS necessary.

Do More Without Coding
Create database collections to add dynamic content to your site. Use custom forms to collect valuable user information. You can control it all from your Content Manager.
$w.onReady(function () {
let wixCodeLaunchDate = new Date('July 25, 2017');
if(Date.now() > wixCodeLaunchDate.getTime()){ $w("#button1").label = "Tell me more >"; $w("#button1").link = "http://wix.to/94BuAAs";
}
});
Get Inspired
Category
Design Academy Website
URL
Features Used
Database Collections, Dynamic Pages, User Input, Custom Interactions, Wix Code APIs
This Website Was Created with Wix Code
Now it’s your turn.
To start using Wix Code, turn on Developer Tools:
Go to the Wix Editor > Code > Developer Tools


