The official marketing website for HyperSystems - a modular plugin suite for Hytale servers.
Live Site: hypersystems.dev (when deployed)
HyperSystems offers lightweight, focused, a-la-carte plugins with the philosophy of "Only what you need." This website showcases the plugin suite and provides documentation for each plugin.
- Plugin Showcase - Overview of all HyperSystems plugins
- Plugin Pages - Detailed feature lists, commands, and resources for each plugin
- Wiki System - MDX-based documentation with sidebar navigation
- Responsive Design - Mobile-friendly with dark theme
| Plugin | Status | Description |
|---|---|---|
| HyperPerms | Stable | Modern permissions system with web editor |
| HyperHomes | Stable | GUI-based home management with sharing |
| HyperFactions | Beta | Faction management with territories & diplomacy |
| HyperWarps | Coming Soon | TPA, spawns, warps, and location history |
| HyperKits | Planned | Kit management with cooldowns and GUIs |
- Framework: Next.js 16+ (App Router)
- Language: TypeScript / React 19
- Styling: Tailwind CSS 4
- Content: MDX with next-mdx-remote
- Icons: Lucide React
- Fonts: Inter, JetBrains Mono
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run buildOpen http://localhost:3000 to view the site.
src/
βββ app/ # Next.js App Router pages
β βββ plugins/ # Plugin pages and wiki routes
β βββ ...
βββ components/
β βββ layout/ # Navbar, Footer
β βββ landing/ # Homepage sections
β βββ plugins/ # Plugin-specific components
β βββ wiki/ # Wiki documentation components
β βββ ui/ # Reusable UI components
βββ lib/ # Utilities and data
content/
βββ wiki/ # MDX wiki content by plugin
Documentation is written in MDX and located in content/wiki/[plugin]/. The wiki supports:
- Custom components (InfoBox, CommandBlock, PermissionTable, CodeBlock)
- Sidebar navigation with collapsible sections
- Breadcrumb navigation
- Previous/Next page links
- Mobile-responsive sidebar
/plugins/hyperfactions/wiki- Wiki home/plugins/hyperfactions/wiki/commands/basic- Specific page
The site is configured for Vercel deployment. Push to main triggers automatic deployment.
- Discord: discord.gg/SNPjyfkYPc
- GitHub: github.com/HyperSystemsDev
MIT