{"id":15396405,"url":"https://github.com/de3ph/errorpad-next","last_synced_at":"2026-02-09T01:30:18.847Z","repository":{"id":216548128,"uuid":"741589361","full_name":"De3ph/ErrorPad-Next","owner":"De3ph","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-10T19:11:24.000Z","size":651,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-30T20:23:42.504Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://error-pad-next.vercel.app","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/De3ph.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-01-10T17:52:14.000Z","updated_at":"2024-01-10T19:07:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"6c6dc9cb-2575-404a-9172-91f50be77656","html_url":"https://github.com/De3ph/ErrorPad-Next","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"81cb697ec47451e7a895cb2637559e0829d69365"},"previous_names":["de3ph/errorpad-next"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/De3ph%2FErrorPad-Next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/De3ph%2FErrorPad-Next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/De3ph%2FErrorPad-Next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/De3ph%2FErrorPad-Next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/De3ph","download_url":"https://codeload.github.com/De3ph/ErrorPad-Next/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239800428,"owners_count":19699128,"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":[],"created_at":"2024-10-01T15:33:28.622Z","updated_at":"2026-02-09T01:30:18.786Z","avatar_url":"https://github.com/De3ph.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Supabase Starter\n\nThis starter configures Supabase Auth to use cookies, making the user's session available throughout the entire Next.js app - Client Components, Server Components, Route Handlers, Server Actions and Middleware.\n\n## Deploy your own\n\nThe Vercel deployment will guide you through creating a Supabase account and project. After installation of the Supabase integration, all relevant environment variables will be set up so that the project is usable immediately after deployment 🚀\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/next.js/tree/canary/examples/with-supabase\u0026project-name=nextjs-with-supabase\u0026repository-name=nextjs-with-supabase\u0026integration-ids=oac_jUduyjQgOyzev1fjrW83NYOv)\n\n## How to use\n\n1. Create a [new Supabase project](https://database.new)\n1. Run `npx create-next-app -e with-supabase` to create a Next.js app using the Supabase Starter template\n1. Use `cd` to change into the app's directory\n1. Run `npm install` to install dependencies\n1. Rename `.env.local.example` to `.env.local` and update the values for `NEXT_PUBLIC_SUPABASE_URL` and `NEXT_PUBLIC_SUPABASE_ANON_KEY` from [your Supabase project's API settings](https://app.supabase.com/project/_/settings/api)\n1. Run `npm run dev` to start the local development server\n\n\u003e Check out [the docs for Local Development](https://supabase.com/docs/guides/getting-started/local-development) to also run Supabase locally.\n\n### Create a Supabase client\n\nCheck out the [`/app/_examples`](./app/_examples/) folder for an example of creating a Supabase client in:\n\n- [Client Components](./app/_examples/client-component/page.tsx)\n- [Server Components](./app/_examples/server-component/page.tsx)\n- [Route Handlers](./app/_examples/route-handler/route.ts)\n- [Server Actions](./app/_examples/server-action/page.tsx)\n\n### Create `todo` table and seed with data (optional)\n\nNavigate to [your project's SQL Editor](https://app.supabase.com/project/_/sql), click `New query`, paste the contents of the [init.sql](./supabase/migrations/20230618024722_init.sql) file and click `RUN`.\n\nThis will create a basic `todos` table, enable Row Level Security (RLS), and write RLS policies enabling `select` and `insert` actions for `authenticated` users.\n\nTo seed your `todos` table with some dummy data, run the contents of the [seed.sql](./supabase/seed.sql) file.\n\n## Feedback and issues\n\nPlease file feedback and issues over on the [Supabase GitHub org](https://github.com/supabase/supabase/issues/new/choose).\n\n## More Supabase examples\n\n- [Next.js Subscription Payments Starter](https://github.com/vercel/nextjs-subscription-payments)\n- [Cookie-based Auth and the Next.js 13 App Router (free course)](https://youtube.com/playlist?list=PL5S4mPUpp4OtMhpnp93EFSo42iQ40XjbF)\n- [Supabase Auth and the Next.js App Router](https://github.com/supabase/supabase/tree/master/examples/auth/nextjs)\n- [Next.js Auth Helpers Docs](https://supabase.com/docs/guides/auth/auth-helpers/nextjs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fde3ph%2Ferrorpad-next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fde3ph%2Ferrorpad-next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fde3ph%2Ferrorpad-next/lists"}