{"id":14156563,"url":"https://github.com/xavimondev/supaplay","last_synced_at":"2025-08-04T04:35:41.261Z","repository":{"id":188130836,"uuid":"675195215","full_name":"xavimondev/supaplay","owner":"xavimondev","description":"Supabase Launch Week 8 Hackathon - A playground to test and refine your JavaScript functions against your   PostgreSQL database.","archived":false,"fork":false,"pushed_at":"2024-01-20T16:44:26.000Z","size":498,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T23:32:52.711Z","etag":null,"topics":["playground","react","supabase","tailwindcss","typescript","webcontainer"],"latest_commit_sha":null,"homepage":"https://supaplay.vercel.app","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/xavimondev.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}},"created_at":"2023-08-06T05:16:19.000Z","updated_at":"2024-12-09T02:41:08.000Z","dependencies_parsed_at":"2023-08-13T22:46:34.419Z","dependency_job_id":"41f6ffd3-30e1-4798-9a9f-cf37c8df60f8","html_url":"https://github.com/xavimondev/supaplay","commit_stats":null,"previous_names":["xavimondev/supaplay"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xavimondev/supaplay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavimondev%2Fsupaplay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavimondev%2Fsupaplay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavimondev%2Fsupaplay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavimondev%2Fsupaplay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xavimondev","download_url":"https://codeload.github.com/xavimondev/supaplay/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavimondev%2Fsupaplay/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268649800,"owners_count":24284194,"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","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["playground","react","supabase","tailwindcss","typescript","webcontainer"],"created_at":"2024-08-17T08:06:26.584Z","updated_at":"2025-08-04T04:35:41.221Z","avatar_url":"https://github.com/xavimondev.png","language":"TypeScript","funding_links":[],"categories":["typescript"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n   \u003ca href=\"https://supaplay.vercel.app/\" target=\"_blank\"\u003e\n      \u003cimg src=\"./public/img/banner.jpg\" width=\"100%\"/\u003e\n   \u003c/a\u003e\n\u003c/div\u003e\n\n## Introduction\n\nSupaplay is a playground to effortlessly test and refine your `supabase-js` JavaScript functions against your PostgreSQL thanks to the power\nof WebContainer API.\n\n## Video demo\n\n[Watch video](https://drive.google.com/file/d/1LGrV9CETt-aLTiWxoO4JJ6lKLM48S9mp/view)\n\n## Features\n\n### Zero Setup\n\nSupaplay Playground is all set up for you. No need to configure IDEs or dependencies. Just provide your Supabase keys and start testing your queries instantly.\n\n### Interactive Query Testing\n\nWrite and execute queries using Monaco editor and get JSON-formatted results. This makes it easy to integrate the results of your queries into your own applications.\n\n### WebContainer API Magic\n\nExperience the power of WebContainerAPI, running Node.js in your browser. Effortlessly harness its capabilities to create, edit, and run code seamlessly.\n\n## Stack\n\n- [Vite + React + TypeScript](https://vitejs.dev)\n- [TailwindCSS](https://tailwindcss.com)\n- [Radix UI](https://www.radix-ui.com)\n- [WebContainer API](https://webcontainers.io)\n- [Monaco Editor for React](https://www.npmjs.com/package/@monaco-editor/react)\n- [Routing - wouter](https://github.com/molefrog/wouter)\n- [Deployment - Vercel](https://vercel.com/)\n\n## Development\n\n1.Clone the repo:\n\n```sh\ngit clone https://github.com/xavimondev/supaplay.git\n```\n\n2.Install dependencies:\n\n```sh\n# pnpm:\npnpm install\n# npm:\nnpm install\n# yarn:\nyarn install\n```\n\n2.Start the development mode:\n\n```sh\n# pnpm:\npnpm dev\n# npm:\nnpm run dev\n# yarn:\nyarn dev\n```\n\n3.Finally open [http://localhost:5173](http://localhost:5173)\n\n## Contributing\n\nYou can contribute by adding new features, fixing bugs, improving logic code, etc. All the contributions you make are really appreciated.\n\n1.[Fork](https://github.com/xavimondev/supaplay/fork) the repo.\n\n2.Create a branch:\n\n```sh\ngit switch -c newfeature\n```\n\n3.Commit and push your changes:\n\n```sh\ngit commit -am 'Add a new feature'\ngit push origin newfeature\n```\n\n4.Open a Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxavimondev%2Fsupaplay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxavimondev%2Fsupaplay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxavimondev%2Fsupaplay/lists"}