Get Started

Welcome back, Developer 👋

Here's what's happening with your projects today.

📦
↑ 12%
247
Total Deploys
↑ 8%
3.2s
Avg Deploy Time
👥
↑ 23%
1,847
Active Users
🌍
↓ 2ms
99.99%
Uptime

Recent Deployments

View All →
main deployed to productionapi-gateway
2 minutes ago
fix/auth-token merged into main
15 minutes ago
v2.4.0 released for dashboard-ui
1 hour ago
feat/new-payments merged into develop
3 hours ago
staging deployed — ml-service
5 hours ago

Recent Projects

All Projects →
🌐
api-gateway
main
Healthy
🎨
dashboard-ui
v2.4-release
Building
🤖
ml-service
develop
Healthy
📱
mobile-app
feature/auth
Degraded

Powerful features for
modern development

Everything you need to build, deploy, and scale — in one platform.

Zero-Config Deployments

Push your code and watch it go live in seconds. Automatic framework detection, preview deployments, and instant rollbacks.

$ git push origin main
Enumerating objects: 12, done.
Counting objects: 100% (12/12), done.
Compressing objects: 100% (6/6), done.
✓ Build started — framework detected: Next.js
✓ Build completed in 4.2s
✓ Deployed to production → https://myapp.git.dev
📸 Preview: https://myapp-git-main.git.dev
⏱️

Instant

Average deployment under 5 seconds

🔄

Rollback

One-click revert to any previous deploy

👀

Previews

Auto-generated URLs for every PR

Enterprise-Grade Security

SOC 2 Type II compliant with end-to-end encryption, SSO, RBAC, and advanced audit logs.

$ git security audit --deep
Scanning repository for vulnerabilities...
✓ No sensitive data detected
✓ All dependencies up to date
✓ SSO enforced — all commits signed
✓ SOC 2 compliance verified
Scan completed: 0 vulnerabilities found
🔐

Encryption

AES-256 at rest, TLS 1.3 in transit

🛡️

Compliance

SOC 2, GDPR, HIPAA ready

📋

Audit Logs

Complete activity history with alerts

Global Edge Network

Deploy to 300+ edge locations worldwide. Automatic edge functions, caching, and CDN.

$ git deploy --edge --regions global
Deploying to 312 edge locations...
NA (Dallas, Virginia, Montreal)
EU (London, Frankfurt, Amsterdam)
APAC (Tokyo, Sydney, Singapore)
✓ Deployed to 312 locations in 8.4s
P95 latency: 12ms (global avg)
🌐

300+ Locations

Available across 6 continents

Edge Functions

Run code at the edge, zero cold starts

📦

Auto CDN

Static assets cached globally automatically

AI-Powered CI/CD

Smart pipelines that learn from your workflow. Automated testing, code review suggestions, and intelligent builds.

$ git pipeline run --ai-assist
🤖 AI analyzing changes...
Detected: 12 files changed, 3 new endpoints
✓ Auto-generated test suite: 47 tests passed
⚠️ Suggested: Add rate limiting to /api/search
✓ Build optimized: -30% compile time
✓ Pipeline completed in 12s (AI-optimized)
🧠

Smart Tests

AI generates relevant test cases automatically

Smart Builds

Parallelized, cached builds that optimize themselves

🤖

AI Review

Automated code review with suggestions

Real-Time Analytics

Monitor performance, track errors, and gain insights with built-in observability dashboards.

$ git analytics --realtime
📊 Dashboard loaded for /api-gateway
Requests/min: 14,230
P50 latency: 23ms | P99 latency: 145ms
Error rate: 0.02% (28 errors/min)
Health score: 98.7/100
Alert: 3 slow queries detected on /search
📊

Real-Time

Live metrics with sub-second refresh

🚨

Alerts

Smart alerts with auto-escalation

📈

Trends

Historical data with ML-powered insights

Installation

Get the .git CLI installed on your machine in under a minute.

Prerequisites

Before installing .git, make sure you have the following:

  • Node.js 18+ or Python 3.10+
  • Git 2.30+ installed and configured
  • An active .git account
  • macOS, Linux, or Windows (WSL2)
💡

Pro tip: We recommend using the .git init command to set up a new project. It will scaffold everything for you.

Install via CLI

bash
# macOS / Linux curl -fsSL https://git.dev/install.sh | sh # Windows (PowerShell) irm https://git.dev/install.ps1 | iex # Verify installation git --version # .git CLI v2.4.0 (2025-01-15)

Alternative: Package Managers

bash
# Homebrew brew install git-dev/tap/git # npm npm install -g @git-dev/cli # pip pip install git-dev-cli

Initialize Your Project

Once installed, initialize a new project:

bash
# Login to your .git account git auth login # Initialize a new project git init my-project --template nextjs # Deploy git deploy --prod

That's it! Your project is now live at https://my-project.git.dev. Check out our Quick Start guide for more.

API Reference: Authentication

All API requests require authentication via Bearer token.

Parameter Type Required Description
Authorization string Required Bearer token for authentication
X-Project-ID string Required Your project's unique identifier
X-Environment string Optional Deployment environment (prod, staging, dev)
Content-Type string Required application/json

Example Request

http
POST https://api.git.dev/v2/projects/:id/deploy Host: api.git.dev Authorization: Bearer ghp_xxxxxxxxxxxx Content-Type: application/json X-Project-ID: proj_abc123 { "target_branch": "main", "environment": "production", "dry_run": false }
⚠️

Rate Limits: The API is rate-limited to 1000 requests per minute for Pro plans and 5000 for Enterprise. Exceeding the limit returns a 429 Too Many Requests response.

Simple, transparent pricing

Start free. Scale when you're ready. No hidden fees.

Monthly
Yearly (Save 20%)

Starter

$0 /mo

Perfect for side projects and personal work.

  • 3 projects
  • 100GB bandwidth
  • Automatic HTTPS
  • Community support
  • Basic analytics
  • Custom domains (1)
Get Started Free

Enterprise

$99 /mo

For organizations with advanced needs.

  • Everything in Pro
  • Unlimited bandwidth
  • SSO & SAML
  • Dedicated support
  • 99.99% SLA
  • Unlimited custom domains
  • Advanced security
  • Custom contracts
Contact Sales

System Status

All systems operational
🌐 API Platform Operational
📦 Deploy Engine Operational
🔐 Auth Service Operational
🌍 Edge Network Operational
🤖 AI Pipeline Degraded Performance
📊 Analytics Operational
📧 Notifications Operational
💾 Storage Operational

Recent Incidents

January 14, 2025 at 3:42 PM UTC
⚠️ Degraded Performance — AI Pipeline
AI-powered build optimizations experiencing higher latency. Root cause: GPU cluster scaling issue. Resolved in 23 minutes.
January 10, 2025 at 11:15 AM UTC
✅ Resolved — Temporary API Latency
Brief increase in API response times affecting ~2% of requests. Automatically mitigated by traffic redistribution.
January 7, 2025 at 8:00 AM UTC
🔄 Scheduled Maintenance — Completed
Infrastructure upgrade completed successfully. All systems performing within normal parameters.

Changelog

Latest updates and releases from the .git team.

v2.4.0 January 15, 2025

🚀 New Features

AI-Powered CI/CD Engine
Intelligent pipeline generation that learns from your project patterns. Auto-generates test suites, optimizes build configurations, and suggests performance improvements.
Edge Functions v2
Rewritten edge runtime with zero cold starts, native TypeScript support, and 3x faster execution times.
Team Workspaces
Multi-tenant workspaces with shared environments, role-based access, and collaborative preview URLs.
v2.3.2 January 3, 2025
🐛 Bug Fixes
Fix: Preview URL generation for monorepos
Resolved an issue where preview URLs were not generating correctly for workspace-level monorepo deployments.
Fix: Webhook delivery timeout
Increased webhook timeout from 30s to 60s and added retry logic with exponential backoff.
v2.3.0 December 18, 2024
🚀 New Features
Custom Domain SSL Auto-Provisioning
Automatic SSL certificate generation and renewal for custom domains.
Deploy History & Comparison
Side-by-side deployment comparison with diff visualization.

Blog & Resources

Latest news, tutorials, and insights from the .git team.

Engineering

How We Reduced Build Times by 70% with Smart Caching

A deep dive into our distributed caching architecture and the algorithms that power it.

Read more →
🌍
DevOps

Edge Computing 101: A Developer's Guide to Global Deployment

Everything you need to know about deploying to edge networks and optimizing for latency.

Read more →
🤖
Tutorial

Setting Up Automated Testing with .git's AI Engine

Step-by-step guide to leveraging our AI for comprehensive test coverage.

Read more →
📊
Product Update

Real-Time Analytics: Monitor Everything in One Place

Introducing our new observability dashboard with live metrics, error tracking, and performance insights.

Read more →

Meet the Team

The passionate people building the future of developer tooling.

AK

Alex Kim

Co-Founder & CEO

Former lead engineer at Cloudflare. 15 years in developer infrastructure. Passionate about making deployment magical.

SR

Sarah Rodriguez

Co-Founder & CTO

Ex-Google SRE. Built systems serving billions of requests. Leading our infrastructure and AI engineering teams.

JP

James Park

VP of Engineering

Built CI/CD systems at Jenkins and GitHub. Obsessed with developer experience and reliability engineering.

ML

Maria Liu

Head of Product

Product veteran from Stripe and Vercel. Expert at translating developer needs into elegant product experiences.

DW

David Wu

Lead AI Engineer

PhD in ML from Stanford. Previously researched neural architectures at DeepMind. Leading our AI pipeline efforts.

EN

Emma Novak

Head of Design

Design leader from Figma and Linear. Believes the best developer tools are the ones you don't notice.

Our Values

🔧

Developer First

Every decision starts with: "How does this help developers build better software faster?" Our users are our north star.

🚀

Ship with Speed

We value velocity and iteration. Perfect is the enemy of shipped. We build fast, test fast, and improve continuously.

🌍

Open by Default

We believe in open-source, transparency, and community. Our CLI is open source, our API is well-documented, and our plans are honest.

💪

Reliability is a Feature

Developers trust us with their production code. We take that responsibility seriously with 99.99% uptime and rigorous testing.

Join the Team

We're building the future of developer tooling. Help us make deployment magical.

🏠

Remote First

Work from anywhere in the world

🏥

Health & Wellness

Full medical, dental, vision coverage

📈

Equity Package

Everyone owns a piece of the company

🎓

Learning Budget

$5K annual learning & conference budget

🏖️

Unlimited PTO

Take the time you need to recharge

💻

Top Equipment

Latest MacBook Pro + desk setup stipend

👶

Parental Leave

16 weeks fully paid for all parents

🎉

Team Retreats

Quarterly offsites in amazing locations

Open Positions

Senior Backend Engineer

Go gRPC Kubernetes Remote

Full Stack Engineer

TypeScript React Node.js Remote

ML Infrastructure Engineer

Python PyTorch CUDA SF / Remote

DevRel Engineer

Community Content Remote

Site Reliability Engineer

Terraform AWS Datadog Remote

Get in Touch

Have questions? We'd love to hear from you. Our team typically responds within a few hours.

✉️

Email Us

hello@git.dev

💬

Live Chat

Available Mon-Fri, 9am-6pm EST

🐙
🎮

Discord Community

Join 15K+ developers

Send a Message