{"id":50204460,"url":"https://github.com/fjrfthrrhmn/nextjs-starterkit","last_synced_at":"2026-05-26T00:32:58.890Z","repository":{"id":358381671,"uuid":"1232573418","full_name":"fjrfthrrhmn/nextjs-starterkit","owner":"fjrfthrrhmn","description":"Production-ready Next.js starter kit built with TypeScript, Tailwind CSS, App Router, scalable architecture, authentication-ready setup, reusable components, and modern developer tooling for building high-performance web applications.","archived":false,"fork":false,"pushed_at":"2026-05-17T05:48:51.000Z","size":582,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-17T06:39:47.889Z","etag":null,"topics":["app-router","boilerplate","developer-experience","eslint","fjrfthrrhmn","frontend","fullstack","nextjs","nextjs-starter","nextjs-template","prettier","production-ready","react","saas","shadcn-ui","starter-kit","tailwindcss","typescript","webapp"],"latest_commit_sha":null,"homepage":"https://nextjs-starterkit-pi.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fjrfthrrhmn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-08T04:09:19.000Z","updated_at":"2026-05-17T05:48:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/fjrfthrrhmn/nextjs-starterkit","commit_stats":null,"previous_names":["fjrfthrrhmn/nextjs-starterkit"],"tags_count":null,"template":true,"template_full_name":null,"purl":"pkg:github/fjrfthrrhmn/nextjs-starterkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fjrfthrrhmn%2Fnextjs-starterkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fjrfthrrhmn%2Fnextjs-starterkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fjrfthrrhmn%2Fnextjs-starterkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fjrfthrrhmn%2Fnextjs-starterkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fjrfthrrhmn","download_url":"https://codeload.github.com/fjrfthrrhmn/nextjs-starterkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fjrfthrrhmn%2Fnextjs-starterkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33498906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T14:31:05.219Z","status":"ssl_error","status_checked_at":"2026-05-25T14:31:02.878Z","response_time":57,"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":["app-router","boilerplate","developer-experience","eslint","fjrfthrrhmn","frontend","fullstack","nextjs","nextjs-starter","nextjs-template","prettier","production-ready","react","saas","shadcn-ui","starter-kit","tailwindcss","typescript","webapp"],"created_at":"2026-05-26T00:32:57.302Z","updated_at":"2026-05-26T00:32:58.863Z","avatar_url":"https://github.com/fjrfthrrhmn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next App\n\nFoundation project Next.js 16 dengan arsitektur Feature-Sliced Design (FSD),\nTypeScript strict, Tailwind CSS v4, dan tooling modern.\n\n## Tech Stack\n\n| Teknologi                    | Fungsi                        |\n| ---------------------------- | ----------------------------- |\n| **Next.js 16** (App Router)  | Routing, SSR, RSC, API Routes |\n| **TypeScript** (Strict)      | Type safety                   |\n| **Tailwind CSS v4**          | Styling utility-first         |\n| **Shadcn UI / Radix**        | Component primitives          |\n| **TanStack React Query**     | Server state management       |\n| **Zustand**                  | Client state management       |\n| **Zod**                      | Runtime validation            |\n| **next-intl**                | Internasionalisasi            |\n| **Motion**                   | Animasi                       |\n| **Vitest + Testing Library** | Unit / integration test       |\n| **Playwright**               | E2E test                      |\n\n## Struktur Folder\n\n```\nsrc/\n├── app/            # Routing \u0026 layout (App Router)\n├── components/     # Shared components (ui/, layouts/, widgets/, providers/)\n├── config/         # App configuration\n├── constants/      # Global constants\n├── data/           # Static data \u0026 mock\n├── features/       # Feature modules (FSD)\n├── hooks/          # Shared hooks\n├── i18n/           # Internationalization\n├── lib/            # Third-party integrations\n├── styles/         # Global styles\n├── testing/        # Test utilities \u0026 setup\n├── types/          # Global type definitions\n└── utils/          # Pure utility functions\n```\n\n## Prasyarat\n\n- [Bun](https://bun.sh) \u003e= 1.2 (atau Node.js \u003e= 20)\n- Git\n\n## Setup Development\n\n```bash\n# 1. Clone repository\ngit clone https://github.com/fjrfthrrhmn/next-app.git\ncd next-app\n\n# 2. Install dependencies\nbun install\n\n# 3. Copy environment variables\ncp .env.example .env\n# Edit .env sesuai kebutuhan\n\n# 4. Jalankan development server\nbun dev\n```\n\nBuka [http://localhost:3000](http://localhost:3000) di browser.\n\n## Scripts\n\n| Perintah          | Deskripsi                |\n| ----------------- | ------------------------ |\n| `bun dev`         | Start development server |\n| `bun build`       | Production build         |\n| `bun start`       | Start production server  |\n| `bun lint`        | ESLint check             |\n| `bun format`      | Prettier check           |\n| `bun format:fix`  | Prettier format          |\n| `bun check-types` | TypeScript type checking |\n| `bun test`        | Vitest (watch mode)      |\n| `bun test:run`    | Vitest (single run)      |\n\n## Quality Gates\n\nSebelum push, pastikan semua lolos:\n\n```bash\nbun check-types  # Type checking\nbun lint         # ESLint\nbun format       # Prettier\nbun test:run     # Unit \u0026 integration tests\nbun build        # Production build\n```\n\nGit hooks (Husky) akan menjalankan lint-staged otomatis di pre-commit\ndan typecheck + test di pre-push.\n\n## Dokumentasi\n\nSeluruh dokumentasi engineering tersedia di `.docs/`:\n\n| Sub-folder      | Isi                                  |\n| --------------- | ------------------------------------ |\n| `architecture/` | System architecture, data flow       |\n| `technical/`    | Tech stack, dependencies, setup      |\n| `engineering/`  | Coding standards, code review        |\n| `adr/`          | Architecture Decision Records        |\n| `api/`          | API documentation                    |\n| `testing/`      | Testing strategy \u0026 coverage goals    |\n| `deployment/`   | Deployment pipeline \u0026 environments   |\n| `security/`     | Auth, authorization, data protection |\n| `ai/`           | AI collaboration guide               |\n| `product/`      | Product vision \u0026 roadmap             |\n| `design/`       | Design system \u0026 UI/UX guidelines     |\n| `glossary/`     | Project terminology                  |\n| `onboarding/`   | Developer onboarding guide           |\n\n## Lisensi\n\nDistributed under the MIT License. Lihat `LICENSE` untuk informasi lebih lanjut.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffjrfthrrhmn%2Fnextjs-starterkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffjrfthrrhmn%2Fnextjs-starterkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffjrfthrrhmn%2Fnextjs-starterkit/lists"}