Skip to content

Releases: newyorkcompute/docscn

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 26 May 02:27
c8754e8

docscn CLI v0.3.0

v0.2.0

Choose a tag to compare

@siddharthkul siddharthkul released this 25 May 01:00
3611f0e

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 | bash

Or download platform binaries below. Verify with SHA256SUMS.

Full changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@siddharthkul siddharthkul released this 24 May 00:21

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.md endpoint for agent guidance
  • curl | bash CLI installer backed by GitHub Releases binaries
  • Local Docker Compose stack for Postgres and MinIO
  • npm run setup:local, npm run dev:persistent, and npm 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_URL was 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

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 23 May 06:25

docscn CLI v0.0.1