Skip to content

hypersocialinc/hypersketcher-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HyperSketcher for Claude Code

Generate Balsamiq-style wireframes instantly with AI and share them with your team.

Claude Code npm License: MIT

Transform natural language descriptions into professional wireframes in seconds. Perfect for rapid prototyping, client presentations, and collaborative design.

✨ Features

  • Instant Generation - Wireframes in < 3 seconds
  • 🔗 Shareable Links - Share with team/clients instantly
  • 💬 Collaborative Feedback - Comment on components
  • 📊 Version History - Track all changes
  • 🎨 Visual Editor - Drag-and-drop editing (coming soon)
  • 🎯 Production Code - Convert to React/HTML/Vue

🚀 Quick Start

1. Install the CLI

npm install -g @hypersketcher/cli

2. Authenticate (Optional - for cloud features)

hypersketcher auth login

3. Install Plugin

claude plugin install hypersketcher

4. Generate Your First Wireframe

In Claude Code:

/sketch login form with email and password

📖 Commands

Command Description Example
/sketch <description> Generate wireframe /sketch dashboard with sidebar
/sketch-pro <description> High-quality wireframe (5-8s) /sketch-pro e-commerce product page
/sketch-feedback <changes> Modify last wireframe /sketch-feedback move button to center
/sketch-to-prototype [framework] Create production code /sketch-to-prototype react

🎯 Example Workflows

Quick Ideation

/sketch mobile app home screen
/sketch-feedback add search bar at top
/sketch-feedback make cards larger

Client Presentation

/sketch-pro enterprise dashboard
# Returns shareable link: https://hypersketcher.app/w/abc123
# Share with client for instant feedback

Production Development

/sketch e-commerce checkout flow
/sketch-to-prototype react
# Generates React components with Tailwind CSS

🎨 What Gets Generated

HyperSketcher creates professional Balsamiq-style wireframes with:

  • 15 Component Types: Headers, buttons, inputs, cards, navbars, sidebars, images, icons, lists, links, dividers, and more
  • Smart Layout: Automatic positioning with 8px grid alignment
  • Visual Hierarchy: Size ratios, spacing, and component sizing standards
  • Professional Quality: No overlaps, proper bounds, balanced composition

Design Principles (Applied Automatically)

  • 8px Grid System for consistent spacing
  • 1.5-2x Size Ratios for clear hierarchy
  • Standard Component Sizes (280px, 320px, 360px for inputs)
  • Semantic Colors (blue for primary, red for destructive)
  • Responsive Presets (Desktop 1200×800, Mobile 375×812)

🌐 Cloud Features (Optional)

Authenticate with hypersketcher auth login to unlock:

  • Shareable URLs - https://hypersketcher.app/w/abc123
  • Persistent Storage - Access from any machine
  • Version History - Track all iterations
  • Collaborative Comments - Team feedback
  • Visual Editor - Browser-based drag-and-drop (coming soon)

Without authentication, the plugin works locally:

  • ✅ Generates wireframes instantly
  • ✅ Opens in browser
  • ✅ Saves to ~/.hypersketcher/cache/

🛠️ How It Works

Claude Code Plugin → HyperSketcher CLI → Cloud Platform
     (commands)         (generation)      (storage & sharing)

The plugin delegates all logic to the CLI, which:

  1. Generates wireframe JSON using AI (GPT-5 Nano via OpenRouter)
  2. Applies professional design principles automatically
  3. Uploads to cloud (if authenticated) or saves locally
  4. Returns shareable link or local HTML file
  5. Opens in browser

📚 Documentation

🤝 Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

Development

# Clone the repo
git clone https://github.com/hypersocialinc/hypersketcher-plugin.git
cd hypersketcher-plugin

# Test locally
claude plugin validate .
claude --plugin-dir . --dangerously-skip-permissions

📝 License

MIT © HyperSocial Inc

🔗 Links

⭐ Show Your Support

Give a ⭐ if this project helped you!


Made with ❤️ by the HyperSketcher team

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages