{"id":15769544,"url":"https://github.com/btc415/nextjs-supabase-blog","last_synced_at":"2025-04-01T14:32:15.140Z","repository":{"id":228448362,"uuid":"774027840","full_name":"BTC415/Nextjs-Supabase-Blog","owner":"BTC415","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-16T19:12:35.000Z","size":3097,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-11T14:16:07.249Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://nextjs-supabase-blog-chi.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/BTC415.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-03-18T20:19:30.000Z","updated_at":"2024-09-02T14:38:28.000Z","dependencies_parsed_at":"2024-10-25T13:49:13.684Z","dependency_job_id":"319f61bd-b5af-4f9d-99f4-8cd12a931895","html_url":"https://github.com/BTC415/Nextjs-Supabase-Blog","commit_stats":{"total_commits":162,"total_committers":2,"mean_commits":81.0,"dds":0.05555555555555558,"last_synced_commit":"5df2f340fd2bc1b4058dcb3462542ee12f2553a2"},"previous_names":["btc415/nextjs-supabase-blog"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BTC415%2FNextjs-Supabase-Blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BTC415%2FNextjs-Supabase-Blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BTC415%2FNextjs-Supabase-Blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BTC415%2FNextjs-Supabase-Blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BTC415","download_url":"https://codeload.github.com/BTC415/Nextjs-Supabase-Blog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246604610,"owners_count":20804100,"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-04T14:03:15.698Z","updated_at":"2025-04-01T14:32:14.381Z","avatar_url":"https://github.com/BTC415.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\" style=\"margin-top: 120px\"\u003e\n\n  \u003ch1 align=\"center\"\u003eNextjs - Supabase Blogging Applicaition\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  The \u003cem\u003eall-in-one\u003c/em\u003e starter kit \u003cbr/\u003e\n  for building multi-user, full-stack blogging applications.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#introduction\"\u003e\u003cstrong\u003eIntroduction\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"https://ub.cafe\"\u003e\u003cstrong\u003eDemo\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#\"\u003e\u003cstrong\u003eGuide\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#contributing\"\u003e\u003cstrong\u003eContributing\u003c/strong\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\n## Introduction\n\nThe [Blogging application](https://ub.cafe) is a multi-user, full-stack Next.js app with Supabase support. Built with [Next.js App Router](https://nextjs.org/docs/app), [Supabase Auth](https://supabase.com/docs/guides/auth) and [Supabase Database](https://supabase.com/docs/guides/database), [Supabase Storage](https://supabase.com/docs/guides/storage).\n\n## 💻 Frontend\n\nhttps://github.com/BTC415/Nextjs-Supabase-Blog/assets/25026241/c0488b1b-ff48-4871-849d-806f09c39322\n\n## 🧰 Backend\n\nhttps://github.com/BTC415/Nextjs-Supabase-Blog/assets/25026241/29c35c5f-ad67-4f5b-9943-0fd0d94448b8\n\n## 📚 Tech Stacks\n\n- App Router,\n- Server Actions\n- Server and Client Components\n- Data Fetching, Insertion using [Supabase-JS-Client](https://supabase.com/docs/reference/javascript/introduction)\n- API Routes and Middlewares\n- Cookie based Authentication using [Supabase Auth](https://supabase.com/docs/guides/auth/auth-helpers/nextjs)\n- CMS using [Supabase Database](https://supabase.com/docs/guides/database)\n- Metadata files\n- Open Graph Image Generation using [Vercel/Og](https://vercel.com/docs/concepts/functions/edge-functions/og-image-generation)\n- Image Upload using [Uppy](https://uppy.io) and [Supabase Storage](https://supabase.com/docs/guides/storage/uploads)\n- Styled using [Tailwind CSS](https://tailwindcss.com/)\n- UI Components using [HeadlessUI](https://headlessui.com), [Radix-UI](https://radix-ui.com), [Shadcn-UI](https://ui.shadcn.com/)\n- WYSIWYG editor using [Novel](https://novel.sh/)\n- Loading, Error, NotFound, Empty pages\n- Sending emails using [NodeMailer](https://nodemailer.com) and [React Email](https://https://react.email/), [Gmail](https://gmail.com)\n- Forms using [React-Hook-Forms](https://www.react-hook-form.com/)\n- Toasts using [React-Hot-Toast](https://react-hot-toast.com/)\n- Validations using [Zod](https://zod.dev)\n- Icons using [HeroIcons](https://heroicons.com/) \u0026 [Lucide-Icon](https://lucide.dev/icons/)\n- Newsletter using [ConvertKit](https://convertkit.com/)\n- Drawer using [Vaul](https://vaul.emilkowal.ski/)\n- Written in [TypeScript](https://www.typescriptlang.org/)\n\n## ⌨️ Code Quality\n\n- [TypeScript](https://www.typescriptlang.org/)\n- [Prettier](https://prettier.io/)\n- [ESLint](https://eslint.org/)\n\n## 📈 Miscellaneous\n\n- [Vercel Analytics](https://vercel.com/analytics)\n\n# ⚙️ Getting Started\n\n## Requirements\n\nTo run this app locally you need\n\n- [Node.js (Version: \u003e=18.x)](https://nodejs.org/en/download/)\n- Node Package Manager NPM - included in Node.js\n- [PostgreSQL (local or remote)](https://www.postgresql.org/download/)\n\n## Developer Quickstart\n\nWant to get up and running quickly? Follow these steps:\n\n- [Clone the repository](https://help.github.com/articles/cloning-a-repository/) it to your local device.\n\n  ```sh\n  git clone https://github.com/BTC415/Nextjs-Supabase-Blog.git\n  ```\n\n- Set up your [Supabase Database](https://supabase.com/docs/guides/database) and Auth wit with [Social Logins](https://supabase.com/docs/guides/auth/social-login)\n- Set up your [ConverKit](https://ihatetomatoes-nextjs-101.vercel.app/post/convertkit-api-variables)\n- Set up your `.env` file using the recommendations in the `.env.example` file.\n- Run `npm installation` in the root directory\n  ```sh\n  npm installation --legacy-peer-deps\n  ```\n- Run `npm run dev` in the root directory\n- Want it even faster? Just use\n  ```sh\n  npm run d\n  ```\n\nThat's it! You should now be able to access the app at http://localhost:3000\n\nAdmin dashboard will also be available on http://localhost:300/editor/posts\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtc415%2Fnextjs-supabase-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbtc415%2Fnextjs-supabase-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtc415%2Fnextjs-supabase-blog/lists"}