Web of ChatterinoWatch https://chatterinowatch.miguvt.com/
  • TypeScript 88.7%
  • CSS 7.3%
  • HTML 4%
Find a file
MiguVT 83ea6ce304
Update README to simplify features description
Removed 'production-ready code' from features list.
2025-10-15 12:52:30 +02:00
.vscode feat: Add main components for ChatterinoWatch including Features, Footer, Hero, Installation, Navigation, and browser detection hook 2025-10-14 21:40:02 +02:00
public feat: Update theme color, enhance icon SVG, and improve navigation links with animations 2025-10-14 22:38:19 +02:00
src feat: Update storeUrl logic for Chrome and Firefox in Hero and Installation components 2025-10-15 12:25:44 +02:00
.gitignore feat: Add Netlify configuration and update .gitignore for deployment 2025-10-14 22:15:56 +02:00
.prettierrc feat: Add main components for ChatterinoWatch including Features, Footer, Hero, Installation, Navigation, and browser detection hook 2025-10-14 21:40:02 +02:00
bun.lock feat: Add main components for ChatterinoWatch including Features, Footer, Hero, Installation, Navigation, and browser detection hook 2025-10-14 21:40:02 +02:00
index.html feat: Update theme color, enhance icon SVG, and improve navigation links with animations 2025-10-14 22:38:19 +02:00
netlify.toml feat: Add Netlify configuration and update .gitignore for deployment 2025-10-14 22:15:56 +02:00
package.json feat: Add main components for ChatterinoWatch including Features, Footer, Hero, Installation, Navigation, and browser detection hook 2025-10-14 21:40:02 +02:00
README.md Update README to simplify features description 2025-10-15 12:52:30 +02:00
SECURITY.md feat: Add main components for ChatterinoWatch including Features, Footer, Hero, Installation, Navigation, and browser detection hook 2025-10-14 21:40:02 +02:00
tsconfig.json feat: Add main components for ChatterinoWatch including Features, Footer, Hero, Installation, Navigation, and browser detection hook 2025-10-14 21:40:02 +02:00
vite.config.ts feat: Add main components for ChatterinoWatch including Features, Footer, Hero, Installation, Navigation, and browser detection hook 2025-10-14 21:40:02 +02:00

ChatterinoWatch Website

Modern, responsive single-page website for ChatterinoWatch browser extension.

Netlify Status

🌐 Live Site: chatterinowatch.miguvt.com

Stack

  • Bun - Fast JavaScript runtime and bundler
  • React 18 - UI library with functional components
  • TypeScript - Type safety
  • Tailwind CSS - Utility-first styling
  • Vite - Lightning-fast dev server and build tool

Development

# Install dependencies
bun install

# Start dev server
bun dev

# Build for production
bun run build

# Preview production build
bun run preview

Features

  • 🎨 Beautiful gradient design with animations
  • 📱 Fully responsive layout
  • WCAG 2.1 AA accessibility compliant
  • 🎯 Smooth scroll navigation
  • Optimized performance with code splitting
  • 🌙 Dark theme design
  • 💫 Subtle hover effects and transitions
  • 🔍 Full SEO optimization (Open Graph, Twitter Cards)
  • 🤖 robots.txt and sitemap.xml included
  • 📦 PWA-ready with manifest.json
  • 🚀 Zero-bloat

Project Structure

src/
├── components/
│   ├── Navigation.tsx       # Fixed navigation bar with scroll detection
│   ├── Hero.tsx             # Hero section with browser detection
│   ├── Features.tsx         # Features grid (6 cards)
│   ├── Installation.tsx     # Installation guide with dynamic icons
│   ├── ChatterinoSetup.tsx  # Setup instructions with copy button
│   ├── BackToTop.tsx        # Floating scroll-to-top button
│   └── Footer.tsx           # Footer with links
├── hooks/
│   └── useBrowserDetection.ts  # Smart browser & platform detection
├── App.tsx                  # Main app component
├── main.tsx                 # Entry point
└── index.css                # Global styles + Tailwind v4

public/
├── icon.svg                 # Site icon/logo
├── robots.txt               # SEO crawler directives
├── sitemap.xml              # XML sitemap for search engines
└── manifest.json            # PWA manifest

.vscode/
└── settings.json            # Recommended VS Code settings

index.html                   # HTML template with full meta tags
vite.config.ts               # Vite config with code splitting
tsconfig.json                # TypeScript strict configuration
SECURITY.md                  # Security policy

License

MIT