958 results found
-
Improve Android Emulator
Give latest Emulator which is fast and better. Current Android Emulator is slow and old.
4 votes -
More storage per workspace
10GB seems lot, but it is very low. 50GB or minimum 35GB will be fine. Node_modules, extensions for development, etc. Please!
9 votes -
3D Rendering, 3D Models and Animation Preview support
Firebase should have support for 3D Models and Animations Pre-visualization and rendering or at least support extensions or services that allow that to run on our projects.
1 vote -
Provide additional VNC / RDP Display
Please Provide additional VNC, VNC over SSH or RDP (xrdp) because sometimes the Android Studio VM's noVnc doesn't connect even after restarting the project multiple times.
Use XFCE desktop instead of Gnome, Gnome feels laggy1 vote -
Prototype with SvelteKit with TailwindCSS and Bits UI
Prototype with SvelteKit with TailwindCSS and Bits UI
1 vote -
1 vote
-
3 votes
-
2 votes
-
Persist Environment Settings Across Sessions
If you customize your panels, themes, fonts, colors, and other settings, we want to ensure your customizations are persisted the next time you access Project IDX.
170 votesAs part of our recently released preview of our Nix extensibility work, we persist all changes in your home directory. We are exploring additional ways of being able to persist changes between VM sessions.
-
Importing from Google AI Studio Build
Firebase Studio should have an option to import from Google AI Studio Build. I'm not a coder, but I'hve managed to imagine beautiful and very useful app idea on on Build, but I cannot import it in Firebase Studio for publishing with Firebase App Hosting. I can download from Build, and important it in Firebase, but that don't work like what I create on Studio itself.
1 vote -
I have a New(Idea) For improving the **IDX code editor** (or any code editor): --- ### **Key Features** 1. **Error Explanation in Pl
🚀 AI-Enhanced Debugging Assistant
Description:
Integrate an AI-powered Debugging Assistant that helps developers quickly identify, analyze, and fix errors within their code. Unlike standard error messages, this tool would explain the root cause of errors and suggest optimized solutions interactively4 votes -
Supports Custom Streamlit Components Consistently Fail to Load in IDX - Even with ngrok Tunneling
Bug: Streamlit Components Fail in IDX
Summary: Custom Streamlit components consistently fail to load in Project IDX, even w/ ngrok. Error: "app.[comp] from [ngrok_url] hasn't received Streamlit.setComponentReady()." Suggests IDX bug.
To Reproduce: 1. IDX. 2. Basic Streamlit (
app.py
) + React/Webpack component (frontend/
). 3. Simple React comp:Streamlit.setComponentReady()
on mount. 4.package.json
:webpack serve
, Webpack:streamlit
external. 5.ngrok.yml
: ports 3001, 8501. 6.devserver.sh
: ngrok, URLs, start Streamlit. 7../build.sh
. 8. Start:npm start
,ngrok start --all
,./devserver.sh
. 9. Access Streamlit.Expected: Component loads.
Actual: Component fails. Error: "app.[comp]…
2 votes -
Balboa currency
Project IDX to facilitate Google Pay transactions for country Panama.
Digital Balboa currency with Google Wallet.2 votes -
Add a template for Mesop to build AI / ML Chatbots rapidly
Would be great to jump into an environment with https://github.com/google/mesop ready to go.
4 votes -
2 votes
-
Create website for a-Z fisheries Mass volume harvesting campaign
<!DOCTYPE html><html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="A-Z Fisheries: Combating invasive carp and restoring ecological balance through innovative, sustainable fishing practices.">
<title>A-Z Fisheries | Fighting Invasive Carp</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap">
<style>
body {
margin: 0;
font-family: 'Roboto', sans-serif;
background: #f0f8ff;
color: #333;
}
header {
background: #004080;
color: white;
padding: 1em;
text-align: center;
}
nav {
display: flex;
justify-content: center;
background: #0066cc;
}
nav a {
color: white;
text-decoration: none;
padding: 1em;
transition: background 0.3s;
}
nav a:hover {
background: #004d99;
}
section {
padding: 2em;
max-width: 1000px;
margin: auto;
}
footer {…1 vote -
GIT PROJECTS FOR GEMINI 2.0 FALSH THAT RUN IN IDX
I am having difficulty to run the GIT Gemini 2.0 Cookbook projects in IDX. Too time consuming. Also Gemini code assistant gave up trying to resolve the NIX environment issues. Also can not get the following project to run:
https://github.com/google-gemini/multimodal-live-api-web-console
It should not be so complex to accomplish running Google Git repositories in the Google environment. I have a million use cases for Gemini 2.0 Flash and need to move faster. Thank you for your time.
4 votes -
Podman support (with systemd)
Please add OOTB support for running containers using Podman, with the possibility to use containers that utilize systemd
While adding
packages = [ pkgs.podman ];
podman will not run. Some of the issues might be related to the nix package, but some are related to the environment.
The default policy is missing and no
/var/tmp
. Had to fix this as follows:onCreate = { # this is to fix Podman: https://github.com/gbraad-devenv/idx/issues/3 setup-podman = '' mkdir /etc/containers/ cat >> /etc/containers/policy.json <<EOF { "default" : [ { "type": "insecureAcceptAnything"} ]} EOF mkdir /var/tmp ''; };
After these minor changes, podman can…
7 votes -
5 votes
-
Enable import GitHub repo specific directory
Currently, "Import a repo" (when creating a new workspace) only works for cloning an entire repo.
- ✅ https://github.com/my-username/my-project (valid)
- ❌https://github.com/my-username/my-project/tree/main/examples/blog (not valid)
The ability to import a specific directory/path from a repo would be helpful, since many web frameworks have official examples in directories in a single repo.
Example:
- https://github.com/withastro/astro/tree/main/examples (Astro)
- https://github.com/vercel/next.js/tree/canary/examples (Next.js)Other online IDEs support this ability, such as Stackblitz, CodeSandbox.
123 votes
- Don't see your idea?