{"id":14968942,"url":"https://github.com/cosmiclasagnadev/supa-mantine","last_synced_at":"2025-07-27T16:33:56.894Z","repository":{"id":127895842,"uuid":"595525164","full_name":"cosmiclasagnadev/supa-mantine","owner":"cosmiclasagnadev","description":"⚡️ The Supa-Mantine Stack Template ⚡️ ∙ a small template I made for easier and faster setup of apps made with Mantine and Supabase. Ideal for prototyping or experimenting your small ideas with Supabase and Mantine's styled components.","archived":false,"fork":false,"pushed_at":"2023-04-26T09:47:38.000Z","size":120,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T16:21:31.826Z","etag":null,"topics":["mantine","mantine-theme","mantine-ui","mantine-v5","next","nextjs","react","reactjs","supabase","supabase-js","typescript"],"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/cosmiclasagnadev.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":"2023-01-31T09:04:45.000Z","updated_at":"2024-11-08T07:52:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"fdb5ca83-a33f-4b49-9336-c9ff3c0be13b","html_url":"https://github.com/cosmiclasagnadev/supa-mantine","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":0.2222222222222222,"last_synced_commit":"cee3f271bcf3e7c1c2aaa6ba007b028427168370"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/cosmiclasagnadev/supa-mantine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmiclasagnadev%2Fsupa-mantine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmiclasagnadev%2Fsupa-mantine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmiclasagnadev%2Fsupa-mantine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmiclasagnadev%2Fsupa-mantine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cosmiclasagnadev","download_url":"https://codeload.github.com/cosmiclasagnadev/supa-mantine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmiclasagnadev%2Fsupa-mantine/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267386852,"owners_count":24079114,"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-07-27T02:00:11.917Z","response_time":82,"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":["mantine","mantine-theme","mantine-ui","mantine-v5","next","nextjs","react","reactjs","supabase","supabase-js","typescript"],"created_at":"2024-09-24T13:40:51.003Z","updated_at":"2025-07-27T16:33:56.858Z","avatar_url":"https://github.com/cosmiclasagnadev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![supa-mantine template](/assets/thumb.png)\n\n# Supa-Mantine Stack Template ⚡️\n\nThis template was built for faster prototyping or experimenting with Supabase and the Mantine Styled Component Library.\n\n- [Supabase Documentation](https://supabase.com/docs/reference/javascript/installing)\n- [Mantine Documentation](https://mantine.dev/guides/next/)\n\nThis is a stack I primarily use from time to time. Feel free to post some issues here on Github.\n\n## Usage\n\nStart generating the template by entering:\n\n`yarn create next-app [project-name] -e 'https://github.com/cosmiclasagnadev/supa-mantine'`\n\nor\n\n`npx create-next-app [project-name] -e 'https://github.com/cosmiclasagnadev/supa-mantine'`\n\nThen `cd [project-name]` and do `yarn` or `npm install`\n\nYou can also automatically instantiate a git repo here on github with this template by pressing the \"Use this template\" button up top.\n\n## Upcoming\n\n- [ ] (Maybe) a CLI Tool?\n\n## Supabase\n\nMake sure to input your Supabase env keys in a `.env.local` file in the root of this directory. You can generate the keys for your projects from [here](https://app.supabase.com/projects).\n\nIt will throw an error at first run if you don't have these variables set.\n\nFeel free to use and rename the `.env.example`\n\n## Pages/Routes\n\nPage routes can be found in the `pages` folder\n\n## Theming\n\nFor more on theming with Mantine, please refer to [here](https://mantine.dev/theming/theme-object/)\nThe folder for that is in `theme`\n\n## Components\n\nCan be found in `components` folder\n\n## Util Functions\n\nCan be found in `utils` folder\n\n## Types\n\nCan be found in `types` folder\n\n## NEXT API Routes\n\nCan be found in `pages/api` folder. I've also added `axios` to this template since I tend to use that as well for fetching other stuff that's not from supabase, but it is totally up to you if you want to remove axios and use another library (for example, maybe [wretch](https://www.npmjs.com/package/wretch)! )\n\n## Libraries\n\nFor integrating with other libraries, I suggest you put the initializations/context setup in the `lib` folder. The only reason why there isn't a \"supabase\" file in there is because there are auth-helper libraries already setup and installed into the template. (Refer to @supabase/auth-helpers-nextjs @supabase/auth-helpers-react).\n\nThis isn't to say that you should JUST primarily use other supabase helpers here (or supabase for that matter!) -- I just built this template to easily generate and streamline the setup of small apps I make, since I do the setup repetitively (most of the time)\n\n## Issues/Pull Requests\n\nFeel free to criticize and give feedback on the template by opening issues or pull requests! This was meant to be a small time template tool for easier prototyping/experimenting on some ideas that you may have and you like to use the same tools here.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmiclasagnadev%2Fsupa-mantine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosmiclasagnadev%2Fsupa-mantine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmiclasagnadev%2Fsupa-mantine/lists"}