Skip to main content
ProStack uses JustD as its component library, providing a comprehensive set of customizable, accessible UI components built on modern web standards.

What is JustD?

JustD is a modern component library similar to shadcn/ui but with additional features and optimizations. It offers:
  • Customizable components: Easily theme and adapt components to your brand
  • Accessibility: ARIA-compliant components for better user experience
  • Modern styling: Clean, minimal aesthetics that work well in professional applications
  • Lightweight: Optimized bundle size for better performance
  • Composable: Components designed to work seamlessly together

Using JustD Components

ProStack comes with JustD pre-installed and configured. You can use the components directly in your pages and components:

Available Components

JustD includes a wide range of components for building interfaces. Here are some frequently used components in ProStack:

Core Components

  • Button: Used for primary actions throughout the application
  • Card: Container for content with consistent styling
  • Input: Text inputs with validation support
  • Form: Form components with validation
  • Tabs: Used in settings and dashboard interfaces
  • Dropdown: Used for user menu and other contextual actions
  • Breadcrumb: For navigation hierarchy

Feedback Components

  • Toast: Used for notifications throughout the app
  • Alert: For important messages and warnings
  • Dialog: For confirmation dialogs and important actions
For a complete list of components, visit the JustD Components documentation.

JustD vs shadcn/ui

While shadcn/ui is a popular component library, JustD offers several advantages:

Next Steps

Authentication UI

See JustD components in action in the authentication system

Chat Interface

Explore the chat interface built with JustD components