Closes #17089 ### 1. Can't reopen record after having navigated to its show page After opening a record in the show page from the command menu and going back to the index, clicking the same record again did nothing. The command menu navigation stack was not cleared when opening in the show page, so the "already open" check skipped reopening. We now clear the command menu navigation stack before navigating to the show page (in `RecordShowRightDrawerOpenRecordButton`), so the same record can be reopened from the index. ### 2. Row doesn't highlight when opening command menu after return from show page After returning from the record show page to the index, the first row click opened the command menu but the row did not highlight. The "side panel close" event was emitted not only when the panel actually closed, but also when opening the command menu (cleanup ran with `isCommandMenuClosing` and always emitted the event). Listeners like `RecordTableDeactivateRecordTableRowEffect` then deactivated the row. We now emit the side panel close event only when the close animation actually completes (`CommandMenuSidePanelForDesktop`), and skip emitting it when cleanup is run from the open path (`useNavigateCommandMenu` passes `emitSidePanelCloseEvent: false`). The table still deactivates the row when the user closes the panel, but no longer when they open the command menu by clicking a row.
The #1 Open-Source CRM
🌐 Website · 📚 Documentation · Roadmap ·
Discord ·
Figma
Installation
See: 🚀 Self-hosting 🖥️ Local Setup
Why Twenty
We built Twenty for three reasons:
CRMs are too expensive, and users are trapped. Companies use locked-in customer data to hike prices. It shouldn't be that way.
A fresh start is required to build a better experience. We can learn from past mistakes and craft a cohesive experience inspired by new UX patterns from tools like Notion, Airtable or Linear.
We believe in Open-source and community. Hundreds of developers are already building Twenty together. Once we have plugin capabilities, a whole ecosystem will grow around it.
What You Can Do With Twenty
Please feel free to flag any specific needs you have by creating an issue.
Below are a few features we have implemented to date:
- Personalize layouts with filters, sort, group by, kanban and table views
- Customize your objects and fields
- Create and manage permissions with custom roles
- Automate workflow with triggers and actions
- Emails, calendar events, files, and more
Personalize layouts with filters, sort, group by, kanban and table views
Customize your objects and fields
Create and manage permissions with custom roles
Automate workflow with triggers and actions
Emails, calendar events, files, and more
Stack
- TypeScript
- Nx
- NestJS, with BullMQ, PostgreSQL, Redis
- React, with Jotai, Emotion and Lingui
Thanks
Thanks to these amazing services that we use and recommend for UI testing (Chromatic), code review (Greptile), catching bugs (Sentry) and translating (Crowdin).
Join the Community
- Star the repo
- Subscribe to releases (watch -> custom -> releases)
- Follow us on Twitter or LinkedIn
- Join our Discord
- Improve translations on Crowdin
- Contributions are, of course, most welcome!




