Skip to content

DollhouseMCP/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

56 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DollhouseMCP Website

🚧 Under Development - The official DollhouseMCP website showcasing AI-powered persona management and agent orchestration.

Overview

This repository contains the source code for dollhousemcp.com, including:

  • Marketing and landing pages
  • Technical blog posts and case studies
  • Comprehensive design system with house-themed icons
  • Strategic documentation and planning
  • Meta-development demonstrations

Current Status

The website is in active development with a phased rollout plan:

  • Phase 1: Static site with documentation (Current)
  • Phase 2: Interactive demos and playground
  • Phase 3: Full platform integration

Project Structure

website/
β”œβ”€β”€ content/              # Website content
β”‚   └── blog/            # Technical articles and case studies
β”œβ”€β”€ docs/                # Strategic documentation
β”‚   β”œβ”€β”€ development/     # Development processes
β”‚   β”œβ”€β”€ WEBSITE_EVOLUTION_PLAN.md
β”‚   β”œβ”€β”€ IMPLEMENTATION_PHASES.md
β”‚   └── META_DEVELOPMENT_CASE_STUDY.md
β”œβ”€β”€ icons/               # Brand assets and icons
β”œβ”€β”€ mockups/             # HTML prototypes
β”‚   β”œβ”€β”€ Dollhouse-Multipage-Mockup.css
β”‚   └── Dollhouse-Sprite-Sheet.html
β”œβ”€β”€ styles/              # CSS framework
β”‚   β”œβ”€β”€ tokens.css      # Design tokens
β”‚   β”œβ”€β”€ base.css        # Base styles
β”‚   β”œβ”€β”€ components.css  # Component library
β”‚   β”œβ”€β”€ house-icons.css # Icon system
β”‚   β”œβ”€β”€ utilities.css   # Utility classes
β”‚   └── pages/          # Page-specific styles
└── style-guide.html    # Component showcase

Design System

Features

  • βœ… Dark Mode Support - Full theme switching capability
  • βœ… Responsive Design - Mobile-first approach
  • βœ… Accessible - WCAG 2.1 AA compliant colors
  • βœ… Modular CSS - Component-based architecture
  • βœ… House Icons - Unique branded icon system
  • βœ… Design Tokens - Consistent spacing, colors, typography

CSS Architecture

  1. Tokens - Design system values
  2. Base - Resets and defaults
  3. Components - Reusable UI components
  4. Utilities - Helper classes
  5. Pages - Page-specific overrides

Blog Content

High-quality technical articles covering:

  • MCP server debugging and solutions
  • Mobile development workflows
  • CI/CD troubleshooting
  • Meta-development case studies

All blog posts include:

  • YAML frontmatter for CMS integration
  • AI-friendly TL;DR summaries
  • Comprehensive code examples
  • SEO optimization

Development

Quick Start

# Clone the repository
git clone https://github.com/DollhouseMCP/website.git
cd website

# View the style guide
open style-guide.html

# Or start a simple HTTP server
python -m http.server 8000
# Visit http://localhost:8000

Adding Content

New Blog Post

  1. Create markdown file in _blog_posts/
  2. Add YAML frontmatter
  3. Write content using markdown

New Styles

  • Components β†’ styles/components.css
  • Pages β†’ styles/pages/
  • Always use design tokens

Meta-Development Achievement

This website was created using DollhouseMCP's own agent orchestration system, demonstrating:

  • 85-90% time reduction in development
  • AI-powered content generation
  • Self-documenting capabilities
  • Real-world platform validation

See docs/development/META_DEVELOPMENT_CASE_STUDY.md for full details.

Roadmap

  • Phase 1: Static documentation site
  • Phase 2: Interactive demos
  • Phase 3: Platform integration
  • Blog CMS integration
  • Search functionality
  • Analytics dashboard

License

Proprietary - All rights reserved.

Contact


Built with ❀️ using DollhouseMCP agent orchestration

Releases

No releases published

Sponsor this project

 

Packages

 
 
 

Contributors