{"id":37413014,"url":"https://github.com/sev-2/raiden","last_synced_at":"2026-02-24T13:05:35.244Z","repository":{"id":217414551,"uuid":"741980466","full_name":"sev-2/raiden","owner":"sev-2","description":"A Framework for Supabase","archived":false,"fork":false,"pushed_at":"2026-02-20T18:12:41.000Z","size":2057,"stargazers_count":29,"open_issues_count":7,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-20T21:50:23.840Z","etag":null,"topics":["supabase"],"latest_commit_sha":null,"homepage":"https://raiden.sev-2.com","language":"Go","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/sev-2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2024-01-11T14:10:37.000Z","updated_at":"2026-02-20T18:12:03.000Z","dependencies_parsed_at":"2024-05-17T07:36:26.966Z","dependency_job_id":"36a18836-47cd-4386-9169-13c0824ea3ba","html_url":"https://github.com/sev-2/raiden","commit_stats":null,"previous_names":["sev-2/raiden"],"tags_count":83,"template":false,"template_full_name":null,"purl":"pkg:github/sev-2/raiden","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sev-2%2Fraiden","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sev-2%2Fraiden/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sev-2%2Fraiden/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sev-2%2Fraiden/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sev-2","download_url":"https://codeload.github.com/sev-2/raiden/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sev-2%2Fraiden/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29783615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T10:45:18.109Z","status":"ssl_error","status_checked_at":"2026-02-24T10:45:09.911Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["supabase"],"created_at":"2026-01-16T05:57:19.840Z","updated_at":"2026-02-24T13:05:35.225Z","avatar_url":"https://github.com/sev-2.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raiden Framework\n[![Build Status](https://github.com/sev-2/raiden/actions/workflows/raiden.yaml/badge.svg?branch=main)](https://github.com/sev-2/raiden/actions?query=branch%3Amain)\n[![codecov](https://codecov.io/gh/sev-2/raiden/branch/main/graph/badge.svg)](https://codecov.io/gh/sev-2/raiden)\n[![Go Report Card](https://goreportcard.com/badge/github.com/sev-2/raiden)](https://goreportcard.com/report/github.com/sev-2/raiden)\n[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9207/badge)](https://www.bestpractices.dev/projects/9207)\n\n## Introduction\nRaiden is a cutting-edge framework designed for seamless integration with Supabase, focusing on enhancing security, streamlining backend processes, and providing consistent schema management. It specifically addresses the need to avoid direct client-side calls to the database, ensuring more secure and efficient data handling.\n\n## Key Objectives\n- Enhanced Security: Prevent direct client-side database calls to bolster security.\n- Unified Backend Management: Introduce a unified layer for managing Remote Procedure Calls (RPC), Edge Functions, and standard APIs, simplifying backend complexity.\n- Consistent Schema Management: Provide tools for consistent and efficient management and persistence of database schemas.\n\n## Features\n- Secure Database Interaction: Ensures secure communication between client and database, mitigating risks associated with direct database access.\n- Unified Backend Layer: Streamlines the creation and management of RPCs, Edge Functions, and APIs, offering a centralized way to handle backend logic.\n- Schema Consistency: Tools to manage database schemas with ease, ensuring consistency across different stages of development.\n\n## Getting Started\n### Prerequisites\n- Go (version 1.21.6 or higher)\n- Supabase account and project setup\n\n### Installation\nDownload our binary, or build from your local.\n```\nUsage:\n  raiden [command]\n\nAvailable Commands:\n  apply       Apply resource to supabase\n  build       Build app binary\n  completion  Generate the autocompletion script for the specified shell\n  configure   Configure project\n  generate    Generate application resource\n  help        Help about any command\n  imports     Import supabase resource\n  init        Init golang app\n  run         Run app server\n  serve       Serve app binary\n  start       Start new app\n  version     Show application information\n\nFlags:\n      --debug   enable log with debug mode\n  -h, --help    help for raiden\n      --trace   enable log with trace mode\n\nUse \"raiden [command] --help\" for more information about a command.\n```\n\n## Documentation\nFor detailed documentation, including security practices and schema management, visit [raiden.sev-2.com](https://raiden.sev-2.com).\n\n## Contributing\nContributions are welcome! Please read our [Contributing Guidelines](CONTRIBUTING.md) for more information.\n\n## License\nRaiden is open source and is licensed under the [MIT License](LICENSE).\n\n## Contact\nFor support or queries, please contact us at admin@refactory.id.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsev-2%2Fraiden","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsev-2%2Fraiden","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsev-2%2Fraiden/lists"}