A Personal Portfolio Website and Blog CMS Built From Scratch with Rust, Rocket, Docker, JavaScript, HTML and Tailwind CSS. This Project Serves as Both my Digital Identity and an Engineering Sandbox for Experimenting with Modern Backend, Frontend, and Deployment Workflows.
- Backend: Rust + Rocket
- Frontend: HTML5 + JavaScript + Tailwind CSS
- Build Automation: Makefile + TeX for document generation
- Deployment: Docker for reproducibility & portability
- Portfolio showcase — projects, research, and open-source contributions
- Blog CMS — publish and serve personal blogs
- Rust-powered backend — type safety, async support, and performance
- Responsive UI — clean design with Tailwind
- Containerized — runs anywhere with Docker
- TeX integration — auto-generated styled documents
git clone https://github.com/visheshc14/Xen.git
cd Xendocker build -t Xen .
docker run -p 8000:8000 Xen


