Official marketing and documentation website for Shade - a lightweight Windows desktop application that provides real-time AI assistance through a translucent overlay.
Shade is a Windows 10/11 desktop application that gives you instant access to AI assistance without leaving your workflow. Built with privacy and performance in mind, it features:
- Translucent Overlay - Always-on-top interface that stays out of your way
- Multi-Provider LLM Support - Works with Gemini, OpenAI, and Anthropic
- Instant Screen Capture - Capture your screen with the overlay automatically excluded
- Privacy-First - No data persistence, session-only history, local API key storage
- Bring Your Own Key - No subscriptions, pay only for what you use
- Keyboard Shortcuts - Quick access with global hotkeys (Ctrl+/, Ctrl+R)
This is the marketing and documentation website for Shade, built with:
- Framework: Next.js 15+ (App Router)
- Styling: Tailwind CSS
- Language: TypeScript
- Animations: Framer Motion
- Icons: Lucide React
- Hosting: Vercel (planned)
- Node.js 18+
- npm or yarn
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build
# Start production server
npm startOpen http://localhost:3000 to view the site in development mode.
/app # Next.js App Router pages
/page.tsx # Landing page
/layout.tsx # Root layout
/globals.css # Global styles
/docs # Documentation pages
/components
/ui # Reusable UI components
/sections # Page sections (Hero, Features, etc.)
/docs # Documentation-specific components
/public
/images # Static images
/videos # Demo videos
/lib # Utilities and constants
/local_resources # Project documentation (PRD, plan, assets)
- Use TypeScript strictly (no
anytypes) - Follow Next.js App Router best practices
- Maintain responsive design (mobile-first)
- Keep components small and reusable
- Ensure accessibility (WCAG 2.1 AA)
- Optimize for performance (Lighthouse 90+)
- Hero section with compelling value proposition
- Feature showcase (6 key features)
- How It Works walkthrough
- Demo section with video/GIF
- Comparison section (vs competitors)
- Privacy & Security highlights
- Getting Started guide
- Download section
- Footer with links and resources
- Getting Started guide
- Feature documentation
- Keyboard shortcuts reference
- Privacy & security details
- Troubleshooting guide
- API key setup guides (Gemini, OpenAI, Anthropic)
- Ghost Black:
#0a0a0a- Primary background - Ghost Dark:
#161616- Secondary background - Ghost Darker:
#1a1a1a- Tertiary background - Ghost Gray:
#a0a0a0- Secondary text - Ghost Light:
#f5f5f5- Primary text - Accent Blue:
#3b82f6 - Accent Purple:
#8b5cf6 - Accent Cyan:
#06b6d4
- Font: Inter (via Google Fonts)
- Headings: Bold, gradient accents
- Body: 16-18px, readable line height
This site is designed to be deployed on Vercel:
# Deploy to Vercel
npm install -g vercel
vercelThis is the official website for Shade. Contributions are welcome! Please:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
MIT License - See LICENSE file for details
- Shade Desktop App: (Coming soon)
- Documentation: /docs
- GitHub: (Coming soon)
For questions or feedback about the website, please open an issue on GitHub.
Built with ☕ for Windows users who want AI assistance without the bloat.