The official landing page for Stachio, your trusted Discord safety & moderation bot.
Built with HTML, TailwindCSS, and GSAP for a clean, modern, and interactive experience.
- 🎨 Dual-tone theme powered by #aac49b + complementary accent
- 📱 Fully responsive for desktop & mobile
- ⚡ Smooth animations with GSAP
- 🛡️ Safety-focused command categories
- 🌙 Dark mode with glass blur effects
- 🔄 Animated loading transitions
- 📊 Live GitHub stats integration
- 💫 Modern & minimal design
# Clone repository
git clone github.com/MilkshakeCollective/stachio-website
# Navigate to directory
cd stachio-website
# Open in browser
open index.htmlUpdate metadata in index.html:
<title>Stachio</title>
<meta name="description" content="Stachio — the ultimate Discord safety and moderation bot.">Replace images in the /images/ folder:
/images/
├── logo.png # Stachio logo
└── user.png # Testimonial avatars
Modify gradients in styles.css:
.gradient-bg {
background: linear-gradient(-45deg, #aac49b, #344e41);
}Commands are configured in script.js:
const commandsData = {
safety: {
icon: "🛡️",
title: "Safety & Moderation",
commands: [
{
name: "/ban",
description: "Ban a disruptive user",
permission: "ADMINISTRATOR"
},
{
name: "/warn",
description: "Issue a warning to a member",
permission: "MODERATOR"
}
]
}
};💚 Built with care by the Milkshake Collective · Protecting communities with Stachio