top of page

DEVSTUDIO_CON:

FOR WEB DEVELOPERS , APP CREATORS AND AGENCIES

The conference for web developers, app creators and agencies.

STAY AHEAD OF THE GAME IN THE AGE OF HYPER-EFFICIENCY.

29 JUNE, 2024

BANGALORE, INDIA

PREPARE TO

UNLOCK NEW BUSINESS OPPORTUNITIES

Discover new ways to build sites more efficiently and take on more sites, with less manpower. Plus, learn how to expand your revenue streams with apps and widgets.

CHALLENGE YOUR MENTAL MODEL

Rethink your work conventions with an open mind. Get fresh perspectives from people who disrupted the industry, and succeeded.

PRACTICE
NEW SKILLS

Get familiar with Studio–immerse yourself in a hands-on learning experience tailored to your interests with expert-led workshops covering web creation, app development, headless solutions and more.

MEET YOUR NEXT COLLABORATORS

Meet our product team and potential success managers for an exclusive opportunity to ask questions and build lasting connections.


export function animateMatrix() {
    const curleyBracketMatrix = [
        [0, 0, 1],
        [0, 1, 0],
        [1, 0, 0],
        [0, 1, 0],
        [0, 0, 1],
    ];

    const dashMatrix = [
        [0, 0, 1],
        [0, 0, 1],
        [0, 1, 0],
        [1, 0, 0],
        [1, 0, 0],
    ];

    const semicolonMatrix = [
        [0, 1, 0],
        [0, 0, 0],
        [0, 1, 0],
        [0, 1, 0],
        [1, 0, 0],
    ];

    const bracketMatrix = [
        [0, 0, 1],
        [0, 1, 0],
        [0, 1, 0],
        [0, 1, 0],
        [0, 0, 1],
    ];

    const bracket2Matrix = [
        [0, 1, 1],
        [0, 1, 0],
        [1, 0, 0],
        [0, 1, 0],
        [0, 1, 1],
    ];

    const dollarMatrix = [
        [1, 0, 1],
        [0, 0, 1],
        [0, 1, 0],
        [1, 0, 0],
        [1, 0, 1],
    ];

    const exclamationMatrix = [
        [0, 1, 0],
        [0, 1, 0],
        [0, 1, 0],
        [0, 0, 0],
        [0, 1, 0],
    ];

    const matrixArray = [curleyBracketMatrix, dashMatrix, semicolonMatrix , bracketMatrix ,bracket2Matrix , dollarMatrix , exclamationMatrix];
    let count = 0;
    setInterval(() => {
        changeMatrix(matrixArray[count])
        count++
        if (count === matrixArray.length) count = 0;
    }, 1000);
}

function changeMatrix(matrix) {
    $w("#matrixAnimationRepeater").forEachItem(($item, itemData, index) => {
        matrix[index].forEach((instance, i) => {
            if (instance === 1) {
                $item("#cell[i]").style.backgroundColor = '#30FF89';
            } else {
                $item("#cell[i]").style.backgroundColor = "rgba(0,0,0,0)";
            }
        })
    })
}

Spotlight Speakers

Yaniv Even-Haim

/ CTO, Wix

Yoav Abrahami

/ Head of Code Products, Wix

Tuvit Rubin Kaplan

/ Head of Developer Relations, Wix

Portrait image of The Futur founder and CEO, Chris Do.

Chris Do

/ Founder and CEO of The Futur

Vargab Bakshi

/ VP Head of India, Wix

DevStudio tracks
built for

01_

Site developers

02_

App creators

03_

Web agencies

What’s on?

* Detailed conference agenda coming soon

Keynotes from the visionaries at Wix

1/5

Guest speakers and shared partner success stories

2/5

Expert-led workshops

3/5

Product expo and personal demos

4/5

Happy hour send-off

5/5

Build sites. Launch apps.
Sell at scale. Repeat.

Experience the full scope of Wix Studio dev tools //

Build sites. Launch apps.
Sell at scale. Repeat.

29 JUNE, 2024

SHERATON GRAND BANGALORE

GET FULL ACCESS TO

Keynotes / Workshops* / Wix Studio merch / Breakfast / Lunch / Happy hour

* Workshop details coming soon

BANGALORE, INDIA

APPLY TO ATTEND

Sheraton Grand Bengaluru Whitefield Hotel & Convention

Center Prestige Shantiniketan Hoodi, Whitefield, Bengaluru, Karnataka 560048, India

​Distance From Airport: 12km
Distance From Metro: 2km

RECAP THE LAST WIX DEVCON IN NEW YORK

01:03

FAQs

01

What is DevStudio Con and who is it for?

DevStudio Con is an event for web developers, app creators and agencies hosted live in Bangalore, India. Join us to unlock new business opportunities, get insights from leading minds in the industry, practice new skills with expert-led workshops and meet the product team. The conference is hosted by Wix Studio.

02

Is DevStudio Con free?

Yes, the conference is completely free. However, places are limited and your application will need to be approved to attend. Please apply early to ensure your spot. 

03

How can I get updates about the conference?

You can get updates on all DevStudio Con happenings by joining our Discord channel and following us on X. We’ll also be updating all applicants and attendees with more information via email.

04

What will I learn at the workshops?

Workshops give you the opportunity to get an in-depth learning experience tailored to your interests in a close setting. You’ll be able to choose which workshops to attend on a first-come, first-served basis—spots are limited.

05

Where can I find out more details about the workshops?

Keep your eyes peeled—we’ll release the full workshop agenda with detailed information a few weeks before the event. You’ll be notified via email, and you can also join our Discord channel to stay updated.

06

Tickets are gone, what can I do?

We’re sorry you couldn’t snag a ticket. Follow our Discord channel to stay up to date on all future conferences and join the next one.

07

What should I bring to the conference?

Most importantly, your ticket. We also recommend bringing a charged laptop if you intend to participate in any of the workshops.

08

Where is the conference being held?

The event will be held at the Sheraton Grand Bengaluru Whitefield Hotel & Convention in Bangalore, India.

09

Will meals or refreshments be provided at the conference?

Yes, we’ve got breakfast and lunch covered for the day, as well as happy hour refreshments to wrap up the conference. 

STAY CONNECTED

bottom of page