Welcome! This repository contains the source code for the "Idea to Code" demo application, showcased at the Google Cloud booth during the Euro Cloud Summit in Switzerland.
This interactive demo showcases how generative AI can dramatically accelerate the software development lifecycle, taking a simple idea from concept to a functional, deployable prototype in minutes.
All the ideas generated during the event are available for you to explore in our interactive gallery.
Watch the complete demonstration of the "Idea to Code" workflow in action.
The following diagram illustrates the end-to-end process from idea submission to generating a full-fledged application.
For visitors at the Euro Cloud Summit:
- When you submit your idea through our application, a new GitHub Issue is automatically created in this repository.
- Our Gemini CLI will process your idea, generate the code, and push it to a new branch.
- The Gemini CLI will then post a comment in your GitHub Issue containing the name of the branch and step-by-step instructions on how to clone the repository and access your code.
- Simply find your issue in the Issues tab and follow the instructions in the comments.
The web application itself is a Next.js project located in the ideas-app/ directory. See the application's README for instructions on how to run it locally.
- changed
gh_pagesfrom branch to GH action. Now it beautifull deploys to https://palladius.github.io/booth-ideas-sg/ - Abandoned fork + added
There are pieces of code in this repo:
random-app-ideas/: collection of apps vibecoded by Gemini after users create ideas.ideas-app/: This is an app vibecoded by the original authors Paul Datta & c on Firebase Studio. can be deployed to Cloud run.- Ricc deployed to CR here: https://ideas-app-849075740253.europe-west1.run.app
- A new version is pushed to CR via
just gcloud-build.
gh_pages. This is deployed to GitHub pages: https://palladius.github.io/booth-ideas-sg/

