Official website for Marix - A Modern, Zero-Knowledge SSH Client
🌐 Live Website • 📦 Main Repository • 💬 Discord
This repository contains the source code for the Marix official website (marix.dev).
For information about the Marix SSH Client itself, please visit the main repository.
| Technology | Purpose |
|---|---|
| ⚡ Vite | Fast build tool & dev server |
| ⚛️ React 19 | UI library |
| 🎨 Tailwind CSS | Utility-first styling |
| 🧩 shadcn/ui | UI components |
| 📘 TypeScript | Type safety |
| 🌍 i18n | 14 languages |
- 🌙 Dark/Light mode - System-aware theme switching
- 🌐 Multi-language - EN, VI, ZH, JA, KO, DE, FR, ES, PT, RU, TH, ID, MS, FIL
- 📖 Documentation - Full docs with Markdown support
- 📱 Responsive - Mobile-first design
- ⚡ Fast - Optimized performance
# Install dependencies
bun install
# Start development server
bun run dev
# Build for production
bun run build
# Preview production build
bun run previewsrc/
├── components/ # React components (Header, Footer, Hero, etc.)
├── pages/ # Page components (Index, Docs, NotFound)
├── i18n/ # Translations for 14 languages
├── hooks/ # Custom React hooks
├── contexts/ # React contexts (Theme)
├── lib/ # Utilities
public/
├── docs/ # Documentation (Markdown)
│ ├── en/ # English
│ ├── vi/ # Tiếng Việt
│ ├── zh/ # 中文
│ ├── ja/ # 日本語
│ ├── ko/ # 한국어
│ └── ... # 9 more languages
- 📦 Marix - Main SSH client repository
- 📖 Documentation - Full documentation
GPL V3 © Marix