{"id":41740342,"url":"https://github.com/imljs/next-starter","last_synced_at":"2026-03-09T10:03:05.797Z","repository":{"id":276241694,"uuid":"927988748","full_name":"ImLJS/next-starter","owner":"ImLJS","description":"Modern Next.js 16 starter with Better Auth, Drizzle ORM, tRPC, Biome, and Tailwind CSS v4; ships with Bun-first scripts, PostgreSQL support, and full-stack type safety.","archived":false,"fork":false,"pushed_at":"2026-02-24T14:43:57.000Z","size":418,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-24T19:04:58.603Z","etag":null,"topics":["better-auth","bun","drizzle","nextjs","shadcn","starter","tailwind","template","trpc"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ImLJS.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-05T21:47:06.000Z","updated_at":"2026-02-24T14:43:56.000Z","dependencies_parsed_at":"2025-02-07T04:39:02.200Z","dependency_job_id":null,"html_url":"https://github.com/ImLJS/next-starter","commit_stats":null,"previous_names":["imljs/nextjs-template","imljs/next-starter"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/ImLJS/next-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImLJS%2Fnext-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImLJS%2Fnext-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImLJS%2Fnext-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImLJS%2Fnext-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ImLJS","download_url":"https://codeload.github.com/ImLJS/next-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImLJS%2Fnext-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30290940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"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":["better-auth","bun","drizzle","nextjs","shadcn","starter","tailwind","template","trpc"],"created_at":"2026-01-25T00:12:34.464Z","updated_at":"2026-03-09T10:03:05.787Z","avatar_url":"https://github.com/ImLJS.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next.js Starter\n\nA modern, full-stack Next.js starter template with authentication, database ORM, and type-safe APIs.\n\n## Tech Stack\n\n- **[Next.js 16](https://nextjs.org)** - React framework with App Router and Turbopack\n- **[Better Auth](https://www.better-auth.com/)** - Modern authentication library\n- **[tRPC](https://trpc.io)** - End-to-end type-safe APIs\n- **[Drizzle ORM](https://orm.drizzle.team)** - TypeScript ORM for PostgreSQL\n- **[Tailwind CSS v4](https://tailwindcss.com)** - Utility-first CSS framework\n- **[Biome](https://biomejs.dev/)** - Fast linter and formatter\n- **[React Query](https://tanstack.com/query)** - Powerful data synchronization\n- **[Zod](https://zod.dev)** - TypeScript-first schema validation\n\n## Getting Started\n\n### Prerequisites\n\n- [Bun](https://bun.sh) v1.3.6 or later\n- PostgreSQL database\n\n### Installation\n\n```bash\n# Install dependencies\nbun install\n\n# Set up environment variables\ncp .env.example .env\n\n# Push database schema\nbun db:push\n\n# Start development server\nbun dev\n```\n\nThe app will be available at [http://localhost:3000](http://localhost:3000).\n\n## Available Scripts\n\n- `bun dev` - Start development server with Turbopack\n- `bun build` - Build for production\n- `bun start` - Start production server\n- `bun preview` - Build and start production server\n- `bun check` - Lint and format check with Biome\n- `bun check:write` - Lint and format with auto-fix\n- `bun typecheck` - Run TypeScript type checking\n- `bun db:push` - Push schema changes to database\n- `bun db:studio` - Open Drizzle Studio\n- `bun db:generate` - Generate migrations\n- `bun db:migrate` - Run migrations\n- `bun cz` - Create conventional commits\n\n## Features\n\n- ✅ Server Components \u0026 Server Actions\n- ✅ Type-safe database queries with Drizzle ORM\n- ✅ Full-stack type safety with tRPC\n- ✅ Authentication with Better Auth\n- ✅ PostgreSQL database\n- ✅ Tailwind CSS v4 with CSS-first configuration\n- ✅ Code quality tools (Biome, TypeScript, Husky)\n- ✅ Conventional commits with Commitizen\n\n## Environment Variables\n\nCreate a `.env` file based on `.env.example` and configure:\n\n- `DATABASE_URL` - PostgreSQL connection string\n- `BETTER_AUTH_SECRET` - Secret for Better Auth\n- Additional auth provider credentials (if using OAuth)\n\n## Deployment\n\nThis project can be deployed to:\n\n- [Vercel](https://vercel.com) (recommended)\n- [Netlify](https://netlify.com)\n- Any platform supporting Next.js\n\nMake sure to configure environment variables and set up your PostgreSQL database in production.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimljs%2Fnext-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimljs%2Fnext-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimljs%2Fnext-starter/lists"}