{"id":22386781,"url":"https://github.com/eklavya-raj/Free3DPortfolio","last_synced_at":"2026-05-04T20:39:47.966Z","repository":{"id":266426232,"uuid":"898310417","full_name":"ProgrammingInBlood/Free3DPortfolio","owner":"ProgrammingInBlood","description":"A modern, interactive portfolio website built with Next.js 14, featuring a stunning 3D scene, smooth animations, and responsive design. Create your own professional portfolio in just 5 minutes by customizing the configuration!","archived":false,"fork":false,"pushed_at":"2024-12-04T07:18:31.000Z","size":441,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T02:41:32.082Z","etag":null,"topics":["free","nextjs","portfolio","threejs"],"latest_commit_sha":null,"homepage":"https://free3dportfolio.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProgrammingInBlood.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-04T07:02:24.000Z","updated_at":"2025-01-14T11:49:30.000Z","dependencies_parsed_at":"2024-12-04T08:30:28.929Z","dependency_job_id":null,"html_url":"https://github.com/ProgrammingInBlood/Free3DPortfolio","commit_stats":null,"previous_names":["programminginblood/free3dportfolio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammingInBlood%2FFree3DPortfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammingInBlood%2FFree3DPortfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammingInBlood%2FFree3DPortfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammingInBlood%2FFree3DPortfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProgrammingInBlood","download_url":"https://codeload.github.com/ProgrammingInBlood/Free3DPortfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245734084,"owners_count":20663633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["free","nextjs","portfolio","threejs"],"created_at":"2024-12-05T02:06:32.872Z","updated_at":"2026-05-04T20:39:47.937Z","avatar_url":"https://github.com/ProgrammingInBlood.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Free 3D Portfolio Template\n\nA modern, interactive portfolio website built with Next.js 14, featuring a stunning 3D scene, smooth animations, and responsive design. Create your own professional portfolio in just 5 minutes by customizing the configuration!\n\n## ⚡ Quick Start Guide (5 Minutes to Your Portfolio)\n\n1. **Clone \u0026 Install (1 minute)**\n   ```bash\n   git clone https://github.com/ProgrammingInBlood/Free3DPortfolio.git\n   cd Free3DPortfolio\n   npm install\n   ```\n\n2. **Customize Configuration (3 minutes)**\n   - Open `/config.ts`\n   - Update your personal information:\n     ```typescript\n     export const siteConfig = {\n       title: 'Your Name | Portfolio',\n       description: 'Your portfolio description',\n       author: 'Your Name',\n       email: 'your.email@example.com',\n       socials: {\n         github: 'your-github',\n         linkedin: 'your-linkedin',\n         twitter: 'your-twitter'\n       }\n     };\n     ```\n   - Add your projects, skills, and experience\n   - Customize the 3D scene icons and colors\n\n3. **Deploy (1 minute)**\n   - Push to GitHub\n   - Deploy on Vercel with one click\n   - Your portfolio is live! 🎉\n\n## 🎯 One-Click Deploy\n\nDeploy your own portfolio to Vercel with one click:\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/ProgrammingInBlood/Free3DPortfolio)\n\n## ✨ Key Features\n\n- 🎮 Interactive 3D Scene with Three.js\n  - Floating tech stack icons\n  - Customizable through configuration\n  - Smooth animations\n- 📱 Fully Responsive Design\n- 🎯 Smooth Page Transitions \u0026 Animations\n- 🎨 Clean \u0026 Modern UI with Tailwind CSS\n- 🔍 SEO Optimized\n- 🚄 Fast Loading \u0026 Performance\n\n## 🛠️ Tech Stack\n\n- Next.js 14\n- TypeScript\n- Three.js \u0026 React Three Fiber\n- Framer Motion\n- Tailwind CSS\n- React Icons\n\n## 📝 Configuration Guide\n\nAll customization can be done in the `/config.ts` file. No coding required!\n\n### 1. Site Configuration\nUpdate your personal information and social links in `config.ts`:\n```typescript\nexport const siteConfig = {\n  title: 'Your Name | Portfolio',\n  description: 'Your portfolio description',\n  author: 'Your Name',\n  email: 'your.email@example.com',\n  socials: {\n    github: 'your-github',\n    linkedin: 'your-linkedin',\n    twitter: 'your-twitter',\n  }\n};\n```\n\n### 2. Content Sections\nEach section is fully configurable in `config.ts`:\n- **Hero**: Your intro and CTAs\n- **About**: Your story and experience\n- **Skills**: Your tech stack\n- **Projects**: Your work showcase\n- **Contact**: Your contact form\n\n### 3. 3D Scene Configuration\nCustomize the 3D scene in `config.ts`:\n```typescript\nexport const scene3DConfig = {\n  // Camera settings\n  camera: {\n    fov: 45,\n    position: [0, 1.8, 4]\n  },\n  // Tech icons floating around the scene\n  techIcons: [\n    { Icon: SiReact, color: '#61DAFB' },\n    { Icon: SiNextdotjs, color: '#ffffff' },\n    // Add or remove icons as needed\n  ],\n  // Other scene settings\n  background: '#111111'\n};\n```\n\n## 📁 Project Structure\n\n```\nportfolio/\n├── app/\n│   ├── components/     # React components\n│   │   ├── sections/  # Page sections\n│   │   └── ui/       # UI components\n│   ├── hooks/        # Custom hooks\n│   └── layout.tsx    # Root layout\n├── config.ts         # Site configuration\n├── public/          # Static assets\n└── styles/         # Global styles\n```\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🌟 Show Your Support\n\nIf you find this template helpful, please give it a star on GitHub! ⭐️\n\n## 📧 Contact\n\nFor any questions or feedback, please reach out to me:\n- GitHub: [@ProgrammingInBlood](https://github.com/ProgrammingInBlood)\n- Email: [singheklavya@proton.me](mailto:singheklavya@proton.me)\n\n---\nMade with ❤️ by [ProgrammingInBlood](https://github.com/ProgrammingInBlood)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feklavya-raj%2FFree3DPortfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feklavya-raj%2FFree3DPortfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feklavya-raj%2FFree3DPortfolio/lists"}