Skip to content

MilkshakeCollective/stachio-web-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌿 Stachio — Official Website

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.

License HTML TailwindCSS GSAP

Stachio Preview


✨ Features

  • 🎨 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

🚀 Quick Start

# Clone repository
git clone github.com/MilkshakeCollective/stachio-website

# Navigate to directory
cd stachio-website

# Open in browser
open index.html

⚙️ Customization

1. Bot Info

Update metadata in index.html:

<title>Stachio</title>
<meta name="description" content="Stachio — the ultimate Discord safety and moderation bot.">

2. Assets

Replace images in the /images/ folder:

/images/
├── logo.png     # Stachio logo
└── user.png     # Testimonial avatars

3. Theme Colors

Modify gradients in styles.css:

.gradient-bg {
  background: linear-gradient(-45deg, #aac49b, #344e41);
}

📝 Command Structure

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"
      }
    ]
  }
};

🌍 Links


Star Repo

💚 Built with care by the Milkshake Collective · Protecting communities with Stachio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors