Files
wr.do/content/docs/index.mdx
T
2025-05-27 10:06:49 +08:00

73 lines
2.0 KiB
Plaintext

---
title: Introduction
description: Welcome to the WR.DO documentation.
---
## Features
- 🔗 **URL Shortening:** Generate short links with visitor analytic and password(support api)
- 📮 **Email Support:** Receive emails and send emails(support api)
- 💬 **P2P Chat:** Start chat in seconds
- 🌐 **Multi-Tenant Support:** Manage multiple DNS records seamlessly
- 📸 **Screenshot API:** Access to screenshot api、website meta-info scraping api.
- 😀 **Permission Management:** A convenient admin panel for auditing
- 🔒 **Secure & Reliable:** Built on Cloudflare's robust DNS API
## Screenshots
<table>
<tr>
<td><img src="https://wr.do/_static/images/light-preview.png" /></td>
<td><img src="https://wr.do/_static/images/example_02.png" /></td>
</tr>
<tr>
<td><img src="https://wr.do/_static/images/example_01.png" /></td>
<td><img src="https://wr.do/_static/images/realtime-globe.png" /></td>
</tr>
<tr>
<td><img src="https://wr.do/_static/images/example_03.png" /></td>
<td><img src="https://wr.do/_static/images/domains.png" /></td>
</tr>
</table>
## Quick Start
See docs about [guide](/docs/quick-start) for quick start.
## Self-hosted Tutorial
See step by step installation tutorial at [Quick Start for Developer](https://wr.do/docs/developer/quick-start).
### Requirements
- [Vercel](https://vercel.com) to deploy app
- [Cloudflare](https://dash.cloudflare.com/) account
- A **domain** name hosted on Cloudflare
See docs about [developer](/docs/developer/installation).
## Local development
copy `.env.example` to `.env` and fill in the necessary environment variables.
```bash
git clone https://github.com/oiov/wr.do
cd wr.do
pnpm install
# run on localhost:3000
pnpm dev
```
## Community Group
- Discord: https://discord.gg/d68kWCBDEs
## License
[MIT](https://github.com/oiov/wr.do/LICENSE.md)
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=oiov/wr.do&type=Date)](https://star-history.com/#oiov/wr.do&Date)