Releases: newyorkcompute/docscn
Releases · newyorkcompute/docscn
Release list
v0.3.0
v0.2.0
Highlights
Second public release since v0.1.0 — anonymous publishing, agent integrations, and web polish.
Added
- Anonymous artifact publishing without sign-in
- Claim tokens and bulk recovery for anonymous publishes
- 90-day claim expiry with cleanup task (
npm run claims:cleanup) - Expanded MCP tools aligned with backend artifact and review APIs
- OpenAPI spec sync check and stronger MCP tests
- Example gallery, theme support, and refreshed landing page
- Static homepage prerender with Lighthouse performance improvements
- Self-hosting guide and community scaffolding
Changed
- Landing page navigation, copy, and motion polish
- Nx affected CI checks, pre-commit hooks, and contributor docs
- Dependency updates (TypeScript 6, ESLint plugins, lucide-react, zod 4 in MCP)
Install
curl https://your-host/install -fsS | bashOr download platform binaries below. Verify with SHA256SUMS.
Full changelog: v0.1.0...v0.2.0
v0.1.0
Initial public MVP for hosting, sharing, and collaborating on AI-generated HTML artifacts.
Added
- Next.js web app with sandboxed artifact viewer and review workspace
- Publish → review → revise loop with comment pins, threads, and revisions
- Canvas-native annotation modes for point, text, and element feedback
- Postgres persistence with Drizzle ORM and S3-compatible artifact HTML storage
- Better Auth email/password sign-in and owner-aware artifact visibility
- Hashed API keys and CLI device login flow
- Agent-first CLI for login, publish, revise, threads, and comments
- Public
/skills.mdendpoint for agent guidance curl | bashCLI installer backed by GitHub Releases binaries- Local Docker Compose stack for Postgres and MinIO
npm run setup:local,npm run dev:persistent, andnpm run doctor- Example artifact at
examples/artifacts/minimal.html - Contributor docs, architecture overview, issue/PR templates, and CI workflow
- Backend API and agent smoke tests
Changed
- Reframed product copy around hosting, sharing, and collaboration
- Moved review panel to a persistent right sidebar on desktop
- Made comment pins scroll with artifact content inside the iframe
- Improved first-run localhost onboarding on the landing page and dashboard
Fixed
- White flash when navigating to artifacts in dark mode
- Unlisted artifact pages not loading for direct link visitors
- CLI login failures when
DATABASE_URLwas missing or Postgres was not ready - macOS CLI release binaries built on native runners for code signing compatibility
Full changelog: https://github.com/newyorkcompute/docscn/blob/main/CHANGELOG.md