TG
Telegram Bot Dashboard

About this project

This app is a small Next.js + Telegram integration that captures login-style submissions and forwards them to your Telegram bot. The homepage, about page, and dashboard give you a clean shell to build a more complete product around your existing login flow.

Under the hood, it uses the App Router, Tailwind CSS for styling, and shadcn/ui components for consistent design. You can extend the dummy dashboard to visualize real submissions, audit logs, or security events over time.

Tech overview

Framework
Next.js App Router
Styling
Tailwind CSS
UI components
shadcn/ui
Messaging
Telegram Bot API

You can safely treat this page as static marketing or docs content, while keeping your sensitive login handling isolated under /auth/login and the corresponding API route.