https://github.com/hoocs151/heecshi-website
A modern, responsive website for the Heecshi Discord bot built with React and Tailwind CSS.
https://github.com/hoocs151/heecshi-website
discord discord-bot discordbot discordbotwebsite discordweb discordwebsite homepage hoocs react react-router reactjs website
Last synced: 4 months ago
JSON representation
A modern, responsive website for the Heecshi Discord bot built with React and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/hoocs151/heecshi-website
- Owner: Hoocs151
- Created: 2025-06-14T20:44:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-14T21:06:03.000Z (about 1 year ago)
- Last Synced: 2025-06-14T22:19:57.549Z (about 1 year ago)
- Topics: discord, discord-bot, discordbot, discordbotwebsite, discordweb, discordwebsite, homepage, hoocs, react, react-router, reactjs, website
- Language: JavaScript
- Homepage: https://heecshi-website.vercel.app/
- Size: 302 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Heecshi Discord Bot Website

[](https://nextjs.org/)
[](https://tailwindcss.com/)
[](https://www.docker.com/)
[](https://opensource.org/licenses/MIT)
[](https://heecshi-website.vercel.app/)
[](https://github.com/Hoocs151/heecshi-website/commits/main)
A modern, responsive website for the Heecshi Discord bot built with Next.js and Tailwind CSS. Experience seamless navigation, beautiful animations, and a user-friendly interface designed to showcase and manage your Discord bot experience.
[Live Demo](https://heecshii-website.vercel.app) ยท [Report Bug](https://github.com/Hoocs151/heecshi-website/issues) ยท [Request Feature](https://github.com/Hoocs151/heecshi-website/issues)
## ๐ Table of Contents
- [โจ Features](#-features)
- [๐ ๏ธ Tech Stack](#๏ธ-tech-stack)
- [๐ Getting Started](#-getting-started)
- [๐จ Customization](#-customization)
- [๐ฑ Responsive Design](#-responsive-design)
- [๐ง Development](#-development)
- [๐ Performance](#-performance)
- [๐ Security](#-security)
- [๐ Deployment](#-deployment)
- [๐ค Contributing](#-contributing)
- [๐ License](#-license)
- [๐ฅ Authors](#-authors)
- [๐ Acknowledgments](#-acknowledgments)
## โจ Features
### Core Features
- ๐จ Modern UI with glassmorphism effects
- ๐ Smooth page transitions and animations
- ๐ฑ๏ธ Custom interactive cursor
- ๐ญ Dynamic particle background
- ๐ฑ Fully responsive design
- ๐ Optimized performance
- ๐ SEO friendly
- ๐ฏ Easy navigation
### Additional Features
- ๐ Terms of Service and Privacy Policy pages
- ๐ Dark mode support with system preference detection
- ๐ Security best practices implementation
- ๐ Internationalization ready (i18n)
- ๐ Analytics integration ready
- ๐ CI/CD pipeline setup
- ๐ฑ PWA support
- ๐จ Customizable theme system
## ๐ ๏ธ Tech Stack
### Core Technologies
- **Framework**: [Next.js](https://nextjs.org/) - React framework for production
- **Styling**: [Tailwind CSS](https://tailwindcss.com/) - Utility-first CSS framework
- **Animations**: [Framer Motion](https://www.framer.com/motion/) - Production-ready motion library
- **State Management**: [React Context](https://reactjs.org/docs/context.html) - For global state management
### Development Tools
- **Package Manager**: [npm](https://www.npmjs.com/) - Dependency management
- **Linting**: [ESLint](https://eslint.org/) - Code quality tool
- **Formatting**: [Prettier](https://prettier.io/) - Code formatter
- **Testing**: [Jest](https://jestjs.io/) & [React Testing Library](https://testing-library.com/react)
### DevOps & Deployment
- **Containerization**: [Docker](https://www.docker.com/) - Application containerization
- **CI/CD**: GitHub Actions - Automated workflows
- **Hosting**: [Vercel](https://vercel.com/) - Edge-optimized hosting
- **Monitoring**: [Sentry](https://sentry.io/) - Error tracking
## ๐ Getting Started
### Prerequisites
Ensure you have installed:
- [Node.js](https://nodejs.org/) (v14 or higher)
- [npm](https://www.npmjs.com/) (v7 or higher) or [yarn](https://yarnpkg.com/)
- [Git](https://git-scm.com/)
- [Docker](https://www.docker.com/) (optional)
### Quick Start
1. **Clone the repository**
```bash
git clone https://github.com/yourusername/heecshi-website.git
cd heecshi-website
```
2. **Install dependencies**
```bash
npm install
# or
yarn install
```
3. **Set up environment variables**
```bash
cp .env.example .env.local
# Edit .env.local with your values
```
4. **Start development server**
```bash
npm run dev
# or
yarn dev
```
Visit `http://localhost:3000` to see your app.
### Docker Setup
1. **Build the image**
```bash
docker build -t heecshi-website .
```
2. **Run the container**
```bash
docker run -p 80:80 heecshi-website
```
3. **Using Docker Compose**
```bash
docker-compose up -d
```
## ๐จ Customization
### Theme Configuration
Customize the website's appearance through:
- `tailwind.config.js` - Design tokens and theme variants
- `src/styles/globals.css` - Global styles
- `src/theme/index.js` - Theme context
### Component Customization
Modify core components:
```jsx
src/components/
โโโ common/
โ โโโ CustomCursor/
โ โโโ AnimatedBackground/
โ โโโ ThemeToggle/
โโโ layout/
โโโ Header/
โโโ Footer/
โโโ Navigation/
```
## ๐ Deployment
### Vercel (Recommended)
```bash
npm run deploy
# or
vercel --prod
```
### Manual Deployment
1. Build the application
```bash
npm run build
```
2. Start the production server
```bash
npm start
```
## ๐ค Contributing
We welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) for details on:
- Code of Conduct
- Development Process
- Pull Request Process
- Coding Standards
## ๐ License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## ๐ฅ Authors
- **Hoocshi** โ *Contribution: 1%* โ [GitHub Profile](https://github.com/Hoocs151)
- **AI** โ *Contribution: 99%*
## ๐ Acknowledgments
- Special thanks to all contributors
- Amazing open-source community
- [Shields.io](https://shields.io/) for badges
- [Heroicons](https://heroicons.com/) for icons
- [unDraw](https://undraw.co/) for illustrations
---
[โฌ Back to top](#heecshi-discord-bot-website)