{"id":26148803,"url":"https://github.com/felipfr/tanstack-router-query-auth0-template","last_synced_at":"2026-04-11T11:35:39.290Z","repository":{"id":281743950,"uuid":"946282654","full_name":"felipfr/tanstack-router-query-auth0-template","owner":"felipfr","description":"Modern React template featuring TanStack Router, TanStack Query, Auth0 authentication, and shadcn/ui components powered by Vite and React 19.","archived":false,"fork":false,"pushed_at":"2025-12-08T04:23:19.000Z","size":363,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-19T20:35:10.016Z","etag":null,"topics":["auth0","react","shadcn-ui","tailwindcss","tanstack-react-query","tanstack-router","vite"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/felipfr.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-03-10T22:39:50.000Z","updated_at":"2025-09-29T09:04:26.000Z","dependencies_parsed_at":"2025-03-10T23:40:40.330Z","dependency_job_id":null,"html_url":"https://github.com/felipfr/tanstack-router-query-auth0-template","commit_stats":null,"previous_names":["felipfr/tanstack-router-query-auth0-template"],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/felipfr/tanstack-router-query-auth0-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipfr%2Ftanstack-router-query-auth0-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipfr%2Ftanstack-router-query-auth0-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipfr%2Ftanstack-router-query-auth0-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipfr%2Ftanstack-router-query-auth0-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felipfr","download_url":"https://codeload.github.com/felipfr/tanstack-router-query-auth0-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipfr%2Ftanstack-router-query-auth0-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31679480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"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":["auth0","react","shadcn-ui","tailwindcss","tanstack-react-query","tanstack-router","vite"],"created_at":"2025-03-11T05:21:44.347Z","updated_at":"2026-04-11T11:35:39.271Z","avatar_url":"https://github.com/felipfr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TanStack Router Query Auth0 Template\n\nA modern React application using TanStack Router and other cutting-edge technologies.\n\n## Features\n\n- ⚡ [Vite](https://vite.dev/) - Extremely fast build tool and development server\n- 📦 [React 19](https://react.dev/) - With React Compiler for optimized performance\n- 🔒 [Auth0](https://auth0.com/) - Complete authentication and authorization with Role-Based Access Control (RBAC)\n- 🚀 [TanStack Router](https://tanstack.com/router/latest) - File-based routing with built-in data loading\n- 🔍 [TanStack Query](https://tanstack.com/query/latest) - Efficient server state management\n- 🎨 [Tailwind CSS](https://tailwindcss.com/) - Utility-first CSS framework\n- 🔬 [React Scan](https://react-scan.com/) - Performance analysis and optimization tool\n- 🌐 [Jotai](https://jotai.org/) - Atomic and simple state management\n- 🧩 [shadcn/ui](https://ui.shadcn.com/) - Re-usable components built with Radix UI and Tailwind\n- 🔔 [Sonner](https://sonner.emilkowal.ski/) - Elegant notification system\n- 🎭 [Lucide Icons](https://lucide.dev/) - Beautiful \u0026 consistent icon toolkit\n- 🌙 Light/Dark Mode with [next-themes](https://github.com/pacocoursey/next-themes)\n\n## Quick Start\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/felipfr/tanstack-router-query-auth0-template.git\ncd tanstack-router-query-auth0-template\n```\n\n2. Install dependencies:\n\n```bash\nnpm install\n# or\nyarn install\n# or\npnpm install\n```\n\n3. Set up environment variables:\n\n```bash\ncp .env.local.example .env.local\n```\n\nEdit the .env.local file with your settings.\n\n4. Start the development server:\n\n```bash\nnpm run start:dev\n# or\nyarn start:dev\n# or\npnpm start:dev\n```\n\n5. Open your browser and navigate to [http://localhost:3000](http://localhost:3000).\n\n## Project Structure\n\n```plaintext\napp/\n├── app.tsx          # Root application component\n├── main.tsx         # Application entry point\n├── components/      # Reusable components\n│   ├── pages/       # Page-specific components\n│   ├── shared/      # Shared components\n│   ├── theme-toggle.tsx # Theme toggler\n│   └── ui/          # UI components (based on shadcn/ui)\n├── lib/             # Utility functions and logic\n│   ├── config/      # Configurations (router, query, etc)\n│   ├── constants/   # Application constants\n│   ├── hooks/       # Custom hooks\n│   ├── store/       # Global state (Jotai)\n│   ├── types/       # Type definitions\n│   └── utils/       # Utility functions\n├── routes/          # Application routes (TanStack Router)\n└── styles/          # Global styles\n```\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Contributing\nIf you have suggestions or improvements, feel free to open an issue or submit a pull request. Contributions are welcome!\n\n⭐ Like this template? Don't forget to give it a star on GitHub! ⭐\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipfr%2Ftanstack-router-query-auth0-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelipfr%2Ftanstack-router-query-auth0-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipfr%2Ftanstack-router-query-auth0-template/lists"}