AI-powered JavaScript Development

Bookmark
Rate this content

Discover Firebase Studio, Google's new AI-powered, cloud-based workspace designed to supercharge your JavaScript development. Integrating a CodeOSS IDE, Gemini AI assistance, and Firebase JS SDK, Studio streamlines building, testing, and deploying full-stack JavaScript apps. Learn how Studio's AI accelerates coding, how templates get you started faster, and how to securely infuse your apps with the Gemini API using the production-ready Vertex AI in Firebase SDK. Key Takeaways: Leverage Firebase Studio for JavaScript; Boost productivity with AI assistance; Integrate Gemini securely via Vertex AI; Streamline your workflow from idea to deployment.

This talk has been presented at JSNation US 2025, check out the latest edition of this JavaScript Conference.

FAQ

Developers can configure AI behavior using rules files, also known as prompt context. These files allow personalization of AI behavior to meet specific needs, ensuring consistent and quality code generation.

Firebase Studio is a cloud-based development environment built on VS Code, allowing developers to create and ship production-quality full-stack AI apps. It provides a consistent setup with a single dev.nix file, integrates with Google APIs, and enhances productivity by reducing setup friction.

In Firebase Studio, the dev.nix file defines the development environment, including system packages, IDE extensions, and configuration settings. It ensures that every team member has the same setup, reducing inconsistencies and setup issues.

Gemini CLI is a tool that allows developers to interact with AI directly from the terminal. It supports code generation, modification, and analysis, offering a way to integrate AI into the development process seamlessly.

Firebase AI logic allows direct interaction with the Gemini API from mobile apps, enabling features like AI chat, image generation, and function calling without a dedicated backend, thus simplifying the integration of AI capabilities.

Currently, Firebase Studio does not have an on-premises or self-deployable version for enterprise use. However, enterprises can use Gemini CLI and VS Code extensions for on-prem solutions.

The community can contribute through feature requests, public discussions, and by voting on desired features. Google prioritizes high-demand features based on community feedback and offers early access programs for upcoming features.

Gemini coding agents can accelerate app development by suggesting code changes, generating content, and ensuring consistency in code style. They are integrated into Firebase Studio, making AI a part of the development workflow.

Firebase Studio supports integrations with Google APIs like Gemini and Google Maps, and deployment to cloud services such as Firebase Hosting and Cloud Run, enhancing the functionality and deployment process of apps.

AI Studio is a tool offered by Google that provides a sleek interface for prototyping quick ideas using AI. It is recommended for its ease of use and ability to transform sketches into functional app prototypes efficiently.

James O'Reilly
James O'Reilly
Alex Astrum
Alex Astrum
28 min
17 Nov, 2025

Comments

Sign in or register to post your comment.
Video Summary and Transcription
Developer Relations Engineers at Google introduce AI tools and extensions for easy development, including Firebase AI logic SDK and AppCheck integration. Firebase Studio offers a cloud-based environment for full-stack AI apps with VS Code familiarity, Google integrations, and error troubleshooting. Nix in Firebase Studio enables precise environment customization and replication for team projects. Gemini agents in Firebase Studio accelerate app development with rapid iterations and customizations. Firebase AI logic allows direct Gemini API calls for various AI features, supported by GenKit Firebase for complex AI workflows. Future tools may emerge from discussions in the development community, with a focus on engagement, experimentation, and open-source support.

1. Introduction to AI Tools and Prototyping

Short description:

Developer Relations Engineers at Google introducing AI tools and extensions for easy development. Creating apps, configuring AI behavior, integrating AI into front-end apps using Firebase AI logic SDK and AppCheck integration.

Hi, all. Thank you for coming. Welcome. I'm James. This is Alex. And we are developer relations engineers at Google. We are huge fans of building cool things with code, like many of you. We're always on the lookout for tools that let us spend less time fighting with configuration and more time actually building. And that's exactly why we are here today. We want to make it easy for you and your team to embrace the state of the art AI, no matter where you are. We offer AI tools and extensions across a variety of surfaces, and we make them available across web, through both and mobile experiences, and even the terminal.

We will start by creating a new app using a back of the napkin sketch in AI Studio. We could also use Firebase Studio or Gemini CLI for this. But I particularly enjoy the sleek interface of AI Studio for prototyping quick ideas. Then we will look at rules, which are also known as prompt context. Alongside extension and MPC servers, they allow us to truly configure the way an AI behaves so that we make it personalized for our own needs. We have multiple surfaces that support this, but I will use Gemini CLI since it is my favorite, and I run it almost everywhere, even including on my Raspberry Pi at home.

Today, our focus will be on just figuring out what a rules file looks like. But don't forget to look up into the popular community-contributed extensions like Firebase that you can install and use. And finally, we will examine the steps necessary to integrate state-of-the-art AI into your front-end app, leveraging our unique Firebase AI logic SDK and AppCheck integration, keeping everything running fast and secure. Okay, let's see how quickly we can get started from an idea to a working prototype. This is a sketch. It was hand-drawn and Gemini-enhanced. I had to enhance it with Gemini because the napkin was incredibly bright, and I saw this awesome screen, so I didn't want to blind anybody in the audience. So let's see what we can do with this sketch. So today, we'll be using the image that you saw just now. And as you can see, I dictated through using speech-to-text what I want the app to feel like. I want it to be fun, so I can play it with my kids. Now, if you're on the go, if you're not on the go, though, you can also use Firebase Studio instead and have more control over the generation, or even go the Gemini CLI route and really feel in the driver's seat. Now, we see that reasoning took exactly 46 seconds for Gemini Pro, and now it's generating the code.

2. Addressing Development Challenges and Setup

Short description:

Speeding up the process, validating app functionality, configuring smooth developer experience, handling setup challenges, and addressing productivity issues in software development.

I decided to speed up some portions of the process so you get the gist of it without having to go too deep into details. However, you can still see the timestamp on the screen, and I hope the text is also clear for you to follow through with what is exactly happening.

So, really important, before going forward, we want to validate that the app does exactly what we expect it to do. And it looks good. So we will push the source code to GitHub, and then we will look at how we configure a smooth developer experience for our team so that they can also contribute.

Next, your teammate will be cloning a repo, installing dependencies, and suddenly they're in the ninth circle of hell, right? It's a universal developer experience. We've all been there staring at an error message that makes no sense because some package somewhere has a version conflict with another package you didn't even know were you using. This initial friction, the setup tax, is a silent killer of productivity, and let's be honest, our enthusiasm, and this leads us to the most infamous phrase in all of software development, the shield we use when QA raises a bug, but it works on my machine.

QnA

Check out more articles and videos

We constantly think of articles and videos that might spark Git people interest / skill us up or help building a stellar career

Building a Voice-Enabled AI Assistant With Javascript
JSNation 2023JSNation 2023
21 min
Building a Voice-Enabled AI Assistant With Javascript
Top Content
This Talk discusses building a voice-activated AI assistant using web APIs and JavaScript. It covers using the Web Speech API for speech recognition and the speech synthesis API for text to speech. The speaker demonstrates how to communicate with the Open AI API and handle the response. The Talk also explores enabling speech recognition and addressing the user. The speaker concludes by mentioning the possibility of creating a product out of the project and using Tauri for native desktop-like experiences.
The Ai-Assisted Developer Workflow: Build Faster and Smarter Today
JSNation US 2024JSNation US 2024
31 min
The Ai-Assisted Developer Workflow: Build Faster and Smarter Today
Top Content
AI is transforming software engineering by using agents to help with coding. Agents can autonomously complete tasks and make decisions based on data. Collaborative AI and automation are opening new possibilities in code generation. Bolt is a powerful tool for troubleshooting, bug fixing, and authentication. Code generation tools like Copilot and Cursor provide support for selecting models and codebase awareness. Cline is a useful extension for website inspection and testing. Guidelines for coding with agents include defining requirements, choosing the right model, and frequent testing. Clear and concise instructions are crucial in AI-generated code. Experienced engineers are still necessary in understanding architecture and problem-solving. Energy consumption insights and sustainability are discussed in the Talk.
The Rise of the AI Engineer
React Summit US 2023React Summit US 2023
30 min
The Rise of the AI Engineer
Top Content
Watch video: The Rise of the AI Engineer
The rise of AI engineers is driven by the demand for AI and the emergence of ML research and engineering organizations. Start-ups are leveraging AI through APIs, resulting in a time-to-market advantage. The future of AI engineering holds promising results, with a focus on AI UX and the role of AI agents. Equity in AI and the central problems of AI engineering require collective efforts to address. The day-to-day life of an AI engineer involves working on products or infrastructure and dealing with specialties and tools specific to the field.
AI and Web Development: Hype or Reality
JSNation 2023JSNation 2023
24 min
AI and Web Development: Hype or Reality
Top Content
This talk explores the use of AI in web development, including tools like GitHub Copilot and Fig for CLI commands. AI can generate boilerplate code, provide context-aware solutions, and generate dummy data. It can also assist with CSS selectors and regexes, and be integrated into applications. AI is used to enhance the podcast experience by transcribing episodes and providing JSON data. The talk also discusses formatting AI output, crafting requests, and analyzing embeddings for similarity.
Web Apps of the Future With Web AI
JSNation 2024JSNation 2024
32 min
Web Apps of the Future With Web AI
Web AI in JavaScript allows for running machine learning models client-side in a web browser, offering advantages such as privacy, offline capabilities, low latency, and cost savings. Various AI models can be used for tasks like background blur, text toxicity detection, 3D data extraction, face mesh recognition, hand tracking, pose detection, and body segmentation. JavaScript libraries like MediaPipe LLM inference API and Visual Blocks facilitate the use of AI models. Web AI is in its early stages but has the potential to revolutionize web experiences and improve accessibility.
The AI-Native Software Engineer
JSNation US 2025JSNation US 2025
35 min
The AI-Native Software Engineer
Software engineering is evolving with AI and VIBE coding reshaping work, emphasizing collaboration and embracing AI. The future roadmap includes transitioning from augmented to AI-first and eventually AI-native developer experiences. AI integration in coding practices shapes a collaborative future, with tools evolving for startups and enterprises. AI tools aid in design, coding, and testing, offering varied assistance. Context relevance, spec-driven development, human review, and AI implementation challenges are key focus areas. AI boosts productivity but faces verification challenges, necessitating human oversight. The impact of AI on code reviews, talent development, and problem-solving evolution in coding practices is significant.

Workshops on related topic

AI on Demand: Serverless AI
DevOps.js Conf 2024DevOps.js Conf 2024
163 min
AI on Demand: Serverless AI
Top Content
Featured WorkshopFree
Nathan Disidore
Nathan Disidore
In this workshop, we discuss the merits of serverless architecture and how it can be applied to the AI space. We'll explore options around building serverless RAG applications for a more lambda-esque approach to AI. Next, we'll get hands on and build a sample CRUD app that allows you to store information and query it using an LLM with Workers AI, Vectorize, D1, and Cloudflare Workers.
AI for React Developers
React Advanced 2024React Advanced 2024
142 min
AI for React Developers
Top Content
Featured Workshop
Eve Porcello
Eve Porcello
Knowledge of AI tooling is critical for future-proofing the careers of React developers, and the Vercel suite of AI tools is an approachable on-ramp. In this course, we’ll take a closer look at the Vercel AI SDK and how this can help React developers build streaming interfaces with JavaScript and Next.js. We’ll also incorporate additional 3rd party APIs to build and deploy a music visualization app.
Topics:- Creating a React Project with Next.js- Choosing a LLM- Customizing Streaming Interfaces- Building Routes- Creating and Generating Components - Using Hooks (useChat, useCompletion, useActions, etc)
Building Full Stack Apps With Cursor
JSNation 2025JSNation 2025
46 min
Building Full Stack Apps With Cursor
Featured Workshop
Mike Mikula
Mike Mikula
In this workshop I’ll cover a repeatable process on how to spin up full stack apps in Cursor.  Expect to understand techniques such as using GPT to create product requirements, database schemas, roadmaps and using those in notes to generate checklists to guide app development.  We will dive further in on how to fix hallucinations/ errors that occur, useful prompts to make your app look and feel modern, approaches to get every layer wired up and more!  By the end expect to be able to run your own AI generated full stack app on your machine!
Please, find the FAQ here
Vibe coding with Cline
JSNation 2025JSNation 2025
64 min
Vibe coding with Cline
Featured Workshop
Nik Pash
Nik Pash
The way we write code is fundamentally changing. Instead of getting stuck in nested loops and implementation details, imagine focusing purely on architecture and creative problem-solving while your AI pair programmer handles the execution. In this hands-on workshop, I'll show you how to leverage Cline (an autonomous coding agent that recently hit 1M VS Code downloads) to dramatically accelerate your development workflow through a practice we call "vibe coding" - where humans focus on high-level thinking and AI handles the implementation.You'll discover:The fundamental principles of "vibe coding" and how it differs from traditional developmentHow to architect solutions at a high level and have AI implement them accuratelyLive demo: Building a production-grade caching system in Go that saved us $500/weekTechniques for using AI to understand complex codebases in minutes instead of hoursBest practices for prompting AI agents to get exactly the code you wantCommon pitfalls to avoid when working with AI coding assistantsStrategies for using AI to accelerate learning and reduce dependency on senior engineersHow to effectively combine human creativity with AI implementation capabilitiesWhether you're a junior developer looking to accelerate your learning or a senior engineer wanting to optimize your workflow, you'll leave this workshop with practical experience in AI-assisted development that you can immediately apply to your projects. Through live coding demos and hands-on exercises, you'll learn how to leverage Cline to write better code faster while focusing on what matters - solving real problems.
Free webinar: Building Full Stack Apps With Cursor
Productivity Conf for Devs and Tech LeadersProductivity Conf for Devs and Tech Leaders
71 min
Free webinar: Building Full Stack Apps With Cursor
Top Content
WorkshopFree
Mike Mikula
Mike Mikula
In this webinar I’ll cover a repeatable process on how to spin up full stack apps in Cursor.  Expect to understand techniques such as using GPT to create product requirements, database schemas, roadmaps and using those in notes to generate checklists to guide app development.  We will dive further in on how to fix hallucinations/ errors that occur, useful prompts to make your app look and feel modern, approaches to get every layer wired up and more!  By the end expect to be able to run your own ai generated full stack app on your machine!
Working With OpenAI and Prompt Engineering for React Developers
React Advanced 2023React Advanced 2023
98 min
Working With OpenAI and Prompt Engineering for React Developers
Top Content
Workshop
Richard Moss
Richard Moss
In this workshop we'll take a tour of applied AI from the perspective of front end developers, zooming in on the emerging best practices when it comes to working with LLMs to build great products. This workshop is based on learnings from working with the OpenAI API from its debut last November to build out a working MVP which became PowerModeAI (A customer facing ideation and slide creation tool).
In the workshop they'll be a mix of presentation and hands on exercises to cover topics including:
- GPT fundamentals- Pitfalls of LLMs- Prompt engineering best practices and techniques- Using the playground effectively- Installing and configuring the OpenAI SDK- Approaches to working with the API and prompt management- Implementing the API to build an AI powered customer facing application- Fine tuning and embeddings- Emerging best practice on LLMOps