TFeed is a web application that allows users to browse and read public Telegram channels directly in their browser. No downloads, installations, or authentication required - just open and start reading.
- Browse public Telegram channels seamlessly
- Clean and intuitive user interface powered by VK UI
- Responsive design that works across devices
- No registration or Telegram account required
- Real-time channel updates
- Multi-language support via i18next
- React - UI library
- Next.js - React framework
- TypeScript - Type safety
- Redux Toolkit - State management
- VK UI - UI component library
- Tailwind CSS - Utility-first CSS
- Lucide React - Icon library
- Axios - HTTP client
- SWR - Data fetching
- React Redux - Redux bindings
- Cloudflare Pages - Hosting and deployment
- Clone the repository
- Install dependencies:
pnpm install- Start the development server:
pnpm run dev- Open http://localhost:3000 in your browser
dev- Run development serverdev:https- Run development server with HTTPSbuild- Build for productionstart- Start production serverlint- Run ESLintpages:build- For test build in Cloudflare's envdeploy- Build and deploy to production
Contributions are welcome! Please feel free to submit a Pull Request.