Loading...
Please wait while we prepare your financial tools...
Loading...
Comprehensive style guide and component library for HELOC Accelerator
Navigate through the design system components
Use neutral tokens for base UI chrome and text.
Use status tokens for meaning, not chrome.
Use bg-card, bg-muted, text-foreground, text-foreground-muted, border-border. Use status tokens only for highlights.
| Month | Payment | Net Surplus |
|---|---|---|
| 1 | $2,100 | $250 |
| 2 | $2,100 | $265 |
Different logo styles for various contexts
Different logo sizes for various use cases
Blue-gray palette from brand identity
International orange accent palette
Grayscale palette for text and backgrounds
Colors for success, warning, error, and info states
Colors for financial data visualization
Color palette for data visualization and charts
How to use brand colors in your components
/* Use semantic tokens for theming */
background-color: oklch(var(--color-primary) / <alpha-value>);
color: oklch(var(--color-foreground) / <alpha-value>);
/* Direct brand colors */
background-color: oklch(0.61726 0.20968 255.86); /* primary-600 */
color: oklch(0.68077 0.21289 38.58); /* accent-500 *//* Semantic classes (recommended) */
className="bg-primary text-primary-foreground"
className="text-foreground bg-background
/* Brand color classes */
className="bg-primary-500 text-white"
className="text-secondary-300 bg-mutedConsistent text sizing and hierarchy
8px base unit spacing system
Text inputs with various states
This is helper text
This field is required
Dropdown selection component
Select one option from the list
Please select an option
Checkbox inputs for multiple selections
This is a description for the checkbox
This field is required
Radio button groups for single selection
Description for option 1
Description for option 2
A simple card with default styling
This is the content area of the card. You can put any content here.
A card with shadow elevation
This card has a shadow to create depth and visual hierarchy.
A card with prominent border
This card uses a thicker border for emphasis.
Status indicators and labels
Dialog overlays for important interactions
Contextual menus and action lists
Organize content into switchable panels
This is the content for the first tab. You can put any components or content here.
Show completion progress with bars
Circular progress indicators and loading spinners
Contextual help and information overlays
Entrance and transition animations
Coordinated animations for multiple elements
Form inputs with built-in validation
We'll never share your email
Password must be at least 8 characters
Maximum 500 characters
Organized form layouts with sections
Switch between light and dark themes
How theming works under the hood
:root {
--color-primary: 0.61726 0.20968 255.86;
--color-secondary: 0.59906 0.17195 252.13;
--color-background: 0.97318 0.01305 251.56;
--color-foreground: 0.30070 0.10318 256.13;
--color-border: 0.87929 0.05535 249.29;
}[data-theme="dark"] {
--color-primary: 0.70945 0.16712 241.60;
--color-secondary: 0.68183 0.15284 248.64;
--color-background: 0.26520 0.07137 255.90;
--color-foreground: 0.97318 0.01305 251.56;
--color-border: 0.43330 0.13813 255.25;
}// Tailwind classes use the CSS variables
className="bg-primary text-primary-foreground"
// Which resolves to:
background-color: oklch(var(--color-primary));
color: oklch(var(--color-primary-foreground));WCAG compliance and best practices
How to use the design system
import { Button, Input, Card } from '@/components/design-system';className="text-primary-600 bg-muted"Successfully updated to Tailwind CSS v4.1.12
Technical implementation details
"tailwindcss": "^4.1.12"
"@tailwindcss/postcss": "^4.1.12"
"postcss": "^8"export default {
plugins: {
'@tailwindcss/postcss': {},
},
}:root {
--color-primary: 0.61726 0.20968 255.86;
--color-secondary: 0.59906 0.17195 252.13;
--color-accent: 0.68077 0.21289 38.58;
/* ... more variables */
}Advantages of Tailwind CSS v4 implementation
Tokenized blocks inspired by Tailwind UI. Use these to compose landing pages and sections.
Below is a live, stacked preview using our design tokens and primitives. For a larger demo, see the dedicated catalog page.
Plan smarter, save interest, and track progress with a clear, actionable strategy.
Built-in tools help you plan, pay down, and visualize progress.
Simulate payments and interest in real-time.
Compare strategies and choose the best path.
See milestones and paydown momentum clearly.
Align spending with payoff targets automatically.
Privacy-first data handling and control.
Use anywhere with a responsive, accessible UI.
“This made my payoff plan obvious and achievable.”
“Finally understand the math. Saved me thousands.”
“Clear, fast, and motivating. We’re ahead of schedule.”
Start free. Upgrade when you need more.
For trying things out
For serious payoff plans
For households and advisors
Start planning your payoff and visualize your path.
Yes, you can start free and upgrade anytime.
On Team plans you can collaborate with others.
We’re privacy-first and keep data minimal and secure.