{"id":13569700,"url":"https://github.com/egoist/next-fullstack-starter","last_synced_at":"2025-04-10T05:02:28.788Z","repository":{"id":39250719,"uuid":"258974565","full_name":"egoist/next-fullstack-starter","owner":"egoist","description":"Next.js + Prisma + TailwindCSS +TRPC","archived":false,"fork":false,"pushed_at":"2023-10-25T09:02:29.000Z","size":1194,"stargazers_count":211,"open_issues_count":16,"forks_count":12,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T01:11:08.965Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/egoist.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},"funding":{"github":"egoist"}},"created_at":"2020-04-26T08:05:50.000Z","updated_at":"2025-02-20T07:35:25.000Z","dependencies_parsed_at":"2024-10-23T01:32:58.746Z","dependency_job_id":null,"html_url":"https://github.com/egoist/next-fullstack-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Fnext-fullstack-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Fnext-fullstack-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Fnext-fullstack-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Fnext-fullstack-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/egoist","download_url":"https://codeload.github.com/egoist/next-fullstack-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248161270,"owners_count":21057554,"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":[],"created_at":"2024-08-01T14:00:43.025Z","updated_at":"2025-04-10T05:02:28.677Z","avatar_url":"https://github.com/egoist.png","language":"TypeScript","readme":"# Next FullStack Starter\n\nNext.js + Prisma + TailwindCSS + TRPC\n\nThis project serves as the starting point of some of my SaaS products, so I'm continuously improving it.\n\n## Features\n\n- Query database with [Prisma](https://prisma.io)\n- [Fullstack development with TRPC](https://trpc.io/)\n- [TailwindCSS](https://tailwindcss.com)\n- Login by sending code to email\n- More to come..\n\n## Documentation\n\n### Prerequisites\n\nMoving `.env.example` to `.env`.\n\nUse [direnv](https://direnv.net/) to automatically load environment variables.\n\nThen get your database ready, install PostgreSQL and make sure you have a user and database matching the default one we use:\n\n```\nDATABASE_URL=\"postgresql://postgres:password@localhost:5432/mydb?schema=public\"\n```\n\nYou can also customize it by updating `.env` file.\n\n### Development\n\n```bash\n# Install dependencies\npnpm i\n\n# Initial database\npnpm --filter web db-push\n\n# Start Next.js web app\npnpm dev\n```\n\n### NPM Scripts\n\n#### `pnpm dev`\n\nRun the development server for web app.\n\n#### `pnpm build`\n\nBuild the web app.\n\n### TRPC\n\n[TRPC](https://trpc.io) app router is located at [server/trpc/index.ts](./server/trpc/index.ts).\n\n## License\n\nMIT \u0026copy; [EGOIST](https://github.com/sponsors/egoist)\n","funding_links":["https://github.com/sponsors/egoist"],"categories":["Get Started","TypeScript","Nextjs Starter","others"],"sub_categories":["Templates"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegoist%2Fnext-fullstack-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegoist%2Fnext-fullstack-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegoist%2Fnext-fullstack-starter/lists"}