You can now embed Cloud Run deployments directly in your DEV posts!
TL;DR
DEV now supports embedding Cloud Run deployments directly in posts, allowing users to showcase live apps and interactive demos. Use the embed syntax {% embed your_cloud_run_url %} to include your projects, and a Google AI Studio Challenge is coming soon.
Tags
We're excited to announce that you can now showcase your Google AI projects with a dedicated Cloud Run embed right in your posts.
For example, check out @simimwanza's app from their challenge submission: Reverse Engineering Reality with Google AI:
This is perfect for showing off your apps, interactive demos, and any other Cloud Run deployments you've built. The community can try out your projects without leaving DEV!
How to Embed Cloud Run
To embed your Cloud Run URL, all you have to do is use our standard embed syntax:
{% embed your_cloud_run_url %}
When embedding a Cloud Run deployment, we also recommend adding the following line to show that you’re from DEV (example for a gcloud command):
gcloud run deploy my-awesome-app \
--source . \
--region us-central1 \
--no-allow-unauthenticated \
--labels dev-tutorial=blog-devcommunity2026
Now your live apps can be displayed for the community to interact with!
Coming Soon: Google AI Studio Challenge
We're currently working on a new Google AI Studio Challenge so you can take advantage of this new feature! Stay tuned for more details details. 😉
Happy building!