{"id":14007155,"url":"https://github.com/gadingnst/fullstack-next-template","last_synced_at":"2025-04-04T21:07:15.993Z","repository":{"id":36987360,"uuid":"415355361","full_name":"gadingnst/fullstack-next-template","owner":"gadingnst","description":"Fullstack TypeScript Next.js Boilerplate with  modular architecture with full customization.","archived":false,"fork":false,"pushed_at":"2025-03-27T17:06:38.000Z","size":2267,"stargazers_count":157,"open_issues_count":10,"forks_count":16,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-28T20:07:58.675Z","etag":null,"topics":["boilerplate","boilerplate-template","fullstack","fullstack-javascript","mongodb","next","next-js","nextjs","nextjs-boilerplate","nextjs-starter","nextjs-tailwind","nextjs-template","nextjs-typescript-boilerplate","react","serverless","tailwindcss","turborepo","turborepo-example","typescript"],"latest_commit_sha":null,"homepage":"https://fullstack-next-demo.gading.dev","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/gadingnst.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":"gadingnst","ko_fi":"gadingnst","custom":["https://trakteer.id/gadingnst","https://karyakarsa.com/gadingnst"]}},"created_at":"2021-10-09T16:01:14.000Z","updated_at":"2025-03-27T16:33:33.000Z","dependencies_parsed_at":"2024-02-16T11:25:48.601Z","dependency_job_id":"e08f0651-6573-4f3d-b9cc-d62cf308d7e0","html_url":"https://github.com/gadingnst/fullstack-next-template","commit_stats":{"total_commits":344,"total_committers":5,"mean_commits":68.8,"dds":"0.47383720930232553","last_synced_commit":"76485b2ff4472fa2bab36c0bc161460174d41ac3"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gadingnst%2Ffullstack-next-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gadingnst%2Ffullstack-next-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gadingnst%2Ffullstack-next-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gadingnst%2Ffullstack-next-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gadingnst","download_url":"https://codeload.github.com/gadingnst/fullstack-next-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247249524,"owners_count":20908212,"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","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","boilerplate-template","fullstack","fullstack-javascript","mongodb","next","next-js","nextjs","nextjs-boilerplate","nextjs-starter","nextjs-tailwind","nextjs-template","nextjs-typescript-boilerplate","react","serverless","tailwindcss","turborepo","turborepo-example","typescript"],"created_at":"2024-08-10T10:01:52.010Z","updated_at":"2025-04-04T21:07:15.969Z","avatar_url":"https://github.com/gadingnst.png","language":"TypeScript","readme":"This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Features\nThis `starter-template` is packed with:\n\n- 🎉 Next.js (with [App Directory](https://nextjs.org/docs/app)).\n- ⚛️ React.\n- ✨ TypeScript.\n- 💨 Tailwind CSS - Pre-setup with PostCSS Nesting and Import.\n- 👀 SVGR - Pre-Configured import SVG directly transform to React Component with type definitions\n- 📈 Path Alias - Import your module in `src` using `@/` prefix, and in `public` using `#/`.\n- 📏 ESLint - Find and fix problems in your code.\n- 🐶 Husky - Run scripts on your staged files before they are committed.\n- 🧩 Pre-built ***components*** to handle dynamic Lazyload, Image and SVG in `packages/components/base`.\n- ⚡️ Pre-setup ***backend things*** in `packages/server/` folders.\n- 🪄 Pre-built ***utilities*** to handle common things in backend and frontend.\n- 🔥 Minimal dependencies \u0026 full of customization - Of course this template can be fully customize. You can delete that you don't need or change the DB from ***MongoDB*** to your ***very DB***.\n- 📦 Monorepo with [Turborepo](https://turbo.build/repo) - If you want to setup this template in Monorepo project, you can visit [fullstack-next-template-turbo](https://github.com/gadingnst/fullstack-next-template-turbo)\n\n## Getting Started\n\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\n`API routes` with [Route handlers](https://nextjs.org/docs/app/building-your-application/routing/router-handlers) can be accessed on [http://localhost:3000/api/jokes](http://localhost:3000/api/jokes). This endpoint can be edited in `app/api/jokes/route.ts`.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Recomendation for better development\n- [Install Tailwind CSS intellisense](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)\n- [Enable CSS module auto-completion](https://github.com/mrmckeb/typescript-plugin-css-modules#visual-studio-code)\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","funding_links":["https://github.com/sponsors/gadingnst","https://ko-fi.com/gadingnst","https://trakteer.id/gadingnst","https://karyakarsa.com/gadingnst"],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgadingnst%2Ffullstack-next-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgadingnst%2Ffullstack-next-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgadingnst%2Ffullstack-next-template/lists"}