import type { Route } from './+types/home'; import { HomeLayout } from 'fumadocs-ui/layouts/home'; import { Link } from 'react-router'; import { baseOptions } from '@/lib/layout.shared'; export function meta({}: Route.MetaArgs) { return [ { title: 'DropOut - Modern Minecraft Launcher' }, { name: 'description', content: 'A modern, reproducible, and developer-grade Minecraft launcher built with Tauri v2 and Rust.' }, ]; } export default function Home() { return (
{/* Hero Section */}

DropOut Minecraft Launcher

Modern. Reproducible. Developer-Grade.

Built with Tauri v2 and Rust for native performance and minimal resource usage

Get Started Features
{/* Launcher Showcase */}
DropOut Launcher Interface
{/* Features Grid */}
🚀

High Performance

Built with Rust and Tauri for minimal resource usage and fast startup times

🎨

Modern UI

Clean, distraction-free interface with Svelte 5 and Tailwind CSS 4

🔐

Secure Auth

Microsoft OAuth 2.0 with device code flow and offline mode support

🔧

Mod Loaders

Built-in support for Fabric and Forge with automatic version management

Java Management

Auto-detection and integrated downloader for Adoptium JDK/JRE

📦

Instance System

Isolated game environments with independent configs and mods

{/* Why DropOut Section */}

Why DropOut?

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.

{/* CTA Section */}

Ready to get started?

Check out the documentation to learn more about DropOut

Read the Docs
); }