{"id":19763262,"url":"https://github.com/sougata-github/my-portfolio","last_synced_at":"2026-04-08T11:32:46.698Z","repository":{"id":253445633,"uuid":"843479699","full_name":"sougata-github/my-portfolio","owner":"sougata-github","description":"My portfolio website built using Next.js.","archived":false,"fork":false,"pushed_at":"2025-12-12T16:38:12.000Z","size":13574,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T16:01:47.894Z","etag":null,"topics":["ai-sdk-v5","framer-motion","mdx","nextjs","prompt-kit","shadcn-ui","tailwindcss","typescript","velite","vercel"],"latest_commit_sha":null,"homepage":"https://sougata.me","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/sougata-github.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-08-16T15:52:58.000Z","updated_at":"2025-12-12T16:38:16.000Z","dependencies_parsed_at":"2025-10-18T08:32:29.064Z","dependency_job_id":"222c3972-c8a3-42a2-b3d2-4c8d926fed78","html_url":"https://github.com/sougata-github/my-portfolio","commit_stats":null,"previous_names":["sougata-github/minimal-portfolio","sougata-github/my-portfolio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sougata-github/my-portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sougata-github%2Fmy-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sougata-github%2Fmy-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sougata-github%2Fmy-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sougata-github%2Fmy-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sougata-github","download_url":"https://codeload.github.com/sougata-github/my-portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sougata-github%2Fmy-portfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31554091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","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":["ai-sdk-v5","framer-motion","mdx","nextjs","prompt-kit","shadcn-ui","tailwindcss","typescript","velite","vercel"],"created_at":"2024-11-12T04:08:37.468Z","updated_at":"2026-04-08T11:32:46.668Z","avatar_url":"https://github.com/sougata-github.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to Portfolio\n\n## Preview of Live Site\n\u003cimg width=\"1271\" height=\"715\" alt=\"portfolio-1\" src=\"https://github.com/user-attachments/assets/1e5a9cd5-6697-4fd5-ba42-d067a9e5aa13\" /\u003e\n\n## Use it as a Template\n\nThis portfolio is built with **Next.js 15** — feel free to use it as a starting point.\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/sougata-github/my-portfolio\ncd my-portfolio\n```\n\n### 2. Install Dependencies\n\nUsing pnpm\n\n```bash\npnpm install\n```\n\nUsing npm\n\n```bash\nnpm install\n```\n\n### 3. Set Up Environment Variables\n\nCreate a `.env.local` file in the project root and add:\n\n```bash\nOPEN_ROUTER_API_KEY=your_openrouter_api_key\nGOOGLE_GENERATIVE_AI_API_KEY=your_gemini_api_key\n```\n\nYou can get your API keys from:\n\n- [Google AI Studio](https://aistudio.google.com/app/api-keys)\n- [OpenRouter](https://openrouter.ai/sign-in?redirect_url=https%3A%2F%2Fopenrouter.ai%2Fsettings%2Fkeys)\n\n### 4. Configure Velite for Production\n\nThe project uses `velite` for content generation.\nMake sure your package.json has the following scripts:\n\n```json\n\"scripts\": {\n  \"build:content\": \"velite --clean\",\n  \"build:next\": \"next build\",\n  \"dev\": \"next dev --turbopack\",\n  \"build\": \"pnpm run build:content \u0026\u0026 pnpm run build:next\",\n  \"start\": \"next start\"\n}\n```\n\nFor npm, replace `pnpm` run with `npm` run in the build script if needed\n\n### 5. Run Locally\n\nUsing pnpm\n\n```bash\npnpm run dev\n```\n\nUsing npm\n\n```\nnpm run dev\n```\n\n### 6. Deploy to Vercel\n\nThis project works seamlessly with Vercel.\nJust push your code to GitHub and import it into your [Vercel dashboard](https://vercel.com/new)\n\n## Contributing\n\nFound a bug, idea, or improvement?\nFeel free to open an issue or submit a pull request — contributions are always welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsougata-github%2Fmy-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsougata-github%2Fmy-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsougata-github%2Fmy-portfolio/lists"}