One link. All your creations.
CreatorHub is a modern link-in-bio platform for content creators — writers, YouTubers, streamers, podcasters, musicians, designers, and more.
Built with React.js (frontend), and Storyblok CMS, it gives creators a customizable hub to showcase everything they do in one place.
- 🎨 Customizable Pages – templates tailored for creators (bio, portfolio, project hub).
- 🔗 One-Link Sharing – showcase socials, YouTube, Medium, Twitch, Substack, Spotify, etc.
- ⚡ Powered by Storyblok – creators manage content visually, no coding required.
- 🌍 Fast & Responsive – optimized for mobile and desktop.
Frontend
Backend(Planned not yet IMPLEMENTED)
CMS
- Storyblok (content management)
Deployment
- Frontend: Vercel / Netlify
- Backend: Render / Railway / Heroku
git clone https://github.com/your-team/creatorhub.gitcd creatorhub2️⃣ Setup Frontend
cd frontendnpm installnpm run devFrontend runs on http://localhost:3000
Create .env.local in frontend/:
env
STORYBLOK_API_TOKEN=your_token_here
NEXT_PUBLIC_API_URL=http://localhost:5000creatorhub/
│── frontend/ # React.js app
│ ├── src/
│ │ ├── components/ # UI components
│ │ ├── pages/ # routes
│ │ ├── utils/ # storyblok client
│ ├── package.json
│
│── README.md
Name Role GitHub
Vera Daniel FullStack Dev/Team Lead @veradanicode
Akinola Bright FullStack Dev @Brightdotdev
Anyia Favour FullStack Dev @favjoyce“CreatorHub empowers creators with a single, beautiful hub for all their work — backed by analytics and customization, making it easier for fans to discover, engage, and connect.”
Add backend (Node.js/Express) for user accounts & analytics.
Integrate social media APIs for richer creator profiles.
Expand with mobile app (React Native).
Offer themes & personalization for creator pages.
Add community features (comments, fan engagement).