tilt-dev/tilt

Define your dev environment as code. For microservice apps on Kubernetes.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 25 minutes ago
Added to GitGenius on September 6th, 2026
Created on August 7th, 2018
Open Issues & Pull Requests: 510 (+0)
GitHub issues: Enabled
Number of forks: 414
Total Stargazers: 10,040 (+0)
Total Subscribers: 45 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 15.7 hours
Mean response time: 78.7 days
90th percentile: 139.6 days
Tracked items: 196

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 83% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 8% of issues opened in the past year have been closed. Three people close 83% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 107
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,096 days
Stale 30+ days: 103
Stale 90+ days: 91

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (113)
  • bug (80)
  • needs repro case (11)
  • duplicate (5)
  • good first issue (4)
  • unfortunate (2)
  • docs request (1)
  • question (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Tilt is a development environment tool that automates the inner loop for microservice applications running on Kubernetes.

The problem Tilt solves is the friction of iterating on microservice applications during development. When working with multiple services in constant communication, developers face repetitive manual steps: watching for code changes, rebuilding container images, and redeploying to Kubernetes. Tilt automates this entire workflow by orchestrating file watching, image building, and environment updates in a single command. Rather than manually running docker build and kubectl apply or managing docker-compose configurations, developers define their complete dev environment as code in a Tiltfile and run tilt up to bring everything into sync.

Tilt is suited for teams building modern applications composed of multiple interdependent services on Kubernetes. The tool provides best practice guides for common languages and frameworks including Python, Go, Node.js, Java, HTML, and C#, making it accessible across diverse tech stacks. The project maintains a community extension system for sharing reusable Tiltfile functionality, allowing teams to build on patterns established by others. Developers new to the tool can follow a tutorial to get started, and those optimizing existing configurations can reference the complete API documentation.

The project maintains active engagement with its community through the Kubernetes Slack channel and GitHub issues. The maintainers collect anonymized usage data to inform improvements across platforms. The codebase welcomes contributions following published guidelines, and the project has established a code of conduct for all community participants. Security issues are handled through a private disclosure process rather than public issue tracking, with reports directed to a dedicated security contact.