aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/docs/content/en/index.mdx
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2026-02-04 10:38:50 +0800
committerGitHub <noreply@github.com>2026-02-04 10:38:50 +0800
commitf656803e7419dc0ccbfdf86752e3284472fed164 (patch)
treeae5ae76c4ff6877eff885da75a1db14c43fa0182 /packages/docs/content/en/index.mdx
parent192abdf4d5e2b06feec3bb232bf25e334435e431 (diff)
parentac7a7bceec82a02cf490bc928d989663fd8a3a30 (diff)
downloadDropOut-f656803e7419dc0ccbfdf86752e3284472fed164.tar.gz
DropOut-f656803e7419dc0ccbfdf86752e3284472fed164.zip
docs: comprehensive documentation overhaul with i18n support (English & Chinese) (#78)
Diffstat (limited to 'packages/docs/content/en/index.mdx')
-rw-r--r--packages/docs/content/en/index.mdx95
1 files changed, 95 insertions, 0 deletions
diff --git a/packages/docs/content/en/index.mdx b/packages/docs/content/en/index.mdx
new file mode 100644
index 0000000..9dee19f
--- /dev/null
+++ b/packages/docs/content/en/index.mdx
@@ -0,0 +1,95 @@
+---
+title: Welcome to DropOut
+description: Modern, reproducible, and developer-grade Minecraft launcher
+---
+
+# Welcome to DropOut
+
+DropOut is a modern Minecraft launcher built with Tauri v2 and Rust, designed for players who value control, transparency, and long-term stability.
+
+<div style={{ textAlign: 'center', margin: '2rem 0' }}>
+ <img src="/image.png" alt="DropOut Launcher" style={{ maxWidth: '700px', borderRadius: '8px' }} />
+</div>
+
+## Why DropOut?
+
+Most Minecraft launchers focus on getting you into the game. DropOut focuses on keeping your game **stable**, **debuggable**, and **reproducible**.
+
+- Your instance worked yesterday but broke today? → **DropOut makes it traceable.**
+- Sharing a modpack means zipping gigabytes? → **DropOut shares exact dependency manifests.**
+- Java, loader, mods, configs drift out of sync? → **DropOut locks them together.**
+
+This launcher is built for players who value control, transparency, and long-term stability.
+
+## Quick Links
+
+<Cards>
+ <Card
+ title="Getting Started"
+ href="getting-started"
+ description="Install and set up DropOut in minutes"
+ />
+ <Card
+ title="Features"
+ href="features"
+ description="Explore all the capabilities of DropOut"
+ />
+ <Card
+ title="Architecture"
+ href="architecture"
+ description="Learn about the technical design"
+ />
+ <Card
+ title="Development"
+ href="development"
+ description="Build and contribute to DropOut"
+ />
+</Cards>
+
+## Key Features
+
+### High Performance
+Built with Rust and Tauri for minimal resource usage and fast startup times.
+
+### Modern UI
+Clean, distraction-free interface with Svelte 5, Tailwind CSS 4, and particle effects.
+
+### Secure Authentication
+Microsoft OAuth 2.0 with device code flow and offline authentication support.
+
+### Mod Loader Support
+Built-in installation for Fabric and Forge with automatic version management.
+
+### Java Management
+Automatic detection of installed Java versions and integrated downloader for Adoptium JDK/JRE.
+
+### Instance System
+Isolated game environments with independent configurations, mods, and saves.
+
+### AI Assistant
+Built-in AI helper for troubleshooting, configuration, and guidance.
+
+### Fast Downloads
+Concurrent asset and library downloads with resume support and progress tracking.
+
+## Technology Stack
+
+- **Backend**: Rust with Tauri v2
+- **Frontend**: Svelte 5 with runes
+- **Styling**: Tailwind CSS 4
+- **Build Tool**: Vite with Rolldown
+- **Documentation**: Fumadocs with React Router
+
+## Community
+
+- **GitHub**: [HydroRoll-Team/DropOut](https://github.com/HydroRoll-Team/DropOut)
+- **Issues**: [Report bugs](https://github.com/HydroRoll-Team/DropOut/issues)
+- **Roadmap**: [View development roadmap](https://roadmap.sh/r/minecraft-launcher-dev)
+
+## License
+
+DropOut is open source software licensed under the MIT License.
+
+---
+
+Ready to get started? Check out the [Getting Started Guide](getting-started)!