{"id":30584250,"url":"https://github.com/NikSchaefer/nextjs-boilerplate","last_synced_at":"2025-08-29T09:03:20.842Z","repository":{"id":37816927,"uuid":"327088976","full_name":"NikSchaefer/nextjs-boilerplate","owner":"NikSchaefer","description":"☂️  NextJS Boilerplate with TailwindCSS, Typescript, shadcn/ui, and Mixpanel. For CI/CD with Vercel","archived":false,"fork":false,"pushed_at":"2024-04-29T00:52:59.000Z","size":3767,"stargazers_count":12,"open_issues_count":10,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-28T17:01:53.887Z","etag":null,"topics":["eslint","google-analytics","jest","nextjs","nextjs-typescript","template"],"latest_commit_sha":null,"homepage":"https://nextjs.nikschaefer.com","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/NikSchaefer.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}},"created_at":"2021-01-05T18:45:53.000Z","updated_at":"2024-04-29T00:34:31.000Z","dependencies_parsed_at":"2023-12-02T20:24:20.278Z","dependency_job_id":"d2666544-694d-476b-bcf8-353751393860","html_url":"https://github.com/NikSchaefer/nextjs-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/NikSchaefer/nextjs-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikSchaefer%2Fnextjs-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikSchaefer%2Fnextjs-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikSchaefer%2Fnextjs-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikSchaefer%2Fnextjs-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NikSchaefer","download_url":"https://codeload.github.com/NikSchaefer/nextjs-boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikSchaefer%2Fnextjs-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272658791,"owners_count":24971604,"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","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"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":["eslint","google-analytics","jest","nextjs","nextjs-typescript","template"],"created_at":"2025-08-29T09:03:10.521Z","updated_at":"2025-08-29T09:03:20.817Z","avatar_url":"https://github.com/NikSchaefer.png","language":"TypeScript","funding_links":[],"categories":["Boilerplates \u0026 Starters"],"sub_categories":[],"readme":"# ☂️ NextJS Boilerplate\n\nThis is a NextJS boilerplate that comes with TailwindCSS, Typescript, Prettier,\nand Mixpanel, making it easy for you to kickstart your Next.js projects with\nmodern web development tools and best practices. It also includes Vercel\nintegration for easy CI/CD setup and uses the shadcn/ui design system.\n\n## Features 🔥\n\n-   🚀 Next.js: A popular React framework for building server-rendered React\n    applications.\n-   🎨 Comprehensive Design System: Built with\n    [shadcn/ui](https://ui.shadcn.com/), a high quality design system for\n    building modern web applications.\n-   📦 SWR: A React Hooks library for remote data fetching.\n-   📂 Lucide: A comprehensive \u0026 beautiful icon set with over 1,400 icons.\n    [lucide](https://lucide.dev)\n-   💅 TailwindCSS: A highly customizable CSS framework for building modern user\n    interfaces.\n-   🔍 Typescript: A statically typed superset of JavaScript that provides\n    better code quality and error checking.\n-   🔧 Prettier: An opinionated code formatter that enforces consistent code\n    style for better code readability.\n-   📊 Mixpanel Tracking: Integrated tracking of user interactions and events\n    for monitoring and analyzing traffic.\n-   🌍 Vercel: CI/CD integration with Vercel for seamless deployment and hosting\n    of Next.js applications.\n\n## Quickstart 🚀\n\n💾 Clone the repository\n\n`git clone https://github.com/NikSchaefer/nextjs-boilerplate.git`\n\n📂 Change directory to the cloned repository\n\n`cd nextjs-boilerplate`\n\n📦 Install dependencies\n\n`npm install`\n\n🏗️ Start the development server:\n\n`npm run dev or yarn dev`\n\n🌐 Open your browser and go to `http://localhost:3000` to see the Next.js app\nrunning locally.\n\n## Deployment 🛠️\n\nThis boilerplate is configured to be easily deployed to Vercel. You can deploy\nthe app to Vercel by following these steps:\n\n1. 🚀 Sign up for a free account on Vercel: `https://vercel.com/signup`\n2. 💻 Install the Vercel CLI globally on your machine: `npm install -g vercel`\n3. 🔑 Authenticate with your Vercel account: `vercel login`\n4. 🌍 Deploy the app: `vercel`\n5. 🎉 Follow the prompts to deploy the app to Vercel. Once deployed, you will\n   receive a unique URL where your app is live.\n\n## Resources 🎨\n\n-   [Next.js Documentation](https://nextjs.org/docs)\n-   [shadcn/ui Documentation](https://ui.shadcn.com/)\n-   [SWR Documentation](https://swr.vercel.app/)\n-   [Axios Documentation](https://axios-http.com/docs/intro)\n-   [TailwindCSS Documentation](https://tailwindcss.com/docs)\n-   [TypeScript Documentation](https://www.typescriptlang.org/docs/)\n-   [Prettier Documentation](https://prettier.io/docs/en/)\n-   [Mixpanel Documentation](https://docs.mixpanel.com/docs/what-is-mixpanel)\n-   [Vercel Documentation](https://vercel.com/docs)\n\n## Contact 💡\n\nIf you have any questions or suggestions regarding this project, or just want to\nsay hi. You can contact us via the following methods:\n\n-   📧 Email: nikkschaefer@gmail.com\n-   🐦 Portfolio: https://nikschaefer.com\n-   🌐 GitHub: https://github.com/NikSchaefer\n\nWe appreciate your interest and support in this project!\n\n## License 📜\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNikSchaefer%2Fnextjs-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNikSchaefer%2Fnextjs-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNikSchaefer%2Fnextjs-boilerplate/lists"}