mtcute/docs/index.md

44 lines
No EOL
1.2 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
name: "mtcute"
tagline: Modern TypeScript library for MTProto
image:
src: /mtcute-logo.png
actions:
- theme: brand
text: Quick Start →
link: /guide/
- theme: alt
text: 📝  Try online
link: //play.mtcute.dev
- theme: alt
text: API Reference
link: //ref.mtcute.dev
features:
- icon: 🍰
title: Simple
details: mtcute hides all the complexity and provides a clean and modern API
- icon: ✨
title: Compatible
details: mtcute supports almost everything Bot API does, and even more!
- icon: 🍡
title: Lightweight
details: Running instance uses less than 50 MB of RAM*.
- icon: 🛡️
title: Type-safe
details: Most of the APIs (including MTProto) are strictly typed to help your workflow
- icon: ⚙️
title: Hackable
details: Almost every aspect of the library is customizable, including networking and storage
- icon: 🕙
title: Up-to-date
details: mtcute uses the latest TL schema to provide the newest features as soon as possible
---
<small class="index-footnote">
* Tested on a personal account and a few small-load bots
</small>