{"id":28098634,"url":"https://github.com/netlify-templates/auto-annotated-portfolio","last_synced_at":"2025-10-05T19:17:04.339Z","repository":{"id":238836826,"uuid":"797688307","full_name":"netlify-templates/auto-annotated-portfolio","owner":"netlify-templates","description":"This is a full-fledged portfolio website built with Next.js, Tailwind and Netlify Create with Git Content Source.","archived":false,"fork":false,"pushed_at":"2025-09-29T04:44:59.000Z","size":6967,"stargazers_count":54,"open_issues_count":8,"forks_count":73,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-09-29T06:21:16.409Z","etag":null,"topics":["nextjs","tailwindcss","template","visual-editor"],"latest_commit_sha":null,"homepage":"https://auto-annotated-portfolio.netlify.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/netlify-templates.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":"2024-05-08T10:23:10.000Z","updated_at":"2025-09-29T04:45:01.000Z","dependencies_parsed_at":"2024-09-16T05:45:10.688Z","dependency_job_id":"a526cf7c-97b6-40f1-8f33-38fd5953df6d","html_url":"https://github.com/netlify-templates/auto-annotated-portfolio","commit_stats":null,"previous_names":["stackbit-themes/auto-annotated-portfolio","netlify-templates/auto-annotated-portfolio"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/netlify-templates/auto-annotated-portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify-templates%2Fauto-annotated-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify-templates%2Fauto-annotated-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify-templates%2Fauto-annotated-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify-templates%2Fauto-annotated-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netlify-templates","download_url":"https://codeload.github.com/netlify-templates/auto-annotated-portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify-templates%2Fauto-annotated-portfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278505030,"owners_count":25998054,"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-10-05T02:00:06.059Z","response_time":54,"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":["nextjs","tailwindcss","template","visual-editor"],"created_at":"2025-05-13T17:58:28.620Z","updated_at":"2025-10-05T19:17:04.294Z","avatar_url":"https://github.com/netlify-templates.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Netlify Developer Portfolio Starter (auto-annotated)\n\n![Developer Portfolio](https://assets.stackbit.com/docs/personal-nextjs-starter-thumb.png)\n\nThis is a full-fledged portfolio website built with Next.js, Tailwind CSS, [visual editor](https://docs.netlify.com/visual-editor/overview/) and the [Git Content Source](https://docs.netlify.com/create/content-sources/git/).\n\nThe codebase showcases **how to apply annotations at scale**, meaning: how to make much of your components [highlightable in the visual editor](https://docs.netlify.com/visual-editor/visual-editing/inline-editor/) through data attributes without manually adding code throughout the codebase.\n\n**This is achieved by:**\n\n1. Adding an annotation property to the content objects at they're loaded (see `src/utils/content.ts`)\n1. When rendering the page, each content sub-object is dynamically matched to the appropriate component. At this point, wrap each component with an annotation, based on the abovementioned content property. See `src/components/components-registry.tsx`.\n\n**⚡ Demo:** [auto-annotated-portfolio.netlify.app](https://auto-annotated-portfolio.netlify.app)\n\n## Deploying to Netlify\n\nIf you click \"Deploy to Netlify\" button, it will create a new repo for you that looks exactly like this one, and sets that repo up immediately for deployment on Netlify.\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/auto-annotated-portfolio)\n\n## Getting Started\n\nThe typical development process is to begin by working locally. Clone this repository, then run `npm install` in its root directory.\n\nRun the Next.js development server:\n\n```txt\ncd auto-annotated-portfolio\nnpm run dev\n```\n\nInstall the [Netlify visual editor CLI](https://www.npmjs.com/package/@stackbit/cli). Then open a new terminal window in the same project directory and run the Netlify visual editor dev server:\n\n```txt\nnpm install -g @stackbit/cli\nstackbit dev\n```\n\nThis outputs your own Netlify visual editor URL. Open this, register or sign in, and you will be directed to Netlify's visual editor for your new project.\n\n![Next.js Dev + Netlify visual editor dev](https://assets.stackbit.com/docs/next-dev-stackbit-dev.png)\n\n## Next Steps\n\nHere are a few suggestions on what to do next if you're new to Netlify Visual Editor:\n\n- Learn [how Netlify Visual Editor works](https://docs.netlify.com/visual-editor/overview/)\n- Check [Netlify visual editor reference documentation](https://visual-editor-reference.netlify.com/)\n\n## Support\n\nIf you get stuck along the way, get help in our [support forums](https://answers.netlify.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlify-templates%2Fauto-annotated-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetlify-templates%2Fauto-annotated-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlify-templates%2Fauto-annotated-portfolio/lists"}