Plug into the tools your team lives in.
14 integrations across design, engineering, communication, and identity. 9 live today, the rest landing this quarter.
The five most-used integrations
Layercue meets reviewers where they already work.
Same decision, three surfaces. Notifications go where each role lives, and Layercue stays the source of truth.
Slack
Reviewers reply where they already are
Layercue posts threaded notifications scoped to each project. Reviewers respond inline; the structured record stays in Layercue.
Setup guideMaya Okonkwo opened a review on Checkout / Payment step v4.
At 320px the CVV is flush with the card-number field. Suggest 56px width with 12px gutter.
Linear
Decisions become tickets, not meetings
When a decision is made, Layercue auto-creates a Linear issue with the rationale, dissent, and a back-link to the surface.
Setup guideFrom Layercue decision #cvv-field-width: cap CVV input at 56px with 12px gutter. Verified pattern with checkout team. Affects v4 payment step.
GitHub
PRs carry the design rationale
Open a PR that references a Layercue decision and Layercue posts the summary inline, so reviewers see the why without leaving the PR.
Setup guideImplements Layercue decision #cvv-field-width from the Checkout v4 payment step review. Closes NW-2419.
Design tools
4 integrations · 1 liveTwo-way sync with Figma comments. Pin from inside the file, decisions flow back as resolved threads.
Setup guideReview marketing pages on Webflow staging. Pin to a breakpoint, scope to a CMS item.
Setup guideEngineering
3 integrations · 3 liveDecisions auto-create Linear issues with the rationale, dissent, and surface link attached.
Setup guidePR-bound reviews. Layercue posts a decision summary to the PR when the surface ships.
Setup guideDecisions sync to Jira tickets with field mapping. Supports custom workflows and transitions.
Setup guideCommunication
3 integrations · 2 liveNotification routing per project. /layercue slash command opens a review without leaving Slack.
Setup guideAttach Loom recordings to a pin. Async crit gets a face without scheduling a call.
Setup guideProject management
2 integrations · 1 liveIdentity & access
2 integrations · 2 liveThe API our integrations are built on.
Read pins, write decisions, subscribe to changelog events. We don’t hide anything our own team uses.
import { Layercue } from "@layercue/sdk";
const lc = new Layercue({ token: process.env.LAYERCUE_TOKEN });
// Subscribe to decisions on a project surface
const stream = await lc.surface("checkout-redesign").decisions.subscribe();
for await (const decision of stream) {
await linear.issues.create({
title: decision.title,
description: decision.rationale,
labels: ["design-decision"],
projectId: PROJECT_MAP[decision.surface.id],
});
}Build on the open API.
Webhooks, OAuth apps, and a TypeScript SDK. Build the integration your team needs in an afternoon.
14-day Pro trial · SOC 2 Type II · 99.95% uptime SLA on Team