alina sireneva
dc08d93d2b
Some checks failed
Tests / e2e (push) Blocked by required conditions
Tests / e2e-deno (push) Blocked by required conditions
Tests / test-deno (push) Successful in 1m53s
Tests / test-bun (push) Successful in 2m1s
Tests / test-node (node22) (push) Successful in 2m8s
Tests / test-node (node20) (push) Successful in 2m10s
Tests / test-node (node18) (push) Successful in 2m16s
Tests / test-web (chromium) (push) Successful in 2m18s
Tests / test-web (firefox) (push) Successful in 2m31s
Tests / lint (push) Has been cancelled
Build and deploy typedoc / build (push) Has been cancelled
Co-authored-by: Kamilla 'ova <me@kamillaova.dev> Co-authored-by: Alina Chebakova <chebakov05@gmail.com> Co-authored-by: Kravets <57632712+kravetsone@users.noreply.github.com> Co-authored-by: starkow <hello@starkow.dev> Co-authored-by: sireneva <150665887+sireneva@users.noreply.github.com>
41 lines
No EOL
1.1 KiB
Markdown
41 lines
No EOL
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> |