mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 13:32:07 +07:00
Update docs structure to root and fix links
This commit is contained in:
41
index.md
Normal file
41
index.md
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
layout: home
|
||||
|
||||
hero:
|
||||
name: "MIVO"
|
||||
text: "Mikrotik Voucher Management"
|
||||
tagline: Modern, Lightweight, and Efficient. Built for low-end devices with premium UX.
|
||||
image:
|
||||
light: /logo-m.svg
|
||||
dark: /logo-m-dark.svg
|
||||
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 next-generation **Mikrotik Voucher Management System**, engineered to deliver premium user experience even on low-end hardware.
|
||||
|
||||
### Key Highlights
|
||||
|
||||
- <Icon name="Zap" color="warning" /> **Blazing Fast**: No heavy frameworks like Laravel. Pure PHP 8.0+ performance.
|
||||
- <Icon name="Smartphone" color="info" /> **Mobile First**: Fully responsive design that feels like a native app.
|
||||
- <Icon name="Plug" color="success" /> **API First**: Built-in REST API with CORS support for 3rd party integrations.
|
||||
- <Icon name="Wrench" color="primary" /> **Developer Friendly**: Clean architecture, CLI tools (`php mivo`), and easy extension.
|
||||
|
||||
Reference in New Issue
Block a user