Quiver

System documentation

Operate Quiver.

Learn how to initialize the context, run developer-marketing work through explicit states, connect your agents and feed measured results back into the next decision.

Bootstrap

Start with the system, not a blank prompt.

Quiver is an agentic developer-marketing system. It keeps product context, customer evidence, active work, shipped output and measured results connected so people and agents operate from the same approved state.

  1. 01

    Create the workspace

    Name the organization and choose its slug. Hosted workspaces get a shared address at your-slug.quivergtm.dev.

  2. 02

    Choose the team size

    Founder includes up to three seats. Team includes unlimited seats. Both hosted plans include the current hosted feature set.

  3. 03

    Connect a model account

    Add Anthropic, OpenAI, Google, OpenRouter or another OpenAI-compatible endpoint. Your account determines model cost and usage policy.

  4. 04

    Initialize the context

    Paste the website or describe the product. Quiver drafts the starting model; you review assumptions before relying on it.

  5. 05

    Take an agent key

    Onboarding ends by handing you an MCP key, shown once, plus your workspace MCP URL. Browser clients can sign in with OAuth instead.

  6. 06

    Run the first session

    Choose Strategy, Create, Feedback, Analyze or Optimize. Every session starts from the active approved context.

  7. 07

    Close the loop

    Save the work, move it through production states, log the result and review what should change before the next cycle.

Architecture

The system model

Quiver applies familiar engineering properties to developer marketing. These are product behaviors—not a metaphor layered over generic chat.

Source of truth

The active marketing context gives people and agents one approved model of the product, audience, positioning, proof and hypotheses.

Version history

Context and artifacts keep their history. You can inspect changes, restore earlier versions and prevent silent drift.

Explicit states

Artifacts move through Draft → Review → Approved → Live → Archived. Generated output does not become published truth by accident.

Interfaces

The Content API serves approved content to websites. MCP lets external agents operate the system through structured tools.

Observability

Campaigns connect the context, evidence, sessions, content, tasks and outcomes behind an initiative.

Feedback loops

Results can produce proposed context changes. A human reviews what the system carries into the next cycle.

Team boundary

Workspaces and team access

  • Each hosted workspace has its own subdomain, context, team, provider keys, tokens and tenant-scoped data.
  • Admins manage billing, provider keys, tokens and team access. Members operate the product. Other workspace users are read-only.
  • Invite teammates from Settings → Team. Founder supports three seats; Team supports unlimited seats.
  • People can belong to multiple workspaces and switch from the sidebar. Each workspace keeps its own operating state.

Model layer

Models and keys

  • Quiver sends model calls directly through the provider account you connect; Quiver does not resell or meter model usage.
  • Add providers in Settings → AI providers. Keys are encrypted at rest and are never displayed again.
  • Set one default model or select different models for session modes, research processing, performance synthesis and utility jobs.
  • OpenRouter can provide access to multiple model families through one account. OpenAI-compatible endpoints can use their own model identifiers.
  • Test connection sends a small request so you can verify the key and model before saving.

Agent runtime

Session modes

Modes give the agent a job boundary and load the context most relevant to that job. Pick one directly or describe the outcome you need and let Quiver route the session.

Strategy

Use for positioning, ICP, message architecture, campaign planning and decisions that shape what the team should do.

Create

Use for production work. Choose the artifact type and build from approved context, relevant evidence and earlier work.

Feedback

Use for qualitative input such as call notes, objections and reactions. Turn raw evidence into findings, next steps and proposed context changes.

Analyze

Use for interpreting campaign, content or channel results. Separate observations from conclusions and preserve what the team should learn.

Optimize

Use for improving existing pages, copy, signup flows and onboarding. Evaluate the current work against the active audience and positioning.

Source of truth

Marketing context

The active context stores the product model agents should use: positioning, ICP, messaging, customer language, proof, hypotheses and brand voice.

  • Make a direct edit when the new fact is already confirmed.
  • Use proposal review when research or performance suggests a change that still needs judgment.
  • Every save creates a version. Inspect the history or restore an earlier state when needed.
  • The active version is injected into every session automatically.
  • Assumption marks context drafted without direct evidence. Confirming or correcting the field clears the marker.

Production state

Artifacts and explicit states

  • Artifacts move through Draft → Review → Approved → Live → Archived.
  • Revisions preserve version lineage instead of overwriting the decision history.
  • Link artifacts to campaigns so later sessions can see the initiative they belong to.
  • Moving work to Live creates a later reminder to record results and close the loop.

Operating scope

Campaigns connect the work

A campaign is the scope that connects an initiative's sessions, evidence, artifacts, content, tasks and performance. It is how Quiver keeps the plan, execution and outcome traceable.

  • Use status, priority, owner and dates to distinguish planned work from active execution.
  • Attach new sessions and artifacts to a campaign when they serve an existing initiative.
  • Use campaign performance summaries to review linked outcomes without reconstructing the work from separate tools.

Content infrastructure

Content, with an interface

Content in Quiver keeps markdown, production state, SEO and social metadata, authorship, tags, repurposing lineage, distribution records and metric snapshots together.

  • Use All, Calendar and Draft views to inspect the editorial system from different operating perspectives.
  • Link derivative content to its source so repurposing preserves lineage.
  • Log metric snapshots over time instead of replacing the last known result.
  • Record a distribution for every place a piece went live. The URL is required, because it is what later matches analytics data back to the piece.

Live URLs are recorded for you

Set your public site once in Settings → API tokens: the site address (for example https://www.example.com) and the path your content lives at (for example /blog/{slug}, which defaults to /{slug}). From then on, publishing a piece records a website distribution with its live URL automatically, and renaming the slug of a published piece updates that same record instead of adding another. Nothing is duplicated if you publish twice, and a workspace with no public site configured is unaffected.

Content API

Public interface

Published content is available as structured JSON with its markdown body and SEO/social metadata. Quiver remains the editorial source of truth while the website controls presentation.

GET https://quivergtm.dev/api/public/content
GET https://quivergtm.dev/api/public/content/[slug]

Release notes

Changelog, drafted from merged pull requests

A changelog is a content type, not a separate product. Entries are content pieces with contentType: changelog, so they move through the same draft and published states, carry the same SEO and tags, and are served by the same public Content API as everything else.

  1. Your agent drafts. Point it at the pull requests you merged since the last entry. The changelog-drafting skill tells it how to turn them into release notes: grouped by user-visible change rather than by commit, leading with what someone can now do, internal refactors left out, one short paragraph each. It saves the result through MCP as a draft.
  2. You review and publish. The draft lands in Content like any other piece. Edit it, tag the release (a tag such as v2.4.0 becomes the release label), and publish when it reads the way you want it to. Nothing is published on your behalf.
  3. It appears on your site. Published entries are served by /api/public/content?contentType=changelog, so your site renders them wherever you want. Quiver’s own changelog, at /changelog, is that API rendered — full entries inline, newest first, grouped by month, with its own RSS feed.

Quiver never talks to GitHub. Your agent already has whatever repository access you gave it; Quiver’s job is to store the entry, keep its history and publish it.

Evidence layer

Customer research

Store calls, interviews, surveys, reviews, forums, support tickets, social posts, community exports and field notes beside the work they should influence.

  • AI processing extracts summaries, themes, sentiment, Voice of Customer quotes, product signals and hypothesis evidence.
  • Star important quotes so approved customer language can inform Strategy and Create sessions.
  • Track whether evidence validates, challenges or is neutral to an active hypothesis.
  • Generate a Linear-ready clipboard payload when needed. Quiver does not currently write directly to Linear.

Feedback loop

Performance changes what happens next

  • Log quantitative metrics and qualitative observations in the UI or through MCP.
  • Use synthesis to capture what worked, what did not and what the evidence can actually support.
  • Review proposed context updates as pending, approved or rejected.
  • The close-the-loop queue surfaces shipped work that is still waiting for results.
Quiver does not silently train on your company or rewrite its own source of truth. The loop improves future work by carrying approved evidence and decisions forward.

Work layer

Hosted plans

Tasks turn recommendations into owned work

The built-in task system is part of hosted Quiver and is not included in the open-source edition.

  • Attach tasks to campaigns, artifacts, content, research and sessions.
  • Strategy, Feedback, Analyze and Optimize sessions can propose next steps. Select the useful ones, assign an owner and create them in the system.
  • Use assignees, due dates, reminders and dashboard queues to keep work accountable.
  • Moving an artifact to Live creates a “Log results” task due in 14 days for the person who shipped it.
  • Operate tasks over MCP with list_tasks, create_task, update_task and complete_task.

Feedback

Reporting a bug or requesting a feature

The speech-bubble button in the workspace header, next to notifications and the theme toggle, opens the feedback form from anywhere in the app. One form covers both — it asks whether you are reporting a bug or requesting a feature, so there is nothing to choose before you start typing.

The form can also receive three optional fields describing the situation, so nobody has to ask what you were doing: userEmail, replayUrl — a link to your PostHog session replay, so the exact session can be watched back rather than reconstructed from memory — and quiverContext, a single line holding your workspace, plan, user id and role, the page you were on and the id of the object it shows, the deploy’s git commit and environment, your browser, viewport, timezone and locale, and the last few JavaScript errors your browser raised.

Those three are sent on every submission but are only recorded if the form declares a hidden field with the matching name; Fillout ignores the rest. So a form that declares none of them still works perfectly, and adding one starts capturing it immediately with no change to Quiver.

Nothing you wrote is attached automatically. No prompts, session messages, artifact, content or research bodies, context values, object titles or API keys are ever included — only what you type into the form itself.

Agent interface

MCP server

MCP lets compatible agents read and write Quiver through structured tools. Your agent environment can keep its broader context and connections while Quiver remains the system of record for developer-marketing work.

Connect Claude.ai

Open Settings → Connectors → Add custom connector and paste the full workspace MCP URL:

https://<your-workspace>.quivergtm.dev/api/mcp

Keep the detected OAuth settings: Sign in now, automatic client registration and no custom request headers. Approve the connection after Quiver sign-in. The workspace comes from the URL and actions are attributed to the signed-in member. Add and approve each workspace separately.

Connect a local client with a token

For clients that support a static authorization header, create an API token with the mcp scope in Settings → API tokens.

{
  "mcpServers": {
    "quiver": {
      "type": "http",
      "url": "https://<your-workspace>.quivergtm.dev/api/mcp",
      "headers": { "Authorization": "Bearer qvr_..." }
    }
  }
}

Tokens are workspace-scoped and revocable. OAuth-capable local clients can use the browser sign-in flow instead of storing a static token.

Example operations

  • “Save this draft as content and attach it to the launch campaign.”
  • “Log this customer call as research and show which hypotheses it challenges.”
  • “Show shipped work still waiting for results.”
  • “Propose a positioning update from this week's approved evidence.”

Tool surface

Context: get_context, get_context_history, propose_context_update, apply_context_update, restore_context_version

Campaigns: list_campaigns, get_campaign, create_campaign, update_campaign, update_campaign_status

Artifacts: list_artifacts, get_artifact, save_artifact, update_artifact, update_artifact_status

Performance: log_performance, get_performance_log, get_close_the_loop_queue, list_proposals, action_proposal

Content: list_content, get_content, save_content, update_content, add_distribution, log_content_metrics, get_content_metrics, get_content_calendar

Research: list_research_entries, get_research_entry, save_research_entry, list_quotes, get_linear_payload

Sessions: list_sessions, get_session

Tasks: list_tasks, create_task, update_task, complete_task

Workspace: get_dashboard_summary

Propose before applying

Use propose_context_update when a change needs human review. Use apply_context_updateonly when a person explicitly asks to change the active context immediately.

Packaging

Deployment and billing

Open source

MIT licensed and free to self-host. A strong fit for technical founders and startups comfortable running the application, database, authentication and updates. The built-in task system is not included.

Hosted Quiver

Ready-to-use shared workspaces, simple team invitations, managed infrastructure and hosted-only features such as tasks. Founder supports three seats; Team supports unlimited seats.

  • Both hosted plans include the current hosted feature set and differ by seat allowance.
  • Annual billing costs ten months—two months free compared with monthly billing.
  • The hosted trial lasts 14 days, requires a card and can be canceled at any time.
  • Manage cards, invoices, plan changes and cancellation through Settings → Billing.