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