Skip to content

Commit

Permalink
docs: update index
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jan 26, 2025
1 parent 5acae29 commit 94698b5
Showing 1 changed file with 36 additions and 12 deletions.
48 changes: 36 additions & 12 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ layout: home

hero:
name: "imgx"
text: "For a better local environment."
tagline: "Modern and smart reverse proxy."
text: "Fast all-in-one toolkit for images."
tagline: "Make your images load faster."
image: /images/logo-white.png
actions:
- theme: brand
Expand All @@ -16,18 +16,42 @@ hero:
link: https://github.com/stacksjs/imgx

features:
- title: "Smart Reverse Proxy"
icon: "πŸ”€"
details: "Pretty development URLs for your local environment."
- title: "HTTPS Support"
icon: "πŸ”’"
details: "Automatic, and configurable, HTTPS support."
- title: "`/etc/hosts` Management"
icon: "πŸ“"
details: "Self-cleans your `/etc/hosts` file."
- title: "Image Optimization"
icon: "πŸ–ΌοΈ"
details: "Advanced lossy & lossless compression for all major formats."
- title: "Modern Formats"
icon: "✨"
details: "Convert to WebP, AVIF, and other next-gen formats automatically."
- title: "Responsive Images"
icon: "πŸ“±"
details: "Generate responsive image sets with proper srcset & sizes."
- title: "SVG Optimization"
icon: "🎨"
details: "Minify SVGs and generate optimized sprite sheets."
- title: "ThumbHash Generation"
icon: "πŸƒ"
details: "Create ultra-lightweight image placeholders for faster loading."
- title: "Development Server"
icon: "πŸš€"
details: "On-the-fly image optimization with query parameter controls."
- title: "CLI & Library"
icon: "πŸ› "
details: "Use the CLI or the library in your own project."
details: "Use as a command-line tool or integrate into your JavaScript/TypeScript projects."
- title: "Watch Mode"
icon: "πŸ‘€"
details: "Automatically optimize images as you save them during development."
- title: "Batch Processing"
icon: "πŸ“¦"
details: "Process entire directories with custom patterns and filters."
- title: "Analysis Tools"
icon: "πŸ“Š"
details: "Get detailed reports on image optimization potential and stats."
- title: "Smart Defaults"
icon: "🧠"
details: "Web-optimized settings out of the box, fully customizable."
- title: "Privacy First"
icon: "πŸ”’"
details: "Optional metadata stripping and privacy-focused optimization."
---

<Home />

0 comments on commit 94698b5

Please sign in to comment.