mirror of
https://github.com/mivodev/mivo.git
synced 2026-01-26 13:31:56 +07:00
Setup VitePress documentation site
This commit is contained in:
39
docs/index.md
Normal file
39
docs/index.md
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
layout: home
|
||||
|
||||
hero:
|
||||
name: "MIVO"
|
||||
text: "Mikrotik Voucher Management"
|
||||
tagline: Modern, Lightweight, and Efficient. Built for low-end devices with premium UX.
|
||||
image:
|
||||
src: /logo.png
|
||||
alt: MIVO Logo
|
||||
actions:
|
||||
- theme: brand
|
||||
text: Get Started
|
||||
link: /guide/installation
|
||||
- theme: alt
|
||||
text: Docker Image
|
||||
link: /guide/docker
|
||||
|
||||
features:
|
||||
- title: Lightweight Core
|
||||
details: Built on a custom minimal MVC framework (~50KB core) optimized for STB/Android.
|
||||
- title: Modern UI/UX
|
||||
details: Fresh Glassmorphism design system using TailwindCSS and Alpine.js.
|
||||
- title: Docker Ready
|
||||
details: Official Alpine-based image (~50MB) with Nginx and Supervisor.
|
||||
- title: Secure
|
||||
details: Environment-based config (.env), encrypted credentials, and secure sessions.
|
||||
---
|
||||
|
||||
## Why MIVO?
|
||||
|
||||
MIVO is a complete rewrite of the legendary **Mikhmon v3**, re-engineered to solve common performance issues on low-end hardware.
|
||||
|
||||
### Key Highlights
|
||||
|
||||
- **⚡ Blazing Fast**: No heavy frameworks like Laravel. Pure PHP 8.0+ performance.
|
||||
- **📱 Mobile First**: Fully responsive design that feels like a native app.
|
||||
- **🔌 API First**: Built-in REST API with CORS support for 3rd party integrations.
|
||||
- **🛠️ Developer Friendly**: Clean architecture, CLI tools (`php mivo`), and easy extension.
|
||||
Reference in New Issue
Block a user