> ## Documentation Index
> Fetch the complete documentation index at: https://magicserver.arsh.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Easy, Automatic HTTPS for Node.js

## What is MagicServer?

MagicServer adds automatic HTTPS to your Node.js apps.
It automates the issuance, usage, and renewal of TLS certificates for your domains, so you can deploy secure sites without touching cron jobs, cryptography, or reverse proxies.

<CardGroup cols={2}>
  <Card title="One-stop shop for HTTPS" icon="key">
    All you need for HTTPS without the pain.
  </Card>

  <Card title="Always Online" icon="bolt">
    Automatic certificate renewals to keep your applications humming.
  </Card>

  <Card title="Zero-Config" icon="martini-glass-citrus">
    Batteries included, and sensible defaults.
  </Card>

  <Card title="Fewer Moving Parts" icon="gear">
    No reverse proxy needed. Build applications, not infrastructure.
  </Card>
</CardGroup>

## Quick start

<Card title="Learn how to use MagicServer" icon="rocket" horizontal href="/docs/integrations/nodejs">
  Get up and running within minutes with a 4-step guide.
</Card>
