StretchDev
Free premium developer platform · preview build

Your free premium platform for code, collaboration, and shipping.

StretchDev is a proprietary developer platform for repositories, pull requests, issues, pipelines, deployments, packages, security, APIs, and AI-assisted workflows — built like real software, generous on the free tier.

No credit card. Public, private, and internal repos on the free tier.
14
product modules
84
preview routes
8
pricing tracks
0
backend claims
stretchteam / stretchdev-platform · pull/4421
⌘K
stretchteam/stretchdev-platformPull requests#4421 Open · 8/9 checks

feat(review): inline AI risk score on PR open

lila.chen wants to merge 12 commits into main from lila/ai-risk-score
StretchAI summaryRisk 24 / 100 · Low

Adds an AI TL;DR and a 0–100 risk score to PR detail. Risk weights touched paths, test delta, and historical revert rate. Backwards-compatible behind the flag ai.pr.risk.

Changed files (24)
apps/web/components/PRRiskBadge.tsx+92-0
packages/ai/risk-score.ts+218-14
apps/web/lib/pr-summary.ts+86-22
docs/ai/pr-risk.md+74-0
Reviewers
marc.aalto · approved
priya.r · requested
Deployment preview
pr-4421.preview.stretchdev.ca
success · 412 ms TTFB
Checks
Northwind Studios·Mercator Labs·Halewood Co.·Stretch Internal·+ early-access teams
Free is the point

A premium developer platform that's free for everyone.

We don't paywall private repositories, code review, or branch protection. Those are table stakes. Pay only when you need scale, governance, or enterprise controls.

  • Unlimited public, private & internal repositories
  • Full pull-request review with required reviewers
  • Issues, projects, milestones, and discussions
  • 500 pipeline minutes / month (preview)
  • 1 preview environment per repo (preview)
  • Private packages on the free tier
  • StretchAI chat with fair-use limits
One platform

Fourteen modules. One developer operating system.

StretchDev is a proprietary platform — every surface is built to work together. Browse modules below or jump straight into the workspace preview.

StretchRepos
Repository hosting

Free premium repository hosting with public, private, and internal visibility — plus a client-shared mode built for agencies.

Explore
StretchReview
Pull requests & review

Branch compares, inline review threads, required reviewers, deployment previews, and AI risk summaries on every PR.

Explore
StretchIssues
Issues & discussions

Triage, labels, milestones, discussions, and AI breakdowns that turn issues into ready-to-pick-up sub-tasks.

Explore
StretchProjects
Planning & roadmaps

Boards, tables, sprints, and roadmaps — cross-repo by default, with a built-in read-only client view.

Explore
StretchPipelines
Preview
CI/CD & automation

Visual + YAML workflows, reusable recipes, scheduled jobs, and a marketplace of pre-built automations.

Explore
StretchDeploy
Preview
Environments & releases

Preview, staging, and production environments with required approvals, one-click rollback, and per-environment secrets.

Explore
StretchPackages
Packages & registries

Unified registry across npm, OCI containers, Maven, NuGet, and Go — with private packages on the free tier.

Explore
StretchSecurity
Security & governance

Private-by-default repos, role-based access, branch protection, secret vault, scan placeholders, and an audit-ready activity log.

Explore
StretchAPI
API platform

OpenAPI-first reference, live request console, webhook events, SDKs, and integration cards across the ecosystem.

Explore
StretchSpaces
Preview
Cloud dev environments

Spin up a pre-configured environment in seconds — browser-based editor, prebuild caches, AI pair built in.

Explore
StretchAI
Preview
AI-native development

PR summaries, issue breakdowns, doc generators, code search, test scaffolds, and an AI assistant scoped to your repos.

Explore
StretchDocs
Docs & knowledge

Versioned MDX docs, wikis, runbooks, and a search-first knowledge base that links repos to docs.

Explore
StretchMarket
Templates & recipes

Repository templates, pipeline recipes, automation kits, and integrations — everything pre-wired to ship faster.

Explore
StretchEnterprise
Org & enterprise controls

Organizations, teams, custom roles, audit logs, protected environments, and enterprise controls planned for private cloud.

Explore
StretchRepos

Repositories that feel like home.

A fast code browser with branch comparisons, AI repo-explainer, integrated docs panel, and a CLI built for daily use.

apps/web/lib/pr-summary.ts
ts
1import { summarize, scoreRisk } from "@stretchdev/ai"
2import type { PullRequest } from "@/types"
3
4export async function buildPrInsight(pr: PullRequest) {
5 const summary = await summarize(pr)
6 const risk = await scoreRisk(pr, { weights: "default" })
7
8 return {
9 tlDr: summary.tlDr,
10 riskScore: risk.score, // 0–100
11 topRisks: risk.topReasons,
12 }
13}
stretchteam / stretchdev-platform
Internal · TypeScript · 1.2k stars · 42 contributors
Open PRs
22
Issues
87
Pipelines
412/d
~/stretch · zsh
$ stretchctl repo create northwind/api-core --private
> Created northwind/api-core (private)
> Default branch: main
$ stretchctl pr open --from priya/export-stream --base main
> Draft → Open · 8/9 checks · preview at pr-802.preview.northwind.dev
StretchPipelines · StretchDeploy

Ship like an engineering team that cares.

Visual + YAML pipelines, reusable recipes, preview environments on every PR, and one-click rollback when something goes sideways.

Pipeline runci.yml · pull_request · lila/ai-risk-scorerunning · 3m 44s
lintsuccess22s
typechecksuccess41s
test:unitsuccess92s
test:integrationrunning188s
preview-deployqueued
e2e:smokequeued
Environmentsstretchdev-platform
productionstretchdev.cav0.17.4
stagingstaging.stretchdev.camain
previewpr-4421.preview.stretchdev.calila/ai-risk-score
RollbackRequired approvalsProtected envPer-env secrets
StretchAI · StretchSpaces

AI-native development, native cloud environments.

AI summaries, repo-aware chat, doc generators, and test scaffolds. Cloud dev environments that spin up in seconds with terminal, port preview, and prebuild placeholders.

StretchAIPR #4421 · risk score 24 / 100
TL;DR · Adds an AI TL;DR and risk score to PR detail. Weights touched paths, test delta, and historical revert rate. Behind feature flag ai.pr.risk. No production data path changes; preview environment validated.
Tests
+14 / -2
Touched
24 files
Hot paths
2
StretchSpacesstretchteam/stretchdev-platform · main
~/stretch · zsh
$ stretchctl space start --template next-fullstack
> Provisioning medium machine in iad-1...
> Prebuild hit: 4.2s cold start
> Forwarding ports: 3000 (private), 5432 (private)
$ npm run dev
> ready on http://localhost:3000
Machine
medium · 4 vCPU · 8 GB
AI pair
on · scoped to repo
StretchSecurity

Private by default. Governance you can actually use.

Role-based access, branch protection, secret vault, audit-ready activity log. Scan placeholders ship now; engines wire up in Phase 3.

Private-by-default repos

New repos start private with sane defaults. Promote to internal or public when you're ready.

Role-based access & teams

Repo, environment, and org roles. Nested teams. Custom roles in Phase 3.

Protected branches & environments

Required reviews, status checks, signed commits, environment approvals, wait timers.

Secret vault

Per-environment secrets with rotation, last-used tracking, and break-glass approvals.

Audit-ready activity

Searchable audit log of every governance event. Streaming export planned for Phase 3.

Scan placeholders today

Dependency / secret / code-scan UI shipped now — engines arrive without breaking the model.

We don't claim SOC 2, ISO, or HIPAA. We will, when we earn them.

StretchMarket

Templates, recipes, integrations.

Skip the boring scaffolding. Spin up a portal, automate a workflow, or wire up an integration in minutes.

starterSaaS4.8
Next.js SaaS Starter

Auth, billing, RBAC, and an admin shell. Ship in a weekend.

8,421 installs · by Stretch
templateAgency4.7
Agency Client Portal

Project status, invoices, files, deploy previews for clients.

3,120 installs · by Stretch
recipePipelines4.9
Preview-on-PR recipe

Spin up a preview environment for every pull request.

12,894 installs · by Stretch
starterAPI4.6
OpenAPI Starter Kit

OpenAPI-first API with generated SDKs and live docs.

5,180 installs · by Stretch
templateWordPress4.5
WordPress Engineer Kit

Custom theme, block library, CI lint and deploy.

2,418 installs · by Stretch
recipeAI4.7
Release Notes AI

Generate release notes from merged PRs with one config.

7,012 installs · by Stretch
Ecosystem

Connects to what you already use.

StretchDev is part of the Stretch ecosystem and plays well with the rest of the toolchain.

SL
Slack
ChatOps
Receive PR, deploy, and incident events in any channel.
LI
Linear
Planning
Sync StretchIssues with Linear tickets bidirectionally.
DA
Datadog
Observability
Attach metric panels to deployments and post-deploy checks.
SE
Sentry
Errors
Attach error volume to commits and surface in PR review.
VE
Vercel
Hosting
Forward preview URLs and production status into PRs.
AW
AWS
Cloud
OIDC-based deployments to AWS without long-lived secrets.
CL
Cloudflare
Edge
Edge deploy previews and worker rollouts.
ST
Stripe
Billing
Webhook delivery and event replay for billing systems.
NO
Notion
Docs
Two-way docs sync with selected pages.
FI
Figma
Design
Attach design previews to PRs and issues.
JI
Jira
Planning
Issue linking and status sync for enterprises.
PA
PagerDuty
Incidents
Auto-page on failed production deployments.
Pricing

Generous on free. Honest about what you're paying for.

Start free. Upgrade when you need more AI, more pipelines, governance, or enterprise controls.

Free Developer
Individual developers, founders, and builders.
$0
forever
  • Public repositories
  • Private repositories with sensible limits
  • Issues, pull requests, projects, and docs
  • Repository templates and marketplace starters
  • Limited automation usage
  • Limited deployment usage
  • Limited AI usage
  • Community support
500 automation minutes
3 preview deployments
1 GB package/storage
Starter AI credits
Most popular
Pro Developer
Serious builders who want more resources.
$12
per user / mo
  • Everything in Free Developer
  • More private repositories
  • More storage and bandwidth
  • More automation minutes
  • More deployment usage
  • More AI credits
  • Advanced templates and docs features
  • Priority support option
3,000 automation minutes
25 preview deployments
20 GB storage
Expanded AI credits
Free Team
Small teams and early-stage projects.
$0
shared team workspace
  • Shared team workspace
  • Team repositories
  • Project boards
  • Pull request reviews
  • Basic roles
  • Basic security controls
  • Limited shared usage
5 members
1,000 shared automation minutes
5 GB shared storage
Ready when you are

Start building on StretchDev.

Free forever for individuals and small teams. Request access today — we're onboarding new orgs every week.