{"id":28304698,"url":"https://github.com/mrbubbles-src/portfolio","last_synced_at":"2026-04-08T18:31:15.196Z","repository":{"id":291673896,"uuid":"978399160","full_name":"mrbubbles-src/portfolio","owner":"mrbubbles-src","description":"Modern fullstack portfolio built with Next.js 15, Tailwind CSS v4, and shadcn/ui — featuring projects, skills, dark mode, and email integration via Resend.","archived":false,"fork":false,"pushed_at":"2025-12-04T22:00:41.000Z","size":15668,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-08T05:52:30.977Z","etag":null,"topics":["fullstack-development","nextjs","portfolio","portfolio-website","react","resend","shadcn-ui","tailwindcss","typescript","vercel"],"latest_commit_sha":null,"homepage":"https://www.mrbubbles-src.dev","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/mrbubbles-src.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-05T23:37:54.000Z","updated_at":"2025-12-04T21:53:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"879d7dca-9c31-419e-8742-8b00b6867ae2","html_url":"https://github.com/mrbubbles-src/portfolio","commit_stats":null,"previous_names":["mrbubbles-src/portfolio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mrbubbles-src/portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrbubbles-src%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrbubbles-src%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrbubbles-src%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrbubbles-src%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrbubbles-src","download_url":"https://codeload.github.com/mrbubbles-src/portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrbubbles-src%2Fportfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31568577,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["fullstack-development","nextjs","portfolio","portfolio-website","react","resend","shadcn-ui","tailwindcss","typescript","vercel"],"created_at":"2025-05-24T01:11:27.465Z","updated_at":"2026-04-08T18:31:15.185Z","avatar_url":"https://github.com/mrbubbles-src.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💻 mrbubbles-src Portfolio\n\nThis is my personal developer portfolio, built with **Next.js 15**, **App Router**, **TypeScript**, **Tailwind CSS v4**, **shadcn/ui**, and **react-hook-form**.\n\nIt showcases projects, skill stacks, contact capabilities, and SEO-ready pages with modern UI components and email delivery via Resend.\n\n---\n\n## 🚀 Tech Stack\n\n- **Framework**: [Next.js 15](https://nextjs.org)\n- **Styling**: [Tailwind CSS v4](https://tailwindcss.com)\n- **Components**: [shadcn/ui](https://ui.shadcn.com)\n- **Forms**: `react-hook-form` with shadcn form integration\n- **Email**: [Resend](https://resend.com) API with autoresponder\n- **Hosting**: [Vercel](https://vercel.com)\n- **SEO**: Dynamic metadata, Open Graph images via `@vercel/og`\n- **Assets**: Favicon, social previews, and dark/light mode branding\n\n---\n\n## 📦 Getting Started\n\n```bash\n# Install dependencies\nnpm install\n\n# Start development server\nnpm run dev\n\nThen open http://localhost:3000 in your browser.\n\n```\n\n---\n\n## 📁 Project Structure\n\n```text\napp/                      # Next.js App Router\n├─ globals.css            # Tailwind base styles\n├─ [lang]/                # Locale segment (de/en)\n│  ├─ layout.tsx          # ThemeProvider, Navbar, Footer\n│  ├─ loading.tsx         # Locale loading\n│  ├─ not-found.tsx       # Locale 404\n│  ├─ page.tsx            # /[lang] (landing)\n│  ├─ cv/                 # /[lang]/cv (CV viewer)\n│  │  └─ page.tsx\n│  ├─ datenschutz/        # /[lang]/datenschutz (privacy)\n│  │  └─ page.tsx\n│  ├─ impressum/          # /[lang]/impressum (legal notice)\n│  │  └─ page.tsx\n│  └─ [...not-found]/     # Catch‑all → notFound()\n│     └─ page.tsx\n├─ actions/               # Server actions (e.g. sendMail)\n├─ api/\n   └─ og/route.tsx        # Dynamic OpenGraph image\ncomponents/               # Reusable Components\n├─ layout/                # Page sections\n│  ├─ about/\n│  ├─ contact/\n│  ├─ footer/\n│  ├─ navbar/\n│  ├─ projects/\n│  └─ stack/\n├─ ui/                    # shadcn base components\n├─ context/               # Theme context\n├─ data/                  # Project + tech data\n├─ dictionaries/          # i18n JSON (en.json, de.json)\n├─ lib/                   # Utility helpers\n└─ public/                # Static assets (images, icons, PDFs etc.)\n```\n\n---\n\n🌐 Live Demo\n\nVisit the portfolio live at: https://mrbubbles-src.dev\n\n---\n\n✨ Features\n\n• One-pager responsive layout\n\n• CV viewer + download\n\n• Custom shadcn cards\n\n• Themed components with light/dark mode\n\n• Auto email reply system\n\n⸻\n\n📄 License\n\nMIT © mrbubbles-src\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrbubbles-src%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrbubbles-src%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrbubbles-src%2Fportfolio/lists"}