Internal use · MediaAMP employees only
The home for
MediaAMP source code.
A fast, private Git platform for our teams. Host repositories, review code, run pipelines, and ship together — all in one place.
name: deploy-web on: [push] jobs: build: runs-on: mediaamp-linux-x64 # self-hosted runner steps: - uses: actions/checkout@v4 - run: pnpm install --frozen-lockfile - run: pnpm test - run: pnpm build - run: ./deploy.sh --env prod
∇
Branch & review
Pull requests, inline review, and protected branches keep every merge intentional.
⚡
Fast by default
Snappy clones and searches across every MediaAMP repository, wherever your team works.
⚿
Private & secure
SSO, granular team permissions, and audit trails — hosted on our own infrastructure.
Pipelines, built in.
Every push runs your workflow — no external CI to wire up.
✓ Lint 18s
→
✓ Test 1m 04s
→
✓ Build 1m 32s
→
↻ Deploy 0m 48s
→
· Verify queued
Recent public repositories
Browse all →
mediaamp/amp-web
public
Primary web application and marketing surfaces.
mediaamp/player-sdk
public
Cross-platform video player SDK for embeds and apps.
mediaamp/ingest-pipeline
public
Media ingest, transcode, and delivery orchestration.
mediaamp/design-system
public
Shared component library and design tokens.
New here? Get set up in minutes.
Add your SSH key, clone your first repository, and read the contribution guidelines to start shipping.