SkillAgentSearch skills...

Uffizzi

Build self-serve developer platforms in minutes, not months with out-of-the-box Kubernetes multi-tenancy, virtual clusters, cloud-based dev environments, customizable templating, and more.

Install / Use

/learn @UffizziCloud/Uffizzi
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center" style="border-bottom: none"> <h1> <div> <a href="https://www.uffizzi.com"> <img src="misc/uffizzi-icon.png" width="80" /> <br> Uffizzi </a> </div> Environments-as-a-Service <br> <a href="https://opensource.org/licenses/Apache-2.0"> <img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"> </a> </h1> <p align="center"> <a href="http://www.uffizzi.com"><b>Website</b></a> • <a href="https://join.slack.com/t/uffizzi/shared_invite/zt-ffr4o3x0-J~0yVT6qgFV~wmGm19Ux9A"><b>Slack</b></a> • <a href="https://uffizzi.com/blog"><b>Blog</b></a> • <a href="https://twitter.com/_Uffizzi"><b>Twitter</b></a> • <a href="https://docs.uffizzi.com/"><b>Documentation</b></a> </p> </div align="center" style="border-bottom: none">

Uffizzi helps teams build internal developer platforms (IDPs) in minutes, not months, by providing out-of-the-box Kubernetes multi-tenancy, virtual clusters, cloud-based dev environments, customizable templating, and more.

Uffizzi provides a foundation for building IDPs, so platform teams can build end-to-end workflows, giving every developer access to self-service, ephemeral environments for development, testing, PRs, staging and more. Use Uffizzi environments to preview pull requests before merging or integrate with your CI pipeline for automated, end-to-end testing.
 
 

<hr> <h3 align="center" style="border-bottom: none"> <div> Trusted by top teams </div> </h3> <p align="center"> <a href="https://backstage.spotify.com"><b>Backstage</b></a> • <a href="https://www.nocodb.com"><b>NocoDB</b></a> • <a href="https://www.forem.com"><b>Forem</b></a> • <a href="https://github.com/jesseduffield/lazygit"><b>Lazygit</b></a> • <a href="https://d2iq.com"><b>D2IQ</b></a> • <a href="https://github.com/parse-community/parse-dashboard"><b>ParseDashboard</b></a> • <a href="https://fonoster.com/"><b>Fonoster</b></a> </p> <p align="center"> <a href="https://answer.dev/"><b>Answer</b></a> • <a href="https://www.windmill.dev/"><b>Windmill</b></a> • <a href="https://flagsmith.com/"><b>Flagsmith</b></a> • <a href="https://usememos.com/"><b>Memos</b></a> • <a href="https://craterapp.com/"><b>Crater</b></a> • <a href="https://livebook.dev/"><b>Livebook</b></a> • <a href="https://online-go.com/"><b>OnlineGo</b></a> • <a href="https://boxyhq.com/"><b>BoxyHQ</b></a> </p>

  Teams like Backstage, NocoDB, and Forem have adopted Uffizzi because it's lightweight, fast, scalable, and more cost effective than competing solutions. Did you know that Spotify's Backstage team achieves rapid releases at scale using nearly 400 ephemeral environments per month? Learn how →

<hr>

github-banner

Quickstart (~2 minute)

Go to the Quickstart Guide to get started creating ephemeral environments.

How it works

Spin up ephemeral environments on demand from the CLI, web dashboard, or from a CI pipeline. Each ephemeral environment is continually refreshed when you push new commits. Uffizzi also handles clean up, so your environments last only as long as you need them.

Uffizzi's modular design works with GitHub, GitLab, BitBucket, and any CI provider.

<img width="600" alt="preview-url" src="https://user-images.githubusercontent.com/7218230/194924634-391aff82-8adf-473b-800e-a20dcdab82dd.png">

Give us a star ⭐️

If you're interested in Uffizzi, give us a star. It helps others discover the project.

Use cases

Uffizzi is designed to integrate with any CI platform as a step in your pipeline. You can use Uffizzi to rapidly create:

  • Cloud dev environments with hot reloading of deployed services
  • On-demand test environments for Kubernetes applications
  • Pull request environments
  • Debugging environments
  • Hotfix environments
  • Demo environments
  • Release environments
  • Staging environments

What types of apps are supported by Uffizzi?

Uffizzi supports application configurations in Kubernetes manifests, Helm, kustomize, or Docker Compose. See Using Uffizzi to learn about the ways you can use Uffizzi.

Why Uffizzi?

Uffizzi provides a foundation for building IDPs, so platform teams can build end-to-end workflows, giving every developer access to self-service, ephemeral environments for development, testing, PRs, staging and more.

Uffizzi is also useful for helping busy open source project leaders approve pull requests faster. Testing a live preview provides a more holistic way to assess a new feature or bug fix, rather than simply reviewing code changes. Uffizzi also removes the added step of pulling down the branch to test it locally: Uffizzi seamlessly integrates with CI providers like GitHub Actions and posts comments directly to pull request issues, so there is no additional step for the maintainer or the contributor. Learn how Uffizzi is helping Backstage accelerate their development velocity by 20%.

Set up ephemeral environments for your application

(If you haven't completed the quickstart guide, we recommend starting there to understand how Uffizzi works and how it's configured.)

There are three options to get Uffizzi:

  1. Uffizzi Cloud (SaaS) - This is fastest and easiest way to get started. Uffizzi Cloud is our fully managed option, so you don't have to worry about managing any infrastructure. You can get two concurrent environments for free, or unlock unlimited ephemeral environments with Uffizzi Pro. See our Pricing page for details.
  2. Uffizzi Enterprise - Uffizzi Enterprise provides the option to run workloads on your own infrastucture, along with more flexibility in customizing your ephemeral environments experience.
  3. Uffizzi Open Source - Alternatively, you can install the open source version of Uffizzi on your own cluster by following the self-hosted installation guide.

Documentation

Community

FAQs

<details><summary><b>My team tests locally. Why do I need Ephemeral Environments?</b></summary> <ol> <li>Ephemeral Environments <a href="https://docs.uffizzi.com/core-concepts/production-like">more closely resemble production</a>. Uffizzi deploys images built from your CI pipeline—similar to the ones deployed to a production environment. Uffizzi Ephemeral Environments also include a full network stack, including a domain and TLS certificate.</li> <li>Ephemeral Environments provide many benefits including standardizing development configurations, avoiding the bottleneck of a single test/staging environment, acting as a quality gate to help keep dirty code out of your main branch. Teams can develop and test new features or bug fixes in clean, isolated environments.</li> <li>Public preview URLs allow every stakeholder on a team to review features and bug fixes. This helps shorten the feedback loop between developer and reviewer/tester, resulting in faster releases.</li> </ol> </details> <details><summary><b>How is Uffizzi different from Codespaces, Gitpod, etc.?</b></summary> <p>Codespaces, Gitpod, and similar tools focus soley on providing development environments hosted in the cloud. They let you code locally (or in a browser-emulated editor) and see your changes in a live deployed environments. They can also provide developers access to more powerful machines than typically available on a laptop or desktop.</p> <p>Uffizzi is a more full-featured platform designed for building self-serve developer platforms and for standardizing end-to-end developer workflows through on-demand dev, test, CI, and staging environments. Similar to Codespaces and Gitpod, Uffizzi offers cloud-based dev environments, but unlike these tools, Uffizzi users have access to the underlying Kubernetes clusters, enabling more complex configurations and customization via kubectl and similar tools. Uffizzi also supports creating virtual clusters for ephemeral test environments, as well as, CI integrations for pull request previews.</p>

See <a href="https://docs.uffizzi.com">our documentation</a> for other common uses and guides.

</details> <details><summary><b>How is Uffizzi different from GitHub Actions (or other CI providers)?</b></summary> Uffizzi does not replace GitHub Actions or any other CI provider. Uffizzi can be added as a step in your existing CI pipeline

Related Skills

View on GitHub
GitHub Stars346
CategoryDevelopment
Updated13d ago
Forks24

Languages

Ruby

Security Score

100/100

Audited on Mar 18, 2026

No findings