{"id":51167088,"url":"https://github.com/navapbc/digital-service-orchestra-nextjs-template","last_synced_at":"2026-06-26T20:30:24.694Z","repository":{"id":352484730,"uuid":"1215323390","full_name":"navapbc/digital-service-orchestra-nextjs-template","owner":"navapbc","description":"DSO NextJS template repo for one-command create-dso-app installer (forked from navapbc/template-application-nextjs)","archived":false,"fork":false,"pushed_at":"2026-04-19T19:23:29.000Z","size":13205,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-19T21:20:23.209Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/navapbc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-19T19:09:56.000Z","updated_at":"2026-04-19T19:23:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/navapbc/digital-service-orchestra-nextjs-template","commit_stats":null,"previous_names":["navapbc/digital-service-orchestra-nextjs-template"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/navapbc/digital-service-orchestra-nextjs-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navapbc%2Fdigital-service-orchestra-nextjs-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navapbc%2Fdigital-service-orchestra-nextjs-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navapbc%2Fdigital-service-orchestra-nextjs-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navapbc%2Fdigital-service-orchestra-nextjs-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/navapbc","download_url":"https://codeload.github.com/navapbc/digital-service-orchestra-nextjs-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navapbc%2Fdigital-service-orchestra-nextjs-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34832916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-26T02:00:06.560Z","response_time":106,"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":[],"created_at":"2026-06-26T20:30:23.594Z","updated_at":"2026-06-26T20:30:24.689Z","avatar_url":"https://github.com/navapbc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# {{PROJECT_NAME}}\n\nA Next.js + TypeScript prototype scaffolded from the [Digital Service Orchestra (DSO) NextJS template](https://github.com/navapbc/digital-service-orchestra-nextjs-template).\n\n## Quick start\n\n```bash\nnpm install\nnpm run dev\n```\n\nThen open \u003chttp://localhost:3000\u003e.\n\n## Working with this project in Claude Code\n\nThis project is wired to the **DSO Claude Code plugin**, which provides skills for product roadmapping, epic decomposition, story planning, and TDD-based execution.\n\n```bash\nclaude        # launches Claude Code in this directory\n```\n\nInside Claude Code, the first command to try:\n\n```\n/dso:roadmap\n```\n\nIt walks you from \"I have an idea\" to a prioritized backlog of epics. From there, `/dso:sprint \u003cepic-id\u003e` executes an epic end-to-end with safety gates.\n\nSee [CLAUDE.md](CLAUDE.md) for the full DSO command reference and project conventions.\n\n## Stack\n\n- **Framework**: [Next.js](https://nextjs.org/) (App Router) + [TypeScript](https://www.typescriptlang.org/)\n- **UI**: [USWDS](https://designsystem.digital.gov) via [`react-uswds`](https://github.com/trussworks/react-uswds)\n- **Styling**: SCSS with USWDS theming\n- **Testing**: [Jest](https://jestjs.io/) + [React Testing Library](https://testing-library.com/), [Storybook](https://storybook.js.org/) for components\n- **i18n**: [next-intl](https://next-intl-docs.vercel.app/)\n\n## Available scripts\n\n| Command | What it does |\n|---------|--------------|\n| `npm run dev` | Start the development server on port 3000 |\n| `npm run build` | Build the production bundle |\n| `npm run start` | Run the production bundle |\n| `npm test` | Run unit tests with Jest |\n| `npm run lint` | Run ESLint |\n| `npm run format` | Format with Prettier |\n| `npm run format:check` | Check formatting without writing |\n| `npm run storybook` | Launch Storybook on port 6006 |\n\n## Project documentation\n\n- [CLAUDE.md](CLAUDE.md) — Claude Code project configuration and DSO command reference.\n- [project-understanding.md](project-understanding.md) — what this project is, who it serves, what success looks like. **Edit as the project evolves.**\n- [design-notes.md](design-notes.md) — design decisions and design-system conventions.\n- [.claude/ARCH_ENFORCEMENT.md](.claude/ARCH_ENFORCEMENT.md) — architectural invariants the DSO review skills enforce.\n- [docs/](docs/) — Architecture Decision Records and operational docs.\n\n## Provenance and license\n\nThis project was scaffolded from the [DSO NextJS template](https://github.com/navapbc/digital-service-orchestra-nextjs-template), which is itself derived from [`navapbc/template-application-nextjs`](https://github.com/navapbc/template-application-nextjs).\n\nBoth the template and this scaffolded project are released under the [Apache License 2.0](LICENSE). Attribution to the upstream template is preserved in [NOTICE](NOTICE).\n\n## Security\n\nSee [SECURITY.md](SECURITY.md) for vulnerability reporting.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavapbc%2Fdigital-service-orchestra-nextjs-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnavapbc%2Fdigital-service-orchestra-nextjs-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavapbc%2Fdigital-service-orchestra-nextjs-template/lists"}