{"id":28154040,"url":"https://github.com/spongejump/langchain-supabase","last_synced_at":"2025-05-15T06:12:44.477Z","repository":{"id":282613023,"uuid":"853195536","full_name":"spongejump/langchain-supabase","owner":"spongejump","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-06T07:12:15.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T08:41:23.553Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/spongejump.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-09-06T07:11:42.000Z","updated_at":"2024-09-06T07:12:21.000Z","dependencies_parsed_at":"2025-03-15T19:38:44.387Z","dependency_job_id":"6ab45dc2-14b0-4108-b373-bcafa028f732","html_url":"https://github.com/spongejump/langchain-supabase","commit_stats":null,"previous_names":["spongepump/langchain-supabase","spongejump/langchain-supabase"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spongejump%2Flangchain-supabase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spongejump%2Flangchain-supabase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spongejump%2Flangchain-supabase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spongejump%2Flangchain-supabase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spongejump","download_url":"https://codeload.github.com/spongejump/langchain-supabase/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254283286,"owners_count":22045141,"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":"2025-05-15T06:12:43.440Z","updated_at":"2025-05-15T06:12:44.463Z","avatar_url":"https://github.com/spongejump.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# supabase-template\n\n## Get started\n0. Make sure you have [Docker](https://www.docker.com/) installed and running\n\n1. Clone this repo\n\n2. Install dependencies, including the Supabase CLI\n\n```bash\nyarn\n```\n\n**Note**: If you install the Supabase CLI using a different method you have to make sure you are on version 1.49.4 as more recent versions currently suffer from an issue which prevents this from working correctly.\n\n3. Create frontend env file\n\n```bash\ncp .env.example .env\n```\n\n4. Create supabase functions env file\n\n```bash\necho \"OPENAI_API_KEY=sk-xxx\" \u003e supabase/.env\n```\n\n5. If not already running, start Docker. Learn how to do this for your OS [here](https://docs.docker.com/desktop/).\n\n6. Start the supabase project.\n\n```bash\nnpx supabase start\n```\n\n7. Start the supabase functions locally\n\n```bash\nyarn supabase:dev\n```\n\n8. Start the frontend locally\n\n```bash\nyarn dev\n```\n\n9. Open [http://localhost:3100](http://localhost:3100) with your browser to see the result.\n\n## Deploy\n\n1. Create a new project on [Supabase](https://supabase.io)\n\n2. Create a new project on [Vercel](https://vercel.com)\n\n3. To deploy the frontend, connect your Vercel project to your GitHub repo and push to main.\n\n4. To deploy the supabase functions, first login to Supabase:\n\n```bash\nnpx supabase login\n```\n\nThen, link your project:\n\n```bash\nnpx supabase link --project-ref \u003cproject-ref\u003e\n```\n\nThen, deploy the functions:\n\n```bash\nyarn supabase:deploy\n```\n\nOptionally, if you're also using the Supabase Vector Store from LangcChain, you'll need to push the schema to the database:\n\n```bash\nsupabase db push\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspongejump%2Flangchain-supabase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspongejump%2Flangchain-supabase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspongejump%2Flangchain-supabase/lists"}