{"id":30815068,"url":"https://github.com/mattenarle10/matt-portfolio-v2","last_synced_at":"2026-05-07T05:37:32.456Z","repository":{"id":307259632,"uuid":"1028500366","full_name":"mattenarle10/matt-portfolio-v2","owner":"mattenarle10","description":"⬛️ ◽️ minimalistic less traditional personal portfolio focusing more on framer, strava-api, spotify-api","archived":false,"fork":false,"pushed_at":"2025-09-02T15:16:19.000Z","size":14197,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-02T17:25:04.287Z","etag":null,"topics":["framer","motion","nextjs","spotify-api","strava-api","tailwind"],"latest_commit_sha":null,"homepage":"https://mattenarle.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/mattenarle10.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-29T16:10:11.000Z","updated_at":"2025-09-02T15:16:22.000Z","dependencies_parsed_at":"2025-07-30T10:37:02.898Z","dependency_job_id":"8ca479e9-ba54-4ed9-864a-b769abc88891","html_url":"https://github.com/mattenarle10/matt-portfolio-v2","commit_stats":null,"previous_names":["mattenarle10/matt-portfolio-v2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mattenarle10/matt-portfolio-v2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattenarle10%2Fmatt-portfolio-v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattenarle10%2Fmatt-portfolio-v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattenarle10%2Fmatt-portfolio-v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattenarle10%2Fmatt-portfolio-v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattenarle10","download_url":"https://codeload.github.com/mattenarle10/matt-portfolio-v2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattenarle10%2Fmatt-portfolio-v2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273874160,"owners_count":25183368,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["framer","motion","nextjs","spotify-api","strava-api","tailwind"],"created_at":"2025-09-06T08:04:14.499Z","updated_at":"2026-05-07T05:37:32.451Z","avatar_url":"https://github.com/mattenarle10.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mattenarle-portfolio-v2\n\nPersonal portfolio for Matt Enarle — cloud engineer, MBA student, endurance athlete.\nLive at [mattenarle.com](https://mattenarle.com).\n\nBuilt with Next.js 16 (App Router), React 19, TypeScript, Tailwind CSS v4, and Bun.\n\n## Features\n\n- Next.js 16 with App Router and Turbopack\n- React 19 + TypeScript with strict types\n- Tailwind CSS v4 (zero-config via `@import`)\n- Light/dark mode with cookie-persisted theme\n- Framer Motion animations across the site\n- Biome for linting and formatting\n- Husky pre-commit hooks\n- Bun as runtime, package manager, and dev server\n- Vercel Analytics\n\n### Pages\n\n- `/` — Home with hero, recent Medium posts, latest Strava activity, and socials\n- `/about` — Experience, education, certifications, hobbies, gallery\n- `/projects` — Sortable project list with magnify-on-hover preview\n- `/writing` — Full Medium post list with breadcrumb JSON-LD\n\n### Integrations\n\n- Medium RSS feed (Writing section + dedicated `/writing` page)\n- Spotify Web API (recently played, top tracks)\n- Strava API (latest activity, stats)\n- Cal.com embed for scheduling\n- Google Generative AI for the on-site chat assistant\n\n### SEO\n\n- Per-route metadata, OpenGraph, and Twitter Card tags\n- JSON-LD: Person, WebSite (with SearchAction), SiteNavigationElement, BreadcrumbList\n- Dynamic sitemap and robots\n- Canonical URLs per page\n\n## Project structure\n\n```\nsrc/\n  app/\n    about/                 — About route (layout + page)\n    api/\n      chat/                — Gemini-powered chat endpoint\n      medium/              — Medium RSS parser\n      spotify/             — Spotify token + tracks endpoints\n      strava/              — Strava token + activities endpoints\n    projects/              — Projects list route\n    writing/               — Full Medium post list route\n    favicon.ico\n    globals.css\n    layout.tsx             — Root layout, theme cookie, JSON-LD\n    page.tsx               — Home\n    robots.ts\n    sitemap.ts\n  components/\n    about/                 — Experiences, education, certifications, gallery, hobbies\n    chat/                  — Chat UI + provider\n    context/               — Context-tagged components\n    home/                  — Hello, Medium, Spotify, Strava, Socials\n    layout/                — Navbar, mobile nav, footer\n    ui/                    — Reusable primitives (FadeIn, ThemeToggle, SpotifyEmbed)\n  constants/               — Project data, chat context, icons\n  context/                 — Theme + global state providers\n  hooks/                   — useIsMobile, useMediumPosts, useSpotify, useStrava (+ auth)\n  lib/                     — Helpers (chat utilities, etc.)\n  schemas/                 — Zod schemas\npublic/\n  about/                   — About page imagery and certification badges\n  projects/                — Project screenshots\n  *.png                    — Logos, icons, OG images\n  resume.pdf\n```\n\n## Getting started\n\n```bash\nbun install\ncp .env.local.example .env.local   # fill in API credentials\nbun run dev\n```\n\nOpen [localhost:3000](http://localhost:3000).\n\n### Scripts\n\n| Script              | Description                              |\n| ------------------- | ---------------------------------------- |\n| `bun run dev`       | Start dev server with Turbopack          |\n| `bun run build`     | Production build                         |\n| `bun run start`     | Start production server                  |\n| `bun run lint`      | Biome check                              |\n| `bun run lint:fix`  | Biome check + auto-fix                   |\n| `bun run format`    | Biome format only                        |\n\n### Environment variables\n\nSee `.env.local.example`. Spotify integration requires a refresh token; Strava and Google\nGenerative AI need their own keys configured for the chat and activity sections to render.\n\n## Deploy\n\nAuto-deploys to Vercel on push to `main`. Preview deployments are created for every PR.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattenarle10%2Fmatt-portfolio-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattenarle10%2Fmatt-portfolio-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattenarle10%2Fmatt-portfolio-v2/lists"}