VOOZH about

URL: https://thenewstack.io/project-idx-googles-new-web-and-mobile-app-development-ide/

⇱ Project IDX: Google’s New Web and Mobile App Development IDE - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2023-11-08 08:01:06
Project IDX: Google’s New Web and Mobile App Development IDE
Frontend Development

Project IDX: Google’s New Web and Mobile App Development IDE

Google's Project IDX is an 'experimental' new developer IDE with added AI. But how is it different to other IDEs? We asked its product lead.
Nov 8th, 2023 8:01am by Richard MacManus
👁 Featued image for: Project IDX: Google’s New Web and Mobile App Development IDE

Project IDX is an “experimental” Google product for developers, currently in public preview (but there is a waitlist to get into it). The product is somewhat ambiguously described as an “integrated developer experience that features AI features/assistance.” So is it a Cloud IDE? Is it a copilot? Is it something else entirely? To find out, I spoke with product lead Kirupa Chinnathambi.

When Project IDX was announced in August, the team (including Chinnathambi) said that the product is browser-based and “designed to make it easier to build, manage and deploy full-stack web and multiplatform applications, with popular frameworks and languages.”

That’s a wide-ranging product description, so in an attempt to narrow it down I asked Chinnathambi if Project IDX is a cloud CDE, similar perhaps to GitHub Codespaces?

“It is in the cloud and runs in the browser, but our ambitions are in many ways to solve the biggest problems builders have in building apps, which often comes down to building a mobile app,” he replied. For example, he said that IDX helps devs test an app across various mobile devices.

The phrase “full-stack multiplatform” is used regularly in the IDX website and promotional material, and Chinnathambi confirmed that this signifies “app developers building mobile apps and web apps.”

Okay, so Project IDX is for developers who want to build an app that runs on both the web and on various mobile operating systems. It does have similarities to GitHub Codespaces, in that both products integrate with Code OSS, Microsoft’s open source Visual Studio Code product. But Chinnathambi says that IDX is “more opinionated.” He noted that it is able to do Android emulation and iOS simulation, as one example.

Project IDX in Action

When you first log into Project IDX, you see a workspace that prompts you to create a web app, a Flutter app, or several other options. Google says a workspace in IDX “contains your code, a code editor (with plugins relevant to your project), and toolchains that support app development.”

👁 Project IDX

I chose a web app template to get started — from there you’re given the choice of creating your own code or using a familiar framework like React or Angular.

👁 Project IDX

The first “experiment” feature I noticed was the ability to enable Nix, a cross-platform package manager. In its documentation, Google says that “IDX uses Nix to define the environment configuration for each workspace.”

Since I’m not personally familiar with Nix, I decided to uncheck that. I then proceeded to the next step of creating my workspace… which led to an error. I tried a couple more times, only to discover that my workspace had in fact been created (twice). So I went back to the homepage, deleted the second workspace, and opened up the first one. Finally, it began the set-up:

👁 Project IDX

The resulting workspace showed a simple web application, which I could of course do anything with from there.

👁 Project IDX

The AI functionality is rather hidden away — it’s a tiny icon in the bottom right of the screen. When I clicked it, this is what displayed:

👁 IDX AI

Unfortunately, I can’t tell you how good IDX AI is, since I got the following message: “IDX AI is not enabled for your region.” (I’m based in the UK)

What’s In It for React Developers?

Project IDX product lead Kirupa Chinnathambi told me that so far IDX is being used mostly by Flutter and web developers. He says they’ve had feedback from Python and Go developers that the product needs to do more for them, so the IDX team has taken that on board.

I can understand why a Flutter developer might want to use IDX since it is a cross-platform development kit built by Google. So it makes sense to also use a Google IDE. But I asked Chinnathambi why a React developer might choose IDX, given that React devs have any number of IDEs to choose from.

He cited ease of use and IDX’s testing features as the main reasons why React devs should use IDX.

“React developers are a big audience for us,” he said. “The number one thing they’ve all said they absolutely love is the ability to have cloud emulators, to be able to test your app across all these various mobile form factors.”

It became clear during the interview that, other than mobile testing, a lot of the other functionality in IDX is either under development or is being called “experimental” by Google. So I asked what specifically makes Project IDX an innovative solution for developers?

He mentioned AI as one of the other experimental features, but more fundamentally there seems to be a desire to integrate closely with the already extensive web and mobile development ecosystem that Google has — everything from a mobile OS (Android), to the Chrome web browser, to Google app development tools like Flutter and Firebase.

“One of the things we really want to focus on is friction-free onboarding,” Chinnathambi said. “You know, can we make it very easy for you to go from ‘I have an idea’ or ‘I have a project’, [to] I want to be up and running in a cloud-based environment very quickly, without having to jump through many hoops with an iPad or a Chromebook or your very powerful machine. And so one of the things we’re actively working on is logging into a Google account […] in a modern browser, and how quickly can we shorten the time from […] typing the URL to having your app up and running, that you can start developing on.”

It’s not clear, at least to me, whether IDX will be that useful outside of the Google developer ecosystem. Then again, there’s no harm in Google trying to build a tool that suits its own developer user base. The big question though is, will IDX entice React or other JavaScript developers? Time will tell, but in the meantime, you can join the Project IDX waitlist to try it for yourself.

TRENDING STORIES
Richard MacManus is a Senior Editor at The New Stack and writes about web and application development trends. Previously he founded ReadWriteWeb in 2003 and built it into one of the world’s most influential technology news sites. From the early...
Read more from Richard MacManus
SHARE THIS STORY
TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.