{"id":15642059,"url":"https://github.com/evavic44/sanity-nextjs-site","last_synced_at":"2025-08-22T05:06:07.869Z","repository":{"id":184523942,"uuid":"668101289","full_name":"Evavic44/sanity-nextjs-site","owner":"Evavic44","description":"Modern portfolio site built with Next.js 13, Sanity, Tailwind CSS and TypeScript","archived":false,"fork":false,"pushed_at":"2024-05-10T22:25:02.000Z","size":436,"stargazers_count":88,"open_issues_count":3,"forks_count":15,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-08T09:53:53.406Z","etag":null,"topics":["app-dir","freecodecamp","nextjs","nextjs13","portfolio","sanity","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://sanity-nextjs-site.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/Evavic44.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":"2023-07-19T03:12:16.000Z","updated_at":"2025-05-23T21:19:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"c3da9335-996c-44b9-b880-044f703e0ee3","html_url":"https://github.com/Evavic44/sanity-nextjs-site","commit_stats":null,"previous_names":["evavic44/sanity-nextjs-site"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Evavic44/sanity-nextjs-site","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evavic44%2Fsanity-nextjs-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evavic44%2Fsanity-nextjs-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evavic44%2Fsanity-nextjs-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evavic44%2Fsanity-nextjs-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Evavic44","download_url":"https://codeload.github.com/Evavic44/sanity-nextjs-site/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evavic44%2Fsanity-nextjs-site/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271588743,"owners_count":24785751,"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-08-22T02:00:08.480Z","response_time":65,"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":["app-dir","freecodecamp","nextjs","nextjs13","portfolio","sanity","tailwindcss","typescript"],"created_at":"2024-10-03T11:54:01.864Z","updated_at":"2025-08-22T05:06:07.781Z","avatar_url":"https://github.com/Evavic44.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e \n  \u003cimg width=\"200\" alt=\"sanity\" src=\"https://github.com/Evavic44/sanity-nextjs-site/assets/62628408/27a0746c-addc-478b-b052-9b3890371036\"\u003e\n  \u003ch1\u003eSanity.io + NextJS Portfolio Site\u003c/h1\u003e\n  \u003cp\u003eA portfolio template built with \u003ca href=\"https://nextjs.org\"\u003eNext.js\u003c/a\u003e, \u003ca href=\"https://tailwindcss.com\"\u003eTailwind CSS\u003c/a\u003e and \u003ca href=\"https://sanity.io\"\u003eSanity.io\u003c/a\u003e for content\u003c/p\u003e\n\u003c/div\u003e\n\nTo use this template for your portfolio site, follow the guide: [How to build a Portfolio Site with Sanity and Next.js][freecodecamp-guide] to learn how to set-up your Sanity account and connect the schema data\n\n## Features\n\n- A performant, static personal personal website with editable projects\n- Manage portfolio content through sanity content lake by visiting `yourwebsite.com/studio`\n- Webhook-triggered continuous deployment; Content updates will automatically trigger a build command\n- Built with cutting-edge technologies: Next.js 13, TypeScript, Tailwind CSS\n\n## Project Overview\n\n| [Personal Website][site]          | [Studio][studio]                 |\n| --------------------------------- | -------------------------------- |\n| ![Personal Website][site-preview] | ![Sanity Studio][studio-preview] |\n\n### Important files and folders\n\n| File(s)                                                   | Description                                     |\n| --------------------------------------------------------- | ----------------------------------------------- |\n| [`sanity.config.ts`](sanity.config.ts)                    | Config file for Sanity Studio                   |\n| [`sanity.client.ts`](sanity/sanity.client.ts)             | Config file for Sanity CLI                      |\n| [`studio`](\u003c./app/(studio)/studio/[[...index]]/page.tsx\u003e) | Where Sanity Studio is mounted                  |\n| [`schemas`](./schemas)                                    | Where Sanity Studio gets its content types from |\n| [`sanity.query.ts`](./sanity/sanity.query.ts)             | Where Sanity data is described and retrieved    |\n\n## Run project locally\n\n```bash\ngit clone https://github.com/Evavic44/sanity-nextjs-site.git\n\ncd sanity-nextjs-site\n\nnpm install\n\nnpm run dev\n```\n\nVisit [http://localhost:3000][localhost-3000] to see your site \u003cbr /\u003e\nVisit [http://localhost:3000/studio][localhost-3000-studio] to edit content\n\n## Next steps\n\n- [How to query content?][sanity-groq]\n- [Sanity + NextJS Blog Template][other-templates]\n\n\u003c!-- LINK VARIABLES --\u003e\n\n[site]: https://sanity-nextjs-site.vercel.app\n[studio]: https://sanity-nextjs-site.vercel.app/studio\n[site-preview]: https://github.com/Evavic44/sanity-nextjs-site/assets/62628408/46229dc5-e925-4608-909a-848163dd491a\n[studio-preview]: https://github.com/Evavic44/sanity-nextjs-site/assets/62628408/53148f15-3b59-4e78-b072-bb0143f8fe81\n[sanity-homepage]: https://www.sanity.io\n[sanity-groq]: https://www.sanity.io/docs/how-queries-work?utm_source=github.com\u0026utm_medium=referral\u0026utm_campaign=nextjs-v3vercelstarter\n[localhost-3000]: http://localhost:3000\n[localhost-3000-studio]: http://localhost:3000/studio\n[freecodecamp-guide]: https://www.freecodecamp.org/news/how-to-build-a-portfolio-site-with-sanity-and-nextjs/\n[other-templates]: https://github.com/sanity-io/sanity-template-nextjs-appdir-personal-website\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevavic44%2Fsanity-nextjs-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevavic44%2Fsanity-nextjs-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevavic44%2Fsanity-nextjs-site/lists"}