biolnk.vercel.app
BioLnk is a simple yet powerful service for creating a personalized profile page. Add your profile image, a striking banner, and a bio that tells your story. The main feature? Seamlessly add links to all your social platforms, websites, and services in one place. Perfect for sharing across social media!
- Profile Image: Upload a profile picture that represents your personal brand.
- Custom Banner: Add a unique banner to make your profile stand out.
- Bio Section: Share a brief description about yourself or your brand.
- Link Integration: Add and manage links to your social media profiles, websites, and other services, all in one place.
- Responsive Design: Works seamlessly across mobile and desktop devices.
- Easy Customization: Quickly update your profile with an intuitive interface.
- Shareable Profile: Get a custom URL to share your profile easily across all platforms.
This section gives an idea for self hosting / development.
SUPABASE_URL="https://[REDACTED].supabase.co"
SUPABASE_ANON_KEY="supabase anon key"
NEXT_PUBLIC_BASE_URL=http://domain.tld
DIRECT_URL="postgresql://postgres.[REDACTED]:[REDACTED]@[REDACTED].pooler.supabase.com:5432/[REDACTED]"
DATABASE_URL="postgresql://postgres.[REDACTED]:[REDACTED]@[REDACTED].pooler.supabase.com:6543/[REDACTED]?pgbouncer=true"
SUPABASE_BUCKET_NAME="supabase storage bucket name here"
- Clone the repository
git clone https://github.com/1337kid/biolnk.git
cd biolnk
- Install dependencies
npm i
- To start development server
npm run dev
- To build for deployment
npx prisma generate && npm run build
- BioLnk uses Google authentication. All you need is a Goolge account.
- Head over to
biolnk.vercel.app/profile
to set up your profile path, links, images & other details. - View your profile at
biolnk.vercel.app/profilelnk
.
Landing Page | Add Data |
---|---|
Example Profile | In Mobile View |
---|---|