"GitHub is where you store code. CodeSpace is where you show it off."
CodeSpace is a premium, dark-themed platform where developers build one beautiful profile — projects, skills, live demos, and social links — that recruiters, clients, and friends actually remember. Built from scratch, designed to feel like a modern SaaS product, not a spreadsheet of repositories.
|
🎨 Design
|
⚙️ Functionality
|
| Layer | Stack |
|---|---|
| Frontend | React · React Router · Tailwind CSS · Framer Motion · Lucide Icons · Vite |
| Backend | Node.js · Express · JWT Authentication · GitHub REST API |
| Database | MongoDB Atlas · Mongoose |
| Hosting | Render (Backend + Frontend) |
# 1. Clone
git clone https://github.com/<your-username>/codespace.git && cd codespace
# 2. Backend
cd backend && cp .env.example .env && npm install && npm run dev
# 3. Frontend (new terminal)
cd frontend && cp .env.example .env && npm install && npm run dev- Core profiles, auth, dashboard
- GitHub repository import
- ZIP upload for manual projects
- Cloud image uploads
- Analytics for profile & project views
- OAuth login (GitHub / Google)
Pull requests are welcome. For major changes, open an issue first to discuss what you'd like to change.
git checkout -b feature/your-feature
git commit -m "Add your feature"
git push origin feature/your-featureDistributed under the MIT License.
Made with 💻 + ☕ by Sifat Hossen Shuvo