- Component library (UI)
- A collection of pre-built, reusable interface elements — buttons, cards, modals, navigation bars — that developers can drop into a web or mobile app to speed up design without starting from scratch.
- Template library
- A set of complete, ready-to-use page or app layouts that can be customized and deployed as starting points for a project, often including multiple pages and a consistent design system.
- Design system (extracted)
- A coherent set of design rules — spacing, color, typography, component style — inferred from an existing component and applied consistently across the rest of an app to achieve visual unity.
- B2B SaaS template
- A pre-designed website or app layout built specifically for business-to-business software products, typically including pricing tables, feature grids, testimonials, and a hero section.
- CodeRabbit
- An AI-powered code review agent that automatically analyzes pull requests, identifies bugs, suggests improvements, and posts review comments directly in a GitHub or GitLab workflow.
- Pull request (PR)
- A proposal to merge code changes from one branch into another in a version-controlled repository, typically reviewed by teammates or an automated tool before the merge is approved.
- Light mode / Dark mode
- UI color scheme variants — light mode uses a white or pale background with dark text; dark mode reverses this for reduced eye strain in low-light environments. Most modern component libraries ship both.
- Liquid metal (UI component)
- An animated border effect for web components that simulates a shimmering metallic fluid, used to give interactive elements a premium, high-end visual feel.
- AI agent (code context)
- An AI system that can accept instructions, read files or documentation, write code, and make changes autonomously — used here to install and adapt component library code without manual configuration.