A standalone, highly customizable profile page built with React, TypeScript, and Vite.
I wanted the premium features found on site the "guns.lol" without paying a monthly subscription. So, I built them myself.
This project is completely free to use, modify, and host.
-
Clone the repository
git clone https://github.com/1ceit/profile.git cd profile -
Install dependencies
npm install
-
Run locally
npm run dev
-
Configuration
- Edit
src/components/Profile.tsxto change:- Username & Bio
- Background (Video/Image)
- Discord Avatar & Decoration
- Edit
src/components/SocialLinks.tsxto add/remove links. - Edit
src/components/Icons.tsxto add new SVG icons.
- Edit
-
Build for production
npm run build
The output will be in the
distfolder, ready to deploy to Vercel, Netlify, or your own VPS.
If you use this code for your own profile, a link back to this repository or a shoutout to 1ceit is appreciated.
MIT License. Free to use, modify, and distribute.