A minimalistic, high-performance web portfolio built with modern tools to make the web feel alive.
If you like what you see or borrowed some inspiration, consider dropping a star!
Feel free to fork this project to use as a base for your own personal website! Just be sure to customize the content, links, and styling to make it uniquely yours. The codebase is heavily modularized, making it simple to tweak the design system in tailwind.config.js and structure in App.tsx.
If you do use it, a star on this repository and a small credit at the bottom of your site would be highly appreciated!
Local installation is fast and easy:
-
Clone the repository:
git clone https://github.com/zoxilsi/zoxilsi.cc.git
-
Navigate into the folder:
cd zoxilsi.cc -
Install the dependencies:
npm install
-
Spin up your local development server:
npm run dev
This application is built as a static frontend. Node.js is exclusively utilized locally to power Vite and process Tailwind CSS styling.
When you run npm run build, everything compiles down into optimized vanilla HTML/CSS/JS. It's ready to be seamlessly deployed via platforms like Vercel or Netlify with zero backend infrastructure required.