You can now embed Cloud Run deployments directly in your DEV posts!
Source: Dev.to
Introducing Cloud Run embeds
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 a Cloud Run deployment
To embed your Cloud Run URL, simply use the standard embed syntax:
{% embed your_cloud_run_url %}
Optional: Adding a DEV label
When embedding a Cloud Run deployment, you may want to add a label that indicates the post is from DEV. Here’s an example using 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!
What’s next?
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. 😉
Happy building!