{"id":26493986,"url":"https://github.com/dwarvesf/nextjs-boilerplate","last_synced_at":"2026-03-15T15:17:56.287Z","repository":{"id":39655174,"uuid":"405261180","full_name":"dwarvesf/nextjs-boilerplate","owner":"dwarvesf","description":"Opinionated React template for building web applications at scale","archived":false,"fork":false,"pushed_at":"2024-08-10T12:01:57.000Z","size":2502,"stargazers_count":42,"open_issues_count":2,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T02:05:29.764Z","etag":null,"topics":["boilerplate","cypress","jest","nextjs","react","swr","tailwindcss","template","typescript"],"latest_commit_sha":null,"homepage":"https://df-nextjs-boilerplate.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/dwarvesf.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-09-11T02:14:55.000Z","updated_at":"2025-02-26T20:08:52.000Z","dependencies_parsed_at":"2024-08-09T04:39:50.297Z","dependency_job_id":null,"html_url":"https://github.com/dwarvesf/nextjs-boilerplate","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/dwarvesf/nextjs-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwarvesf%2Fnextjs-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwarvesf%2Fnextjs-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwarvesf%2Fnextjs-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwarvesf%2Fnextjs-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dwarvesf","download_url":"https://codeload.github.com/dwarvesf/nextjs-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwarvesf%2Fnextjs-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30545451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-15T15:03:43.933Z","status":"ssl_error","status_checked_at":"2026-03-15T15:03:37.630Z","response_time":61,"last_error":"SSL_read: 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":["boilerplate","cypress","jest","nextjs","react","swr","tailwindcss","template","typescript"],"created_at":"2025-03-20T09:58:30.638Z","updated_at":"2026-03-15T15:17:56.260Z","avatar_url":"https://github.com/dwarvesf.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    Dwarves NextJS Boilerplate\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/dwarvesf\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/-make%20by%20dwarves-%23e13f5e?style=for-the-badge\u0026logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsBAMAAADsqkcyAAAAD1BMVEUAAAD///////////////+PQt5oAAAABXRSTlMAQL//gOnhmfMAAAAJcEhZcwAAHsIAAB7CAW7QdT4AAACYSURBVHicndLRDYJAEIThMbGAI1qAYAO6bAGXYP81uSGBk+O/h3Mev4dhWJCkYZqreOi1xoh0eSIvoCaBRjc1B9+I31g9Z2aJ5jkOsYScBW8zDerO/fObnY/FiTl3caOEH2nMzpyZhezIlgqXr2OlOX617Up/nHnPUg0+LHl18YO50d3ghOy1ioeIq1ceTypsjpvYeJohfQEE5WtH+OEYkwAAAABJRU5ErkJggg==\u0026\u0026logoColor=white\" alt=\"Dwarves Foundation\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://discord.gg/dwarvesv\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/-join%20the%20community-%235865F2?style=for-the-badge\u0026logo=discord\u0026\u0026logoColor=white\" alt=\"Dwarves Foundation Discord\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\nAn opinionated production-ready frontend boilerplate built on top of NextJS,\nshipped with TypeScript, SWR, TailwindCSS, Jest, testing-library, Cypress, and\nStorybook.\n\n## Quick Start\n\n```bash\ngit clone --depth=1 git@github.com:dwarvesf/nextjs-boilerplate.git my-project-name\ncd my-project-name\npnpm install\n```\n\nThen, you can run locally in development mode with live reload:\n\n```bash\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your favorite browser\nto see your project.\n\n## Links\n\n| Environment | URL                                                  |\n| ----------- | ---------------------------------------------------- |\n| Preview     | https://df-nextjs-boilerplate.netlify.app/           |\n| Storybook   | https://df-nextjs-boilerplate-storybook.netlify.app/ |\n\n## Documentation\n\n- [Getting started](./docs/GETTING_STARTED.md)\n- [Tech ecosystem](./docs/TECH_ECOSYSTEM.md)\n- [Code style](./docs/CODE_STYLE.md)\n- [Writing tests](./docs/WRITING_TEST.md)\n- [Editor](./docs/EDITOR.md)\n- [Deployment](./docs/DEPLOYMENT.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwarvesf%2Fnextjs-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdwarvesf%2Fnextjs-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwarvesf%2Fnextjs-boilerplate/lists"}