---
title: "Mod Helper - Browser Extension"
description: "Lightweight, 100% local browser extension designed to streamline and accelerate everyday Discord moderation workflows."
---

import { Card, CardGrid, Badge } from '@astrojs/starlight/components';

**Mod Helper** is a lightweight, strictly local browser extension designed by and for Discord moderators. Its mission is to eliminate repetitive friction in routine moderation tasks while maintaining absolute privacy and security.

---

## Architecture: 100% Local & Privacy-First

Unlike tools relying on remote cloud backends or telemetric tracking, **Mod Helper operates entirely within your browser**:

- **Zero Telemetry**: No message payloads, user IDs, or server contents are ever transmitted to third-party endpoints.
- **Offline Storage**: All user preferences, notes, and macros are persisted strictly via `chrome.storage.local`.
- **Full ToS Compliance**: It does not modify the Discord desktop client or inject illicit automated bots; it operates as an external browser companion.

---

## Core Capabilities

<CardGrid>
  <Card title="Workflow Acceleration" icon="rocket">
    Instant access to quick-response macros, shift notes, and sanction notices without context-switching between windows.
  </Card>
  <Card title="Instant UNIX Timestamps" icon="clock">
    Quick conversion and 1-click copying of relative dynamic time codes for timeout records and announcement posts.
  </Card>
  <Card title="Standardized Formatting" icon="document">
    Clean, formatted templates for support tickets, disciplinary warnings, and escalation reports.
  </Card>
  <Card title="Agnostic & Lightweight" icon="approve-check-circle">
    Minimal memory footprint with zero remote dependencies.
  </Card>
</CardGrid>

---

## Development Roadmap

<Badge text="IN ACTIVE DEVELOPMENT" variant="caution" size="medium" />

Mod Helper is currently in development. Installation guidelines for Chrome, Firefox, and Chromium-based browsers, along with the open-source repository, will be linked here upon initial release.
