Telegram Mini App (TMA) Suite 📱
The WooPilot Telegram Mini App brings desktop-class e-commerce management directly to your smartphone. Launched in 1 tap via the App button in the chat menu or via deep-link buttons, TMA provides a fluid, tactile native app experience.🎨 Signature Luxury Dark Design System
The TMA interface is crafted to the highest modern aesthetic standards:- Deep Contrast Palette: Tailored dark slate backgrounds (
#091322and#0f1d33) with vibrant electric blue (#3b72f6) and amber gold (#ddb46b) accents. - Ergonomic 44px+ Touch Targets: All interactive buttons, switches, and tabs meet Apple Human Interface Guidelines for effortless one-handed mobile use.
- Tactile Haptic Feedback: Physical device vibrations accompany toggles, tab switches, and batch mutations via the Telegram WebApp Haptic SDK.
- Zero Layout Shift: Rigid Tailwind spacing rules ensure zero jitter and zero zero-padding collapses across all screen sizes.
🔐 Cryptographic Authentication (initData)
Every request from the Mini App to the backend is authenticated via Telegram initData HMAC-SHA256 verification:
- The Telegram client signs user metadata (
user_id,username,auth_date) with your bot’s token. - The BFF Gateway validates the signature and timestamp to prevent spoofing and session replay attacks.
- No passwords, session cookies, or external logins are ever required.