TP-OS is a nostalgic desktop environment built with React and Vite, featuring a retro-style interface with modern functionality. The app includes a desktop environment with icons for various applications, a taskbar, and a terminal emulator. It also features a modern blog built with React and Vite, featuring a dark theme and a responsive layout.
- Retro-style desktop environment with modern functionality
- Modern blog with dark theme and responsive layout
- SEO Optimized pages on build
- No server needed
- No Database needed
- Markdown supported for blog posts
- Tailwind CSS for styling
- React for frontend
- Vite for build tool
- SSG
Prerequisites: Node.js
- Install dependencies:
npm install - Run the app:
npm run dev
- Generate Blogs from Markdown:
npm run generate-blog - Build the app:
npm run build
- Deploy the app to static hosting service
a. Use files generated in
distdirectory

