Relay
A modern CRM dashboard for revenue teams.
- Instant download after purchase
- Full source code in TypeScript
- Free lifetime updates
Overview
Relay is a CRM front end built around the pipeline. It includes a deals board, contact and company records, an activity timeline, and a reporting view, so sales teams can see the whole funnel at a glance.
Drag-friendly board patterns, dense record layouts, and a clean activity feed make Relay feel like a real product, not a demo. Typed data and modular components mean you can connect your backend without a rewrite.
Key features
Deals pipeline board
A column-based pipeline with stage values, owner avatars, and quick filters.
Record pages
Contact and company layouts with an activity timeline and related deals.
Reporting
Forecast, win-rate, and activity charts themed to the design system.
Inbox layout
A two-pane inbox pattern for email and notes, ready to wire up.
Composable widgets
Every card is a typed, reusable component.
What is included
- Pipeline (deals board)
- Contacts
- Companies
- Contact detail (timeline)
- Reports
- Inbox
- Settings
Tech stack
Setup
After downloading and unzipping, run:
pnpm install pnpm dev
The download includes app/, components/, data/, README.md, INSTALLATION.md, LICENSE.md, CHANGELOG.md, package.json. Full step-by-step instructions are in INSTALLATION.md.
Compatibility
- Next.js 15 and 16
- React 19
- Node.js 18.18+
- Tailwind CSS v4
- All modern browsers
Changelog
- Added the Inbox layout
- Pipeline drag affordances refined
- Initial release
Frequently asked questions
The board ships with drag-ready markup and styles. Connect your preferred DnD library or backend mutation to persist changes.
Yes. Records are rendered from typed schemas, so adding fields is a data change, not a UI rewrite.
The Inbox is a UI layout. Connect your email API to make it live.