{"id":19805321,"url":"https://github.com/biomassives/next-supa-dashboard","last_synced_at":"2026-05-06T19:41:46.251Z","repository":{"id":262302242,"uuid":"886825111","full_name":"biomassives/next-supa-dashboard","owner":"biomassives","description":"approvideo and eco ops core 11-11-2024  author origin : w3labkr","archived":false,"fork":false,"pushed_at":"2024-11-13T15:51:28.000Z","size":3126,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T06:13:04.622Z","etag":null,"topics":["biodiversity","carbon","eco","nextjs14","server-functions","supabase","vercel"],"latest_commit_sha":null,"homepage":"https://manage.approvideo.org","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/biomassives.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}},"created_at":"2024-11-11T17:10:37.000Z","updated_at":"2024-11-13T14:51:36.000Z","dependencies_parsed_at":"2024-11-11T18:27:05.812Z","dependency_job_id":"648c4c44-5609-4679-969e-852570463983","html_url":"https://github.com/biomassives/next-supa-dashboard","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"5f8b34ae43b4b0d499194006f21b6bf52a2ffd0d"},"previous_names":["biomassives/next-supa-dashboard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biomassives%2Fnext-supa-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biomassives%2Fnext-supa-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biomassives%2Fnext-supa-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biomassives%2Fnext-supa-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/biomassives","download_url":"https://codeload.github.com/biomassives/next-supa-dashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241150237,"owners_count":19918334,"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":["biodiversity","carbon","eco","nextjs14","server-functions","supabase","vercel"],"created_at":"2024-11-12T09:03:22.548Z","updated_at":"2025-11-22T19:02:03.796Z","avatar_url":"https://github.com/biomassives.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NextJS Supabase Dashboard\n\nThis is a dashboard starter template for the [NextJS](https://nextjs.org) 14 app router using supabase based on [shadcn-ui](https://ui.shadcn.com).\n\nDenpendency\n\n- NextJS 14 + Typescript + Tailwind\n- Shadcn UI (Radix UI) + TimePicker + TagInput\n- react-hook-form + zod\n- react-i18next + zod-i18n-map\n- Redux Toolkit + Redux Persist\n- Supabase OAuth with PKCE flow (@supabase/ssr)\n- Supabase Email Auth with PKCE flow (@supabase/ssr)\n- Supabase Role-based Access Control (RBAC)\n- CKEditor 5 + Supabase Upload Adapter\n- PWA (Progressive Web Apps)\n\n## Table of Contents\n\n- [NextJS Supabase Dashboard](#nextjs-supabase-dashboard)\n  - [Table of Contents](#table-of-contents)\n  - [Screenshots](#screenshots)\n  - [Folder and file Structure](#folder-and-file-structure)\n  - [Getting Started](#getting-started)\n  - [Generate Favicon](#generate-favicon)\n  - [Docs](#docs)\n  - [Define App URL](#define-app-url)\n  - [Troubleshooting](#troubleshooting)\n  - [License](#license)\n  - [Reference](#reference)\n\n## Screenshots\n\n![screenshot](./screenshot.png)\n\n## Folder and file Structure\n\nThe folder and file structure is based on nextjs app router [next.js project structure](https://nextjs.org/docs/getting-started/project-structure).\n\n```txt\n.\n├── app/                        # App Router\n│   └── api/\n│       ├── auth/               # Public API for authentication\n│       └── v1/                 # APIs that require authentication\n├── components/                 # React components\n├── config/                     # Configuration for site\n├── context/\n│   └── app-provider.ts         # Register context provider\n├── hooks/\n├── docs/                       # Documents\n├── lib/                        # Utility functions\n├── public/                     # Static assets to be served\n│   └── [locales]/              # Internationalization\n├── queries/                    # SWR for API\n├── screenshots/                # Screenshots\n├── store/                      # Redux reducers\n├── supabase/                   # Supabase CLI\n├── types/\n├── components.json             # Shadcn UI\n├── i18next.config.ts           # Internationalization\n└── package.json                # Project dependencies and scripts\n```\n\n## Getting Started\n\nFind and replace the following text in `supabase/seed.sql` and run sql.\n\n- `YOUR_BUCKET_ID`\n- `username@example.com`\n\nCloning a repository.\n\n```shell\ngit clone https://github.com/w3labkr/nextjs-supabase-dashboard.git\n```\n\nInstall all modules listed as dependencies.\n\n```shell\nnpm install\n```\n\nStart the development server.\n\n```shell\nnpm run dev\n```\n\n## Generate Favicon\n\nAdd `favicon.ico` file to `/app` directory.\n\n- [Favicon.ico \u0026 App Icon Generator](https://www.favicon-generator.org)\n\nGenerate manifest and splash screen.\n\n```shell\nvim public/manifest.json\n```\n\n- [PWA Image Generator](https://www.pwabuilder.com/imageGenerator),\n  [Maskable Icon Generator](https://progressier.com/maskable-icons-editor),\n  [PWA Manifest Generator](https://www.simicart.com/manifest-generator.html)\n- [Custom Splash Screen on iOS](https://appsco.pe/developer/splash-screens)\n\n## Docs\n\n- [INSTALLATION](./docs/INSTALLATION.md)\n- [CONFIGURATION](./docs/CONFIGURATION.md)\n- [DEPLOYING](./docs/DEPLOYING.md)\n- [LINTER](./docs/LINTER.md)\n- [EXAMPLES](./docs/EXAMPLES.md)\n\n## Define App URL\n\n- Environment: `NEXT_PUBLIC_APP_URL=`\n- Supabase Auth: Authentication \u003e URL Configuration \u003e Redirect URLs\n- Google cloud console: API \u003e Credentials\n- Google cloud console: API \u003e OAuth\n\n## Troubleshooting\n\n- For eslint, check the [latest version](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin?activeTab=versions) of `@typescript-eslint/eslint-plugin` and upgrade.\n- For ckeditor5, check the downloadable version in the [online builder](https://ckeditor.com/ckeditor-5/online-builder/) and upgrade.\n- If an error occurs in the pre-rendered `sitemap.xml`, access the page in development mode and run a rebuild.\n\n## License\n\nThis software license under the [MIT License](LICENSE).\n\n## Reference\n\n- [shadcn-ui/ui](https://github.com/shadcn-ui/ui)\n- [shadcn-ui/taxonomy](https://github.com/shadcn-ui/taxonomy)\n- [nextjs-slack-clone](https://github.com/supabase/supabase/tree/master/examples/slack-clone/nextjs-slack-clone)\n- [nextjs-subscription-payments](https://github.com/vercel/nextjs-subscription-payments)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiomassives%2Fnext-supa-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiomassives%2Fnext-supa-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiomassives%2Fnext-supa-dashboard/lists"}