{"id":28489849,"url":"https://github.com/neorandom/minimal-react-setup","last_synced_at":"2026-04-12T13:03:02.245Z","repository":{"id":295388542,"uuid":"989924779","full_name":"neoRandom/minimal-react-setup","owner":"neoRandom","description":"Minimal, scalable template with React, TypeScript, Tailwind CSS, Vite, and Supabase. Linted, styled, unopinionated, and ready for production without bloat.","archived":false,"fork":false,"pushed_at":"2025-05-25T22:34:07.000Z","size":62,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-03T03:38:37.217Z","etag":null,"topics":["eslint","minimal-setup","no-bloat","prettier","prettier-eslint","react","react-router","reactjs","supabase","supabase-auth","tailwind","tailwindcss","tailwindcss-v4","template","typescript","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/neoRandom.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}},"created_at":"2025-05-25T05:58:32.000Z","updated_at":"2025-05-25T22:34:10.000Z","dependencies_parsed_at":"2025-05-26T13:15:40.125Z","dependency_job_id":null,"html_url":"https://github.com/neoRandom/minimal-react-setup","commit_stats":null,"previous_names":["neorandom/minimal-react-setup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/neoRandom/minimal-react-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoRandom%2Fminimal-react-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoRandom%2Fminimal-react-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoRandom%2Fminimal-react-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoRandom%2Fminimal-react-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neoRandom","download_url":"https://codeload.github.com/neoRandom/minimal-react-setup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoRandom%2Fminimal-react-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278551497,"owners_count":26005386,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["eslint","minimal-setup","no-bloat","prettier","prettier-eslint","react","react-router","reactjs","supabase","supabase-auth","tailwind","tailwindcss","tailwindcss-v4","template","typescript","vite"],"created_at":"2025-06-08T07:06:38.724Z","updated_at":"2025-10-06T02:47:05.390Z","avatar_url":"https://github.com/neoRandom.png","language":"TypeScript","readme":"# Minimal React + TS + Tailwind + Supabase Setup\n\n![](https://skillicons.dev/icons?i=nodejs,vite,react,typescript,tailwind,supabase,postgresql)\n\nTemplate for a minimal but modern set of tools to make development fast and efficient. It uses:\n- [Vite](https://vitejs.dev/) for quick builds\n- [React](https://reactjs.org/) with built-in routing\n- [TypeScript](https://www.typescriptlang.org/) for type safety and aliases\n- [Supabase](https://supabase.com/) to handle the backend and authentication.\n- [Tailwind CSS v4.0](https://tailwindcss.com/) for styling (w/ the official [Prettier](https://prettier.io/) plugin)\n\nAlso organized with a clean folder structure and preconfigured with linting and formatting tools to help keep everything consistent. \n\nDesigned to avoid using any predefined UI libraries or global state managers, giving you a clean and flexible starting point, without locking you into specific choices, to build things in your own way.\n\n\u003cbr /\u003e\n\n## Why Use This Template?\n\nThis template focuses on **getting you up and running quickly**, while leaving room for you to choose the components and patterns that best suit your project. By avoiding bloat and unnecessary abstractions, it serves as a solid foundation for **scalable, maintainable applications**.\n\n####  Key Features:\n- **Lightweight and expandable**: no unnecessary dependencies\n- **Unopinionated**: no enforced UI libraries or global state managers\n- **Deployment-ready**: structured with production use in mind\n- **Developer-friendly**: clean folder structure and built-in tooling\n\n\u003cbr /\u003e\n\n## Features\n\nThe template includes:\n- ✅ Minimal setup (easy to customize)\n- ✅ Full routing boilerplate\n- ✅ Supabase integration\n- ✅ Authentication boilerplate\n- ✅ Formatting and linting\n- ✅ Complete folder structure\n- ✅ Ready-to-deploy project\n\nThe template **does not** include:\n- ❌ UI kit\n- ❌ Global state manager\n- ❌ Automated tests\n- ❌ Any sort of bloat\n\n\u003cbr /\u003e\n\n## Minimal Guide\n\nThis template includes a minimal guide to help you understand how it works and how you can customize it for your needs:\n\n[Check it out](GUIDE.md)\n\n\u003cbr /\u003e\n\n## References\n\nBased on:\n- https://vite.dev/\n- https://react.dev/\n- https://reactrouter.com/\n- https://www.typescriptlang.org/\n- https://tailwindcss.com/\n- https://github.com/tailwindlabs/prettier-plugin-tailwindcss\n- https://supabase.com/\n- https://prettier.io/\n- https://eslint.org/\n- https://opensource.org/license/mit\n\nSee also:\n- Supabase Documentation\n  - https://supabase.com/docs/\n  - https://supabase.com/docs/reference/javascript/introduction\n  - https://supabase.com/docs/guides/api/rest/generating-types\n  - https://supabase.com/docs/guides/getting-started/quickstarts/reactjs\n- UI Kit\n  - https://daisyui.com/\n  - https://ui.shadcn.com/\n- Global State Manager\n  - https://zustand-demo.pmnd.rs/\n  - https://jotai.org/\n  - https://redux.js.org/\n- Asynchronous State Manager\n  - https://tanstack.com/query/latest\n- Data Validation / Hard Type Safety\n  - https://zod.dev/\n- ORM\n  - https://www.prisma.io/\n  - https://orm.drizzle.team/\n- Deploy Plataform\n  - https://vercel.com/\n  - https://render.com/\n\n\u003cbr /\u003e\n\n## License\n\nThis Repository is under a [MIT LICENSE](LICENSE) - A.K.A.: feel free to use as you need ;)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneorandom%2Fminimal-react-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneorandom%2Fminimal-react-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneorandom%2Fminimal-react-setup/lists"}