41 lines
1.1 KiB
Markdown
41 lines
1.1 KiB
Markdown
|
---
|
||
|
# 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: 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>
|