
router
TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.
It offers a comprehensive TypeScript wrapper around the MAX messenger's internal API, enabling developers to build custom bots and integrations with minimal setup.
Неофициальный TypeScript-клиент для мессенджера MAX.
Подключение по WebSocket, события входящих сообщений, чаты, контакты и профиль.
Пакет неофициальный и не связан с MAX / VK.
npm install @ounezz/umax
console_code/get_token.js..env:TOKEN=сюда_токен
import "dotenv/config";
import { UMax } from "@ounezz/umax";
const umax = new UMax(process.env.TOKEN);
umax.on("message_send", async ({ sender_id, message }) => {
if (sender_id === umax.account?.id) return;
await message.reply(`принял: ${message.text}`);
});
await umax.connect();
console.log(`connected as ${umax.account?.first_name}`);
dotenv ставится отдельно: npm install dotenv.
message_send, message_edit, message_deleteПолное описание API — в папке documentation/:
TypeScript-клиент для мессенджера MAX
Similar projects matched by category, topics, and programming language.

TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.
scriptc compiles ordinary TypeScript into small, fast native executables without needing Node.js, V8, or any JavaScript runtime in the binary.
A React component library that renders six hand-tuned animated thought orb loading indicators on a plain 2D canvas, with two purpose-tuned sizes and automatic theme detection for AI and agent UIs.