Skip to content

1ceit/profile

Repository files navigation

Custom Profile Page

A standalone, highly customizable profile page built with React, TypeScript, and Vite.

Why?

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.

Getting Started

  1. Clone the repository

    git clone https://github.com/1ceit/profile.git
    cd profile
  2. Install dependencies

    npm install
  3. Run locally

    npm run dev
  4. Configuration

    • Edit src/components/Profile.tsx to change:
      • Username & Bio
      • Background (Video/Image)
      • Discord Avatar & Decoration
    • Edit src/components/SocialLinks.tsx to add/remove links.
    • Edit src/components/Icons.tsx to add new SVG icons.
  5. Build for production

    npm run build

    The output will be in the dist folder, ready to deploy to Vercel, Netlify, or your own VPS.

Attribution

If you use this code for your own profile, a link back to this repository or a shoutout to 1ceit is appreciated.

License

MIT License. Free to use, modify, and distribute.

About

Source for my Guns.lol profile copy.

Resources

License

Stars

Watchers

Forks