@costeffective-feedback-hub/core
v0.1.0
Published
Framework-agnostic core for Feedback Hub: element picker, selector generation, screenshot capture, BRD parser, and ClickUp payload builder.
Maintainers
Readme
@costeffective-feedback-hub/core
Framework-agnostic core of Feedback Hub: element picker, CSS selector generation, screenshot capture, the BRD parser, and the ClickUp payload builder. Pure TypeScript, no framework dependency.
You won't usually install this directly — @costeffective-feedback-hub/vue and
@costeffective-feedback-hub/react depend on it already. Install it yourself only if
you're building a custom framework adapter or using the parser/picker
utilities standalone.
Install
pnpm add @costeffective-feedback-hub/coreUsage
import { parseBrd } from "@costeffective-feedback-hub/core";
const requirements = parseBrd(brdFileContents);Full docs
See the monorepo's root README for the full wiring guide (Nuxt/Vue and Next/React), the BRD workflow, and the triage convention.
