Dreamineering Design System V2
Experience the complete design system that powers the Dreamineering platform.
Typography with DreamFont
Engineer the Dream
Then Dream Up the Engineering
Feedback Loops Fuel Everything
Intent, Action, Insight, Evolution
Mental models come alive through collective intelligence
The Dreamineering Framework helps you identify leverage points through structured questioning. It's designed for people who want to move from feeling overwhelmed to taking meaningful action.
Note: All typography scales responsively for optimal mobile experience
Core SVG Components
Geometric Feedback Loop
The four-stage loop visualization with geometric shapes representing each phase of the Dreamineering process.
Matrix Thinking Network
Non-linear connections between ideas, showing how concepts relate in unexpected ways.
Flow State Visualization
Stream of consciousness represented as a flowing spiral of energy and ideas.
Interactive Components
Loop Step Components
Question Cards
What future are we creating?
Foundation questions help clarify your current position and available resources. They ground you in reality while opening up possibilities.
What makes this 10x better?
Strategic questions address long-term planning and help you recognize when you need to change course.
What assumptions must we challenge?
Challenge questions address implementation barriers and competitive dynamics you'll face while building.
CTA Buttons
Mental Model Diagrams
Connection Dots
Color System
The design system uses a comprehensive token-based color palette that supports both light and dark themes:
- Primary (Indigo): Imagination and depth
- Secondary (Purple): Evolution and creativity
- Accent (Emerald): Commitment and growth
- Warning (Amber): Measurement and attention
All colors are carefully selected for accessibility and visual harmony across themes.
Dark Mode Support
All components are designed with dark mode in mind. Toggle your theme to see how components adapt seamlessly to provide optimal readability and visual comfort in any lighting condition.
Using the Design System
Import Components
import BrowserOnly from '@docusaurus/BrowserOnly';
import { DreamFont, QuestionCard, CTAButton } from '@site/src/components/design-system';
// Diagram components should be loaded dynamically to avoid SSR issues
Example Usage
<DreamFont size="headline" weight="bold" transform="uppercase">
Your Headline Here
</DreamFont>
<BrowserOnly fallback={<div style={{ height: 400, display: 'flex', alignItems: 'center', justifyContent: 'center' }}>Loading...</div>}>
{() => {
const { GeometricLoopSVG } = require('@site/src/components/diagrams');
return <GeometricLoopSVG size={400} animate={true} />;
}}
</BrowserOnly>
<QuestionCard variant="foundation" text="What's your leverage?">
Explanation content here...
</QuestionCard>
Design Philosophy
The Dreamineering Design System embodies:
- Clarity Through Hierarchy - Typography that guides the eye
- Motion with Purpose - Animations that enhance understanding
- Themeable Foundation - Colors that adapt to context
- Geometric Precision - SVGs that visualize abstract concepts
- Responsive by Default - Mobile-first, accessible always
Dream Big · Think Global · Act Local