{"id":17826015,"url":"https://github.com/charnowsky/t3-starter-supabase-i18n","last_synced_at":"2025-03-18T22:30:35.081Z","repository":{"id":198750417,"uuid":"701469187","full_name":"charnowsky/t3-starter-supabase-i18n","owner":"charnowsky","description":"T3 Stack starter - App Dir, Supabase, I18n","archived":false,"fork":false,"pushed_at":"2023-12-02T00:54:36.000Z","size":166,"stargazers_count":29,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T12:55:40.324Z","etag":null,"topics":["app-router","ci-cd","edge","i18n","i18next","i18next-react","nextjs","prisma","shadcn-ui","supabase","t3-stack","trpc","umami-analytics"],"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/charnowsky.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-10-06T17:45:37.000Z","updated_at":"2025-02-04T23:23:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"10d85f19-3e60-4ca9-a374-7242be39656c","html_url":"https://github.com/charnowsky/t3-starter-supabase-i18n","commit_stats":null,"previous_names":["jakubczarnowski/t3-starter-supabase-i18n","charnowsky/t3-starter-supabase-i18n"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charnowsky%2Ft3-starter-supabase-i18n","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charnowsky%2Ft3-starter-supabase-i18n/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charnowsky%2Ft3-starter-supabase-i18n/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charnowsky%2Ft3-starter-supabase-i18n/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charnowsky","download_url":"https://codeload.github.com/charnowsky/t3-starter-supabase-i18n/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244318184,"owners_count":20433849,"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":["app-router","ci-cd","edge","i18n","i18next","i18next-react","nextjs","prisma","shadcn-ui","supabase","t3-stack","trpc","umami-analytics"],"created_at":"2024-10-27T18:37:41.453Z","updated_at":"2025-03-18T22:30:35.076Z","avatar_url":"https://github.com/charnowsky.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# T3 stack + Supabase + App directory + I18n\n\nThis project is Edge ready (Vercel Edge runtime)\n\nThis is a starter project/boilerplate to start out with:\n\n- TRPC\n- App directory\n- Prisma\n- Supabase (Auth, Migrations, Multiple Environments, CI/CD, Storage)\n- Tailwind / Shadcn/UI\n- Configured Themes\n- Edge Ready\n- Umami analytics\n- I18n with i18next\n- Fully set up CI/CD out of the box, all you have to do is add the secrets!\n- And many more little life savers!\n\n## What's next? How do I make an app with this?\n\n- Clone this project\n- Run\n\n```\npnpm install\n```\n\n- Copy the .env.example into .env and fill out the envs\n\n## If you want to develop on local supabase instance, follow the steps below:\n\nThen go to supabase/config.toml file and change your service name.\n\nLink the project with your supabase instance:\n\n- supabase link --project-ref *\u003c*project-id*\u003e*\n\n#### If you want to create migrations by hand, go ahead and use this command:\n\n- supabase migration new \u003c_migration_name_\u003e\n\nThen go to supabase/migrations folder and add your SQL there.\n\n#### If you want to make changes with studio, use\n\n- pnpm db:diff \u003c_migration_name_\u003e\n\n## Run these initial commands\n\nEvery time you change something on local instance:\n\n```\npnpm prepare:local\n```\n\n- If you develop on cloud supabase run:\n\n```\npnpm prepare:remote\n```\n\n- Run the project\n\n```\npnpm dev\n```\n\nIf you are not familiar with the different technologies used in this project, please refer to the respective docs.\n\n- [Next.js app router](https://nextjs.org/docs)\n- [Prisma](https://prisma.io)\n- [Tailwind CSS](https://tailwindcss.com)\n- [tRPC](https://trpc.io)\n- [Supabase](https://supabase.com/docs)\n- [shadcn/ui](https://ui.shadcn.com/)\n\n## Learn More\n\nTo learn more about the [T3 Stack](https://create.t3.gg/), take a look at the following resources:\n\n- [Documentation](https://create.t3.gg/)\n- [Learn the T3 Stack](https://create.t3.gg/en/faq#what-learning-resources-are-currently-available) — Check out these awesome tutorials\n\nYou can check out the [create-t3-app GitHub repository](https://github.com/t3-oss/create-t3-app) — your feedback and contributions are welcome!\n\n## How do I deploy this?\n\nFollow deployment guides for [Vercel](https://create.t3.gg/en/deployment/vercel), [Netlify](https://create.t3.gg/en/deployment/netlify) and [Docker](https://create.t3.gg/en/deployment/docker) for more information.\n\n## Dont need Internalization?\n\nI know, that's a rare request to have. Checkout out [this](https://github.com/Jaaneek/t3-supabase-app-router) repo for more 'lightweight' version!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharnowsky%2Ft3-starter-supabase-i18n","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharnowsky%2Ft3-starter-supabase-i18n","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharnowsky%2Ft3-starter-supabase-i18n/lists"}