# ShipDocs Changelog

> Product milestones and public releases. Also available as RSS at https://shipdocs.sh/changelog/feed.xml

**URL:** https://shipdocs.sh/changelog  
**Markdown:** https://shipdocs.sh/changelog.md  
**RSS:** https://shipdocs.sh/changelog/feed.xml

## 2026-07-15 — Public docs portals

Projects can now publish an opt-in public docs portal:

- Branded URL at `/p/$slug` with Atlas, Signal, or Quill themes
- Custom font, accent color, and logo upload
- Optional password gate for private share links
- Zero-knowledge projects stay private (server can’t decrypt to publish)

Settings live in the project dashboard under Public docs.

## 2026-07-15 — Product docs, AI catalog & shareable Wrapped

Agent- and human-readable product surfaces:

- **[Docs](https://shipdocs.sh/docs)** — how it works, CLI, security, free tools (HTML + `.md` twins)
- **[Changelog](https://shipdocs.sh/changelog)** — this page, plus `/changelog.md` and RSS
- **`/api/ai`** — read-only JSON catalog for agents (product facts, pricing, tools, OpenAPI)
- **CLI bearer tokens** (`shpd_…`) — same authenticated API surface for CLI and agent tooling
- **Repo Wrapped share cards** — branded image for X; project Insights renamed to **Tools**

## 2026-07-13 — Project Updates sync UI + Ultra plan

Dashboard and billing upgrades:

- **Updates** — re-index history and one-click manual sync for connected repos
- **Pro / Advanced / Ultra** — standard plans (Ultra for unlimited repos, seats, SSO, and white-glove support)
- **14-day trials** via Polar checkout before full dashboard access
- Auto-sync webhooks keep GitHub/GitLab tokens alive across reconnects

## 2026-07-12 — Private repo Insights tools

The free public tools suite now has a private counterpart inside each project:

- Repo Wrapped, onboarding time, docs gap map, dependency time bomb, and dead code finder
- Runs against your indexed private codebase (plan-gated)
- Complements Architecture, Audit, and Dockerfile already in the dashboard

## 2026-06-01 — Auto-sync on git push + doc-aligned diagrams

Keep docs current without re-uploading:

- **Auto-sync** — GitHub/GitLab push webhooks + sync worker for incremental updates
- **Architecture diagrams** — Mermaid from detected modules and import paths (not LLM spaghetti graphs)
- Free Architecture tool capped with upgrade prompts for larger public scans

## 2026-05-04 — Production Readiness Audit + AI Dockerfile Generator

Shipped two free, no-signup tools for public repositories:

- **[Production Readiness Audit](https://shipdocs.sh/tools/audit)** — 0–100 score across documentation, CI/testing, dev environment, secrets hygiene, and dependency health.
- **[AI Dockerfile Generator](https://shipdocs.sh/tools/dockerfile)** — multi-stage Dockerfile with pinned bases and non-root user, inferred from the actual source.

## 2026-05-01 — Architecture diagram and insight tools suite

Expanded the free tools surface for public repos:

- **[Architecture Diagram](https://shipdocs.sh/tools/architecture)** — Mermaid flowchart of modules and dependencies.
- **[Repo Wrapped](https://shipdocs.sh/tools/wrapped)**, **[Onboarding Time Estimator](https://shipdocs.sh/tools/onboarding)**, **[Docs Gap Map](https://shipdocs.sh/tools/docs-gap)**, **[Dependency Time Bomb](https://shipdocs.sh/tools/deps)**, **[Dead Code Finder](https://shipdocs.sh/tools/dead-code)**.

Full index: [shipdocs.sh/tools](https://shipdocs.sh/tools).

## 2026-04-27 — ShipDocs is live

ShipDocs launched publicly:

- Import from GitHub, GitLab, ZIP, or CLI (`curl -fsSL shipdocs.sh | sh` then `shipdocs ship`)
- Overview + one Markdown doc per detected component
- AI chat grounded in those docs with file-path citations
- AES-256-GCM at rest; code never used for AI training
- Free tier + Pro / Advanced plans

Announcement: [ShipDocs is live](https://shipdocs.sh/blog/shipdocs-is-live).

## 2026-04-20 — README, complexity, and tweet free tools

The first no-signup tools for any public repo URL:

- [AI README Generator](https://shipdocs.sh/tools/readme)
- [Repo Complexity Score](https://shipdocs.sh/tools/complexity)
- [Explain Repo in a Tweet](https://shipdocs.sh/tools/tweet)

## Related

- [Product docs](https://shipdocs.sh/docs/index.md)
- [Blog](https://shipdocs.sh/blog)
- [llms.txt](https://shipdocs.sh/llms.txt)
