2025-01-17 08:40:57 +03:00
|
|
|
|
---
|
|
|
|
|
# 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/
|
2025-01-21 00:59:03 +03:00
|
|
|
|
- theme: alt
|
|
|
|
|
text: 📝 Try online
|
|
|
|
|
link: //play.mtcute.dev
|
2025-01-17 08:40:57 +03:00
|
|
|
|
- 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>
|