{"id":50878961,"url":"https://github.com/youssof20/godotbase","last_synced_at":"2026-06-15T12:03:27.056Z","repository":{"id":362563017,"uuid":"1259746599","full_name":"youssof20/godotbase","owner":"youssof20","description":"Docs for GodotBase - Supabase auth \u0026 database for Godot 4. Plugin on itch.io.","archived":false,"fork":false,"pushed_at":"2026-06-04T20:46:09.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-04T22:10:06.644Z","etag":null,"topics":["addon","backend","documentation","game-development","gdscript","godot","godot-engine","plugin","postgresql","supabase"],"latest_commit_sha":null,"homepage":"","language":null,"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/youssof20.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-04T20:20:20.000Z","updated_at":"2026-06-04T20:46:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/youssof20/godotbase","commit_stats":null,"previous_names":["youssof20/godotbase"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/youssof20/godotbase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youssof20%2Fgodotbase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youssof20%2Fgodotbase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youssof20%2Fgodotbase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youssof20%2Fgodotbase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/youssof20","download_url":"https://codeload.github.com/youssof20/godotbase/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youssof20%2Fgodotbase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34361403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"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":["addon","backend","documentation","game-development","gdscript","godot","godot-engine","plugin","postgresql","supabase"],"created_at":"2026-06-15T12:03:23.882Z","updated_at":"2026-06-15T12:03:27.051Z","avatar_url":"https://github.com/youssof20.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# GodotBase\n\nSupabase auth and database for Godot 4, without writing your own HTTPRequest code.\n\nThe old community Supabase addon lagged behind Godot 4.3+. GodotBase gives you one autoload: `GodotBase.auth` and `GodotBase.db`, plus signals when each call finishes.\n\n**Download:** https://chuumberry.itch.io/godotbase\n\n## Example\n\n```gdscript\nGodotBase.auth.login(\"player@example.com\", \"password123\")\nawait GodotBase.auth.auth_success\n\nGodotBase.db.insert(\"scores\", {\"player\": \"Axel\", \"score\": 9500})\nawait GodotBase.db.insert_success\n\nGodotBase.db.select(\"scores\").order(\"score\", false).limit(10).execute()\nawait GodotBase.db.select_success\n```\n\n## Install\n\n1. Download from https://chuumberry.itch.io/godotbase\n2. Copy `addons/godotbase` into your Godot 4.3+ project\n3. Enable **Project → Project Settings → Plugins → GodotBase**\n4. Paste **godotbase/supabase_url** and **godotbase/supabase_anon_key** in Project Settings\n5. Run **Project → Test Supabase Connection** (check Output)\n6. Run `addons/godotbase/sql/setup_scores.sql` in the Supabase SQL Editor if you use the example\n\nThe download zip includes `START_HERE.txt` and `QUICKSTART.md`.\n\n## Docs\n\n- [Supabase setup](docs/supabase-setup.md)\n- [API reference](docs/api-reference.md)\n- [Compatibility](docs/compatibility.md)\n\n## Support\n\nComments on https://chuumberry.itch.io/godotbase or open an issue on this repo. Include your Godot version and `[GodotBase]` lines from Output.\n\n## License\n\nDocumentation in this repository is [MIT](LICENSE). The GodotBase plugin is sold on itch.io.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoussof20%2Fgodotbase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoussof20%2Fgodotbase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoussof20%2Fgodotbase/lists"}