{"id":15118763,"url":"https://github.com/guptabhaskar/nextjs-boilerplate","last_synced_at":"2025-09-28T01:30:43.963Z","repository":{"id":132670024,"uuid":"602609041","full_name":"guptabhaskar/nextjs-boilerplate","owner":"guptabhaskar","description":"Boilerplate and Starter for Next JS 13+, Tailwind CSS 3.2.4 and TypeScript","archived":false,"fork":false,"pushed_at":"2023-02-16T15:20:47.000Z","size":99,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-09-26T02:01:31.747Z","etag":null,"topics":["eslint","eslint-config","husky","nextjs","nextjs-boilerplate","nextjs-starter","postcss","postgresql","prettier","sequelize","sequelize-orm","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/guptabhaskar.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,"publiccode":null,"codemeta":null}},"created_at":"2023-02-16T15:16:10.000Z","updated_at":"2024-08-01T09:19:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"9a40245e-c126-4d2c-b48c-1685d7faada2","html_url":"https://github.com/guptabhaskar/nextjs-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guptabhaskar%2Fnextjs-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guptabhaskar%2Fnextjs-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guptabhaskar%2Fnextjs-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guptabhaskar%2Fnextjs-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guptabhaskar","download_url":"https://codeload.github.com/guptabhaskar/nextjs-boilerplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234475315,"owners_count":18839358,"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":["eslint","eslint-config","husky","nextjs","nextjs-boilerplate","nextjs-starter","postcss","postgresql","prettier","sequelize","sequelize-orm","tailwindcss","typescript"],"created_at":"2024-09-26T01:53:37.714Z","updated_at":"2025-09-28T01:30:38.666Z","avatar_url":"https://github.com/guptabhaskar.png","language":"JavaScript","funding_links":[],"categories":["Free Boilerplates"],"sub_categories":[],"readme":"# Boilerplate and Starter for Next JS 13+, Tailwind CSS 3.2.4 and TypeScript\n\n\u003cp align=\"center\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://assets.vercel.com/image/upload/v1662130559/nextjs/Icon_dark_background.png\"\u003e\n      \u003cimg src=\"https://assets.vercel.com/image/upload/v1662130559/nextjs/Icon_light_background.png\" height=\"128\"\u003e\n    \u003c/picture\u003e\n\u003c/p\u003e\n\n🚀 Boilerplate and Starter for Next.js, Tailwind CSS and TypeScript\n\n⚡️ Made with developer experience first: Next.js, TypeScript, ESLint, Prettier, Husky, PostCSS, Tailwind CSS, Sequelize.\n\nClone this project and use it to create your own [Next.js](https://nextjs.org) project.\n\n### Features\n\nIncludes:\n\n- ⚡️ [Next.js](https://nextjs.org) for Static Site Generator\n- 🔍 Type checking [TypeScript](https://www.typescriptlang.org)\n- 🎨 Integrate with [Tailwind CSS](https://tailwindcss.com)\n- 🚨 Strict Mode for TypeScript and React 18\n- ✅ Linter with [ESLint](https://eslint.org) (default NextJS Core Web Vitals)\n- 🧹 Code Formatter with [Prettier](https://prettier.io)\n- 🐶 Husky for Git Hooks\n- 💾 Sequelize as an ORM for connecting to PostgreSQL, MySQL, MariaDB, SQLite databases, and more\n\n### Getting started\n\nRun the following command on your local environment:\n\n```shell\ngit clone https://github.com/guptabhaskar/nextjs-boilerplate\ncd nextjs-boilerplate\nnpm install\ncp .env.local.example .env\n```\n\nOpen `.env` and add the `DATABASE_URL`(which should be a link to PostgreSQL DB), you can change it to any database(like MySQL, MariaDB, SQLite databases, and more) of your choice in `server/config/database.js`.\n\nCommands to seed the database(Database seeding):\n\n```shell\nnode_modules/.bin/sequelize db:migrate\nnode_modules/.bin/sequelize db:seed:all\n```\n\nThis will seed the database with objects in `server/seeders`.\n\nThen, you can run locally in development mode with live reload:\n\n```shell\nnpm run dev\n```\n\nOpen http://localhost:3000 with your favorite browser to see your project.\n\nGo to http://localhost:3000/api/profiles to see the data in the profiles table.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguptabhaskar%2Fnextjs-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguptabhaskar%2Fnextjs-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguptabhaskar%2Fnextjs-boilerplate/lists"}