BitTree is a simple and customizable Linktree alternative built with Next.js.
Create a single bio link to showcase all your important links — social profiles, portfolios, projects, and more — beautifully and efficiently.
- 🔗 Create a personalized bio link page
- 🖼️ Add profile picture, name, bio, and multiple links
- 🎨 Minimal and responsive UI
- ⚡ Built with Next.js App Router
- 💅 Styled using Tailwind CSS
- 🌍 Easy deployment on Vercel
- Frontend: Next.js 14, React 18
- Styling: Tailwind CSS
- Fonts: Geist Font (by Vercel)
- Deployment: Vercel
Clone this repository and run the development server:
# Clone the repo
git clone https://github.com/yourusername/bitTree.git
# Navigate to the project
cd bitTree
# Install dependencies
npm install
# or
yarn install
# Start the dev server
npm run dev
# or
yarn devOpen http://localhost:3000 in your browser to view the app.
bitTree/
├── app/
│ ├── page.js # Main page
│ ├── layout.js # Root layout
│ └── components/ # UI components
├── public/ # Static assets
├── styles/ # Global styles
├── package.json
└── README.md⚙️ Environment Variables
Create a .env.local file and add your variables like this:
MONGODB_URI=mongodb://example.com
BitTree is developed and maintained by Ansh kathil . Feel free to ⭐ the repo if you find it useful!