import { Button } from "@/components/ui/button" import { Bot, Sparkles, Users, Settings, Download, Brain, Shield, Zap, Tv, Trash, Lock, } from "lucide-react"; import { SiYoutube, SiForgejo } from "react-icons/si"; import { RiTelegram2Line } from "react-icons/ri"; import { TbEyeSpark } from "react-icons/tb"; import Image from "next/image"; import Footer from "@/components/footer"; import Link from "next/link"; export default function Home() { return (
Kowalski Logo

Kowalski

A powerful, multi-function Telegram bot with AI capabilities, media downloading, user management, and much more. Built for communities and power users.

Features You'll Love

Powered by TypeScript, Telegraf, Next.js, and AI.

AI Commands

Interact with over 50 AI models through simple commands. Get intelligent responses, assistance, or problem-solving help right in Telegram.

/ai
Ask questions to a custom AI model of your choice
/ask
Quick AI responses for everyday questions
/think
Deep reasoning with optional visible thinking

YouTube/Video Downloads

Download videos directly from YouTube and other platforms and watch them in Telegram. Supports thousands of sites with integrated yt-dlp.

/yt [URL]
Quickly download videos up to 50MB
Automatic Ratelimit Detection
We'll notify you if something goes wrong
High Quality Downloads
Kowalski automatically chooses the best quality for you

Control and Fun

Your user data is always minimized and under your control. That certainly doesn't mean the experience is lacking!

User Accounts

Your user data is linked only by your Telegram ID. No data is ever sent to third parties or used for anything other than providing you with the best experience.

Personal Settings
Custom AI models, temperature, and language preferences
Account Statistics
Track AI requests, characters processed, and more
Leave at Any Time
We make it easy to delete your account at any time

Web Interface

Kowalski includes a web interface, made with Next.js, to make it easier to manage your bot, user account, and more. It's tailored to both users and admins.

Everything's Clean
We don't clutter your view with ads or distractions.
Do Everything!
We aim to integrate every feature into the web interface.
Private
We don't use any analytics, tracking, or third-party scripts.
); }