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.
feat(review): inline AI risk score on PR open
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.
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
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.
Free premium repository hosting with public, private, and internal visibility — plus a client-shared mode built for agencies.
Branch compares, inline review threads, required reviewers, deployment previews, and AI risk summaries on every PR.
Triage, labels, milestones, discussions, and AI breakdowns that turn issues into ready-to-pick-up sub-tasks.
Boards, tables, sprints, and roadmaps — cross-repo by default, with a built-in read-only client view.
Visual + YAML workflows, reusable recipes, scheduled jobs, and a marketplace of pre-built automations.
Preview, staging, and production environments with required approvals, one-click rollback, and per-environment secrets.
Unified registry across npm, OCI containers, Maven, NuGet, and Go — with private packages on the free tier.
Private-by-default repos, role-based access, branch protection, secret vault, scan placeholders, and an audit-ready activity log.
OpenAPI-first reference, live request console, webhook events, SDKs, and integration cards across the ecosystem.
Spin up a pre-configured environment in seconds — browser-based editor, prebuild caches, AI pair built in.
PR summaries, issue breakdowns, doc generators, code search, test scaffolds, and an AI assistant scoped to your repos.
Versioned MDX docs, wikis, runbooks, and a search-first knowledge base that links repos to docs.
Repository templates, pipeline recipes, automation kits, and integrations — everything pre-wired to ship faster.
Organizations, teams, custom roles, audit logs, protected environments, and enterprise controls planned for private cloud.
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.
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–10011 topRisks: risk.topReasons,12 }13}$ 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.devShip like an engineering team that cares.
Visual + YAML pipelines, reusable recipes, preview environments on every PR, and one-click rollback when something goes sideways.
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.
ai.pr.risk. No production data path changes; preview environment validated.$ 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:3000Private 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.
New repos start private with sane defaults. Promote to internal or public when you're ready.
Repo, environment, and org roles. Nested teams. Custom roles in Phase 3.
Required reviews, status checks, signed commits, environment approvals, wait timers.
Per-environment secrets with rotation, last-used tracking, and break-glass approvals.
Searchable audit log of every governance event. Streaming export planned for Phase 3.
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.
Templates, recipes, integrations.
Skip the boring scaffolding. Spin up a portal, automate a workflow, or wire up an integration in minutes.
Auth, billing, RBAC, and an admin shell. Ship in a weekend.
Project status, invoices, files, deploy previews for clients.
Spin up a preview environment for every pull request.
OpenAPI-first API with generated SDKs and live docs.
Custom theme, block library, CI lint and deploy.
Generate release notes from merged PRs with one config.
Connects to what you already use.
StretchDev is part of the Stretch ecosystem and plays well with the rest of the toolchain.
Generous on free. Honest about what you're paying for.
Start free. Upgrade when you need more AI, more pipelines, governance, or enterprise controls.
- 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
- 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
- Shared team workspace
- Team repositories
- Project boards
- Pull request reviews
- Basic roles
- Basic security controls
- Limited shared usage
Start building on StretchDev.
Free forever for individuals and small teams. Request access today — we're onboarding new orgs every week.