telegram-mini-apps

Build Telegram Mini Apps with frontend toolkits and initData authentication flows.

4|1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/AndVl1/claude-plugin --skill telegram-mini-apps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telegram-mini-apps
Source: https://github.com/AndVl1/claude-plugin/tree/main/skills/telegram-mini-apps
Command: npx skills add https://github.com/AndVl1/claude-plugin --skill telegram-mini-apps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Building Telegram Mini Apps and WebApp integrations requires integrating multiple frontend and backend patterns, authentication flows, and Telegram-specific APIs, which can be tedious to assemble from scratch.

Core Features & Use Cases

  • Ready-to-use Telegram Mini Apps frontend patterns and WebApp API integration guidance.
  • InitData authentication workflow and secure client/server validation patterns.
  • Example: Build a Telegram bot UI for collecting user preferences via a WebApp integrated into a chat.

Quick Start

Initialize a project with the Telegram Mini Apps SDK and follow the integration guide to set up WebApp endpoints and a signed initData flow.

Frequently Asked Questions about telegram-mini-apps

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a Telegram WebApp frontend for my chat bot?

You can build a Telegram WebApp frontend using this skill's ready-to-use patterns with the @telegram-apps/sdk-react to assemble chat bot UIs and admin dashboards quickly.

How does Telegram initData authentication work for WebApp API endpoints?

Telegram initData authentication validates signed initData passed from the client to your WebApp API endpoints, establishing a secure user identity flow for backend requests.

Do I need to install the Telegram Apps SDK before using this integration?

Yes, you must install standard npm tooling and the Telegram Apps SDKs, specifically @telegram-apps/sdk, @telegram-apps/sdk-react, and @telegram-apps/ui, in your project before use.

Can I use React with Telegram Mini Apps to collect user preferences?

Yes, you can use React with Telegram Mini Apps to collect user preferences by integrating a WebApp into the chat using the provided @telegram-apps/sdk-react toolkit.

What is the best way to structure Telegram Mini Apps frontend and backend code?

The best way to structure Telegram Mini Apps is to separate frontend UI patterns from backend WebApp API endpoints while routing authentication through a signed initData validation workflow.