{"id":22959231,"url":"https://github.com/timtbdev/Next.js-Portfolio-App","last_synced_at":"2025-08-13T05:31:36.104Z","repository":{"id":266187449,"uuid":"896993514","full_name":"timtbdev/portfolio-updated","owner":"timtbdev","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-14T16:20:28.000Z","size":2737,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-14T17:23:21.993Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://projects-two-nu.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timtbdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-01T19:55:47.000Z","updated_at":"2024-12-14T16:20:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"10761c20-4af0-402c-9e3a-f6a192ad8288","html_url":"https://github.com/timtbdev/portfolio-updated","commit_stats":null,"previous_names":["timtbdev/portfolio-updated"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timtbdev%2Fportfolio-updated","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timtbdev%2Fportfolio-updated/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timtbdev%2Fportfolio-updated/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timtbdev%2Fportfolio-updated/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timtbdev","download_url":"https://codeload.github.com/timtbdev/portfolio-updated/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229737479,"owners_count":18116456,"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":[],"created_at":"2024-12-14T18:16:43.612Z","updated_at":"2025-08-13T05:31:36.089Z","avatar_url":"https://github.com/timtbdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modern Portfolio Website\n\n![Portfolio-App-Product-Hunt](https://github.com/user-attachments/assets/e344041d-564d-4439-af63-c926a97b14d8)\n![Banner-02](https://github.com/user-attachments/assets/ebb36170-fdf3-4b47-bbc2-cdaa8f282b5a)\n![Banner-03](https://github.com/user-attachments/assets/a1c6a2e5-2c6c-4b86-8ef7-8f8e3d84b2df)\n![Banner-04](https://github.com/user-attachments/assets/3b5f415a-3351-49cb-97e7-094b19b774d5)\n\nA modern, blazing-fast portfolio website built with cutting-edge web technologies. Features include SEO optimization, full responsiveness, and a powerful MDX blog system.\n\n## ✨ Features\n\n- ⚡️ **Performance**: Built with Next.js 15 for optimal speed and SEO\n- 🎨 **Design**: Modern UI with Tailwind CSS v4 and ShadCN UI components\n- 📝 **Blog**: MDX-powered blog system using Fumadocs \u0026 Content Collection\n- 🔄 **State Management**: Efficient state handling with Zustand and TanStack Query v5\n- 📧 **Contact**: Integrated email functionality via Resend\n\n## 🚀 Live Demo\n\nVisit [hire-tim.com](https://hire-tim.com) to see the portfolio in action!\n\n## 🛠️ Tech Stack\n\n- **Framework**: Next.js 15\n- **Language**: TypeScript 5\n- **Styling**: Tailwind CSS v4, ShadCN UI\n- **State Management**: Zustand, TanStack Query v5\n- **Content**: MDX, Fumadocs, Content Collection\n- **Email**: Resend\n\n## 📋 Prerequisites\n\n- Node.js 18.0 or later\n- npm, yarn, or pnpm package manager\n\n## 🚀 Getting Started\n\n1. **Clone the repository**\n\n   ```bash\n   git clone https://github.com/yourusername/portfolio-template.git\n   cd portfolio-template\n   ```\n\n2. **Install dependencies**\n\n   ```bash\n   npm install\n   # or\n   yarn install\n   # or\n   pnpm install\n   ```\n\n3. **Start the development server**\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   # or\n   pnpm dev\n   ```\n\nVisit `http://localhost:3000` to see your portfolio in action!\n\n## ⚙️ Configuration\n\nThe project uses several configuration files:\n\n- `next.config.mjs` - Next.js configuration\n- `tailwind.config.ts` - Tailwind CSS configuration\n- `tsconfig.json` - TypeScript configuration\n- `contentlayer.config.ts` - Content management configuration\n\n## 🔐 Environment Variables\n\nCreate a `.env.local` file in the root directory with the following variables:\n\n```env\nNEXT_PUBLIC_APP_URL=http://localhost:3000\nNEXT_PUBLIC_WEB_URL=your_production_domain_name\nGITHUB_TOKEN=your_github_token\nNEXT_PUBLIC_SUPABASE_URL=your_supabase_url\nNEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_key\nRESEND_API_KEY=your_resend_api_key\n```\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 📞 Contact\n\nFor questions, feedback, or collaboration:\n\n- 📧 Email: timtb.dev@gmail.com\n- 🐦 X (Twitter): [@timtbdev](https://x.com/timtbdev)\n\n---\n\nMade with ❤️ by [Tim](https://hire-tim.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimtbdev%2FNext.js-Portfolio-App","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimtbdev%2FNext.js-Portfolio-App","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimtbdev%2FNext.js-Portfolio-App/lists"}