The official website for Tuvix-RSS, a modern RSS aggregator that helps you follow all your favorite blogs, podcasts, and news sources in one place.
Live Site: tuvix.app
This is the public-facing website for Tuvix, featuring:
- Product landing page with feature highlights
- Blog with RSS tutorials and Tuvix updates
- FAQ section
- Links to the hosted service and self-hosted options
- Astro - Static site framework
- React - Interactive components
- Tailwind CSS - Styling
- Cloudflare Pages - Hosting & deployment
- TypeScript - Type safety
- Node.js 20+ (with pnpm)
- Git
# Clone the repository
git clone https://github.com/TechSquidTV/tuvix-website.git
cd tuvix-website
# Install dependencies
pnpm install# Start the development server
pnpm devVisit http://localhost:4321 to view the site.
# Build for production
pnpm build
# Preview the production build locally
pnpm previewThe site is deployed to Cloudflare Pages. To deploy:
# Build and deploy
pnpm deployOr use Cloudflare's automatic deployments via Git integration.
Contributions are welcome! This website is part of the Tuvix project ecosystem. For contribution guidelines, see the main Tuvix-RSS Contributing Guide.
This project is part of the Tuvix ecosystem. See the main Tuvix-RSS repository for license information.
Made with ❤️ by the TechSquidTV community