{"id":29351753,"url":"https://github.com/aaronlin0122/tanstack-boilerplate","last_synced_at":"2025-07-09T00:05:13.427Z","repository":{"id":260553890,"uuid":"881550454","full_name":"aaronlin0122/tanstack-boilerplate","owner":"aaronlin0122","description":"A fully type-safe boilerplate with a focus on UX and DX, complete with multiple examples.","archived":true,"fork":false,"pushed_at":"2024-12-16T04:08:32.000Z","size":1811,"stargazers_count":107,"open_issues_count":2,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-26T17:58:33.925Z","etag":null,"topics":["better-auth","prisma","react","shadcn","tailwindcss","tanstack","typescript","zod"],"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/aaronlin0122.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":"2024-10-31T19:43:21.000Z","updated_at":"2025-06-23T00:20:37.000Z","dependencies_parsed_at":"2025-04-09T12:03:01.033Z","dependency_job_id":"b9e87370-959f-4698-8c5c-7766786b893d","html_url":"https://github.com/aaronlin0122/tanstack-boilerplate","commit_stats":null,"previous_names":["nekochan0122/tanstack-boilerplate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aaronlin0122/tanstack-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronlin0122%2Ftanstack-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronlin0122%2Ftanstack-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronlin0122%2Ftanstack-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronlin0122%2Ftanstack-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaronlin0122","download_url":"https://codeload.github.com/aaronlin0122/tanstack-boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronlin0122%2Ftanstack-boilerplate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264369045,"owners_count":23597325,"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":["better-auth","prisma","react","shadcn","tailwindcss","tanstack","typescript","zod"],"created_at":"2025-07-09T00:03:11.030Z","updated_at":"2025-07-09T00:05:13.417Z","avatar_url":"https://github.com/aaronlin0122.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003e [!WARNING]\n\u003e This boilerplate is still a work in progress and **should not be used in production**.\n\n# TanStack Boilerplate\n\nA fully **type-safe** boilerplate with a focus on UX and DX, complete with multiple examples.\n\n## Tech Stack\n\n- [React 19](https://19.react.dev/)\n- [React Compiler](https://19.react.dev/learn/react-compiler)\n- [TanStack Start](https://tanstack.com/start/latest)\n- [TanStack Router](https://tanstack.com/router/latest)\n- [TanStack Query](https://tanstack.com/query/latest)\n- [TanStack Form](https://tanstack.com/form/latest)\n- [TanStack Virtual](https://tanstack.com/virtual/latest)\n- [Better Auth](https://www.better-auth.com/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [Shadcn UI](https://ui.shadcn.com/)\n- [Prisma](https://www.prisma.io/)\n- [Zod](https://zod.dev/)\n- [next-intl core library](https://next-intl-docs.vercel.app/docs/environments/core-library)\n- [Nodemailer](https://nodemailer.com/) + [React Email](https://react.email/)\n\n## Utilities\n\n- Theme - A `next-themes`-like API that integrates seamlessly with TanStack Start.\n- Custom Logger - A visually appealing logger compatible with both browser and Node environments.\n- File Upload *(TODO)* - Supports file uploads to any object storage service with a S3-compatible API.\n- Environment Variable Validation - Type-safe, runtime validation of environment variables for a more secure configuration.\n\n## Issues or Pull Requests Tracking List\n\n- Start\n  - HMR\n    - https://github.com/TanStack/router/pull/2316\n  - Server functions can't serialize error objects\n    - https://github.com/TanStack/router/issues/2535\n  - Start: createServerFn cannot return raw response objects\n    - https://github.com/TanStack/router/issues/2779\n  - Flash of Unstyled Content for quickstart plus a CSS file\n    - https://github.com/TanStack/router/issues/2700\n- Router\n  - Router optional params for i18n\n    - https://github.com/TanStack/router/discussions/146#discussioncomment-10917959\n- Virtual\n  - Compatibility with the React compiler\n    - https://github.com/TanStack/virtual/issues/736\n    - https://github.com/TanStack/virtual/pull/851\n- Vinxi\n  - Environment variables not loaded in production\n    - https://github.com/nksaraf/vinxi/issues/277\n    - https://github.com/unjs/nitro/issues/1492\n    - `node --env-file=.env .\\.output\\server\\index.mjs`\n  - Auto reload dev server when `.env` changes\n    - https://github.com/nksaraf/vinxi/issues/345\n  - No valid compatibility date is specified\n    - https://github.com/solidjs/solid-start/issues/1670\n    - https://github.com/nitrojs/nitro/pull/2511\n    - https://github.com/unjs/compatx/blob/main/RFC.md\n- ESLint\n  - Tailwindcss Plugin\n    - no-multiple-whitespace rule\n      - https://github.com/francoismassart/eslint-plugin-tailwindcss/pull/370\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronlin0122%2Ftanstack-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaronlin0122%2Ftanstack-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronlin0122%2Ftanstack-boilerplate/lists"}