Skip to content

go-dock/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Dock examples

Reference integrations for Dock — small, deployable glue that shows how to wire real workflows to your workspaces.

Example What it does
dock-to-github Webhook receiver that commits sealed rows to a GitHub repo. Perfect for the "agent drafts → human approves → ship to git" pattern.

Each folder is a standalone project with its own README, package.json, and deploy instructions. Clone, set env vars, deploy.

Shape conventions

Every example aims to be:

  • Small. Under 200 lines. Readable in five minutes.
  • Self-contained. One folder, one README, one npm run start.
  • Deploy-ready. Tested on Vercel / Railway / Fly with explicit env var list.
  • HMAC-verified. Every webhook receiver verifies X-Dock-Signature with timing-safe comparison and a 5-min replay window — the canonical recipe lives in the webhooks doc.

Contributing a new example

Got an integration that would help other Dock users? Open a PR with a new top-level folder. Ideas on the roadmap:

  • dock-to-slack — post sealed rows as Slack messages
  • dock-to-linear — create Linear issues from rows
  • dock-to-resend — trigger email campaigns
  • dock-from-rss — poll an RSS feed and create rows
  • dock-to-github-issues — sealed row → new GitHub issue

License

MIT. Copyright © 2026 Vector Apps, Inc.

About

Reference integrations for Dock — deployable glue code for real workflows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors