Skip to content

DPostnik/web-remarq

Repository files navigation

web-remarq

Visual annotation tool for design review workflows. Framework-agnostic, zero dependencies.

Designer annotates UI elements on staging/dev, exports a report. Developer imports the report and sees markers on the exact elements. Export as agent-friendly JSON with source locations and search hints for AI coding agents.

Packages

Package Description
web-remarq Core library — browser annotation tool npm
@web-remarq/babel-plugin Babel plugin for JSX source injection (React, Preact, Solid) npm
@web-remarq/unplugin Universal plugin for Vite/webpack/Rollup/esbuild/Rspack (JSX + Vue SFC) npm
@web-remarq/cloud Cloud storage adapter — sync annotations across team via Supabase npm

Quick Start

npm install web-remarq
import { WebRemarq } from 'web-remarq'
WebRemarq.init({ theme: 'light' })

See each package's README for detailed docs.

Storage

WebRemarq.init({ storage }) accepts any StorageAdapter implementation. Default is localStorage. See the core package README for the interface and custom adapter examples. A Supabase-backed adapter for team collaboration ships separately as @web-remarq/cloud.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors