{"id":51879668,"url":"https://github.com/borellion/sdk","last_synced_at":"2026-07-25T11:01:21.879Z","repository":{"id":185666908,"uuid":"329721552","full_name":"borellion/sdk","owner":"borellion","description":"Monetize your 3D experience by plugging into the Borellion Audience Network","archived":false,"fork":false,"pushed_at":"2026-07-10T15:33:04.000Z","size":45541,"stargazers_count":8,"open_issues_count":9,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-07-10T16:15:11.650Z","etag":null,"topics":["aframe","babylonjs","r3f","react-xr","reactthreefiber","sdk","spatial","threejs","unity","unity3d-plugin"],"latest_commit_sha":null,"homepage":"https://borellion.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/borellion.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-01-14T20:03:43.000Z","updated_at":"2026-07-03T19:06:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"d18299e5-79a1-4522-b46b-b4503ccec3c8","html_url":"https://github.com/borellion/sdk","commit_stats":{"total_commits":538,"total_committers":11,"mean_commits":48.90909090909091,"dds":"0.26579925650557623","last_synced_commit":"4e8d95a7b8034a55d6efb5edccfdcac5cf30ce75"},"previous_names":["zestyxyz/ads-sdk","zestymarket/zesty-sdk","zestyxyz/zesty-ads-sdk-web","borellion/sdk"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/borellion/sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borellion%2Fsdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borellion%2Fsdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borellion%2Fsdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borellion%2Fsdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/borellion","download_url":"https://codeload.github.com/borellion/sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borellion%2Fsdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35877013,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-25T02:00:06.922Z","response_time":64,"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":["aframe","babylonjs","r3f","react-xr","reactthreefiber","sdk","spatial","threejs","unity","unity3d-plugin"],"created_at":"2026-07-25T11:01:21.268Z","updated_at":"2026-07-25T11:01:21.869Z","avatar_url":"https://github.com/borellion.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Borellion Ads SDK\n\nMonetize your 3D and WebXR experiences with the Borellion Ads SDK. Display banner ads in virtual environments across multiple frameworks.\n\n[![Documentation](https://img.shields.io/badge/docs-borellion.com-blue)](https://www.borellion.com/docs)\n\n## Supported Platforms\n\n| Platform | Package | Install |\n|----------|---------|---------|\n| [A-Frame](./aframe) | `@borellion/aframe-sdk` | `npm i @borellion/aframe-sdk` |\n| [Babylon.js](./babylonjs) | `@borellion/babylonjs-sdk` | `npm i @borellion/babylonjs-sdk` |\n| [PlayCanvas](./playcanvas) | `@borellion/playcanvas-sdk` | `npm i @borellion/playcanvas-sdk` |\n| [React Three Fiber](./r3f) | `@borellion/r3f-sdk` | `npm i @borellion/r3f-sdk` |\n| [Threlte](./threlte) | `@borellion/threlte-sdk` | `npm i @borellion/threlte-sdk` |\n| [Three.js](./threejs) | `@borellion/threejs-sdk` | `npm i @borellion/threejs-sdk` |\n| [Web Components](./web) | `@borellion/web-sdk` | `npm i @borellion/web-sdk` |\n| [Wonderland Engine](./wonderland) | `@borellion/wonderland-sdk` | `npm i @borellion/wonderland-sdk` |\n| [Unity](./unity) | `com.borellion.unity-sdk` | See [Unity README](./unity/README.md) |\n\n## Quick Start\n\n1. **Create an ad unit** at [borellion.com](https://www.borellion.com) to get your Ad Unit ID\n2. **Install the SDK** for your framework (see table above)\n3. **Add a banner** to your scene:\n\n```jsx\n// React Three Fiber\nimport { Borellion } from '@borellion/r3f-sdk';\n\n\u003cBorellion\n  adUnit=\"YOUR_AD_UNIT_ID\"\n  format=\"medium-rectangle\"\n  position={[0, 2, -3]}\n/\u003e\n```\n\n```js\n// Three.js\nimport Borellion from '@borellion/threejs-sdk';\n\nconst banner = new Borellion('YOUR_AD_UNIT_ID', 'medium-rectangle', 'standard', 3);\nscene.add(banner);\n```\n\n```html\n\u003c!-- A-Frame --\u003e\n\u003ca-entity borellion=\"adUnit: YOUR_AD_UNIT_ID; format: medium-rectangle;\" position=\"0 2 0\"\u003e\u003c/a-entity\u003e\n```\n\n## Banner Formats\n\n| Format | Dimensions | Use Case |\n|--------|-----------|----------|\n| `medium-rectangle` | 300 x 250 | General purpose |\n| `billboard` | 970 x 250 | Wide displays |\n| `mobile-phone-interstitial` | 750 x 1334 | Tall/portrait displays |\n\n## Testing Locally\n\nAdd `?debug=true` to your URL to load sample ads during development:\n```\nhttp://localhost:3000/?debug=true\n```\n\n## Documentation\n\nFull integration guides for each platform: [borellion.com/docs](https://www.borellion.com/docs/guides/developers/integrate)\n\n## Development\n\n```bash\n# Install dependencies\nyarn\n\n# Build all SDKs\nscripts/build.sh\n\n# Run tests\nnpm test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborellion%2Fsdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborellion%2Fsdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborellion%2Fsdk/lists"}