Skip to content

marixdev/marix-web

Repository files navigation

Marix Logo

Marix Website

Official website for Marix - A Modern, Zero-Knowledge SSH Client

🌐 Live Website📦 Main Repository💬 Discord


About

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.

Tech Stack

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

Features

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

Development

# Install dependencies
bun install

# Start development server
bun run dev

# Build for production
bun run build

# Preview production build
bun run preview

Project Structure

src/
├── 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

Related

License

GPL V3 © Marix

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages