{"id":18425294,"url":"https://github.com/sahilpabale/sonic-sdk","last_synced_at":"2026-04-12T09:44:01.003Z","repository":{"id":65343148,"uuid":"576844150","full_name":"sahilpabale/sonic-sdk","owner":"sahilpabale","description":"Sonic SDK enables you to quickly setup and integrate your decentralized community in a flash!","archived":false,"fork":false,"pushed_at":"2023-10-12T05:49:59.000Z","size":1372,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-22T03:38:35.040Z","etag":null,"topics":["community","decentralized","orbis","react-library","reactjs","sdk"],"latest_commit_sha":null,"homepage":"https://0xsonic.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/sahilpabale.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}},"created_at":"2022-12-11T06:48:58.000Z","updated_at":"2022-12-31T10:24:22.000Z","dependencies_parsed_at":"2023-11-26T11:42:34.626Z","dependency_job_id":null,"html_url":"https://github.com/sahilpabale/sonic-sdk","commit_stats":{"total_commits":99,"total_committers":2,"mean_commits":49.5,"dds":0.3434343434343434,"last_synced_commit":"8323fa25532283b99b32e5b95a12f464492d7f6c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sahilpabale/sonic-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilpabale%2Fsonic-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilpabale%2Fsonic-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilpabale%2Fsonic-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilpabale%2Fsonic-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sahilpabale","download_url":"https://codeload.github.com/sahilpabale/sonic-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilpabale%2Fsonic-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31710792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"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":["community","decentralized","orbis","react-library","reactjs","sdk"],"created_at":"2024-11-06T05:03:28.949Z","updated_at":"2026-04-12T09:44:00.982Z","avatar_url":"https://github.com/sahilpabale.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://0xsonic.vercel.app\" target=\"_blank\"\u003e\n    \u003ch1\u003e@0xsonic/sdk\u003c/h1\u003e\u003c/a\u003e\n    \u003cb\u003eSonic SDK enables you to quickly setup and integrate your decentralized community in a flash!\u003c/b\u003e\n    \u003cbr /\u003e\n\u003c/p\u003e\n\n[![NPM Package](https://badgen.net/npm/v/@0xsonic/sdk)](https://npmjs.com/@0xsonic/sdk)\n[![NPM Downloads](https://badgen.net/npm/dt/@0xsonic/sdk)](https://npmjs.com/@0xsonic/sdk)\n[![Stars](https://badgen.net/github/stars/sahilpabale/sonic-sdk)](https://github.com/sahilpabale/sonic-sdk)\n[![License](https://badgen.net/github/license/sahilpabale/sonic-sdk)](LICENSE)\n\nTable of Contents:\n- [Getting Started](#📦-getting-started)\n  - [Installation](#installation)\n    - [NPM](#npm)\n    - [Yarn](#yarn)\n    - [PNPM](#pnpm)\n  - [Usage](#usage)\n- [Features](#-features)\n- [Support](#-support)\n- [Contributing](#-contributing)\n- [Builders](#-builders)\n- [License](#-license)\n\n## 📦 Getting Started\n### Installation\nIf not by the docs, we have a video to walk you through the installation and setting up sonic in your dapp.\n\n[![Video Walkthrough](https://cdn.loom.com/sessions/thumbnails/7153d2f0079d4a9184877b146b763d05-1672507011581-with-play.gif)](https://www.loom.com/share/7153d2f0079d4a9184877b146b763d05)\n\n#### NPM\n```bash\nnpm install @0xsonic/sdk\n```\n#### Yarn\n```bash\nyarn add @0xsonic/sdk\n```\n#### PNPM\n```bash\npnpm install @0xsonic/sdk\n```\n\n### Usage\nReact-js Application:\n\u003e **Warning**\n\u003e Currently we're facing a source map issue which will throw some weird warnings in your react-app, for this we have a temporary solution to be added in package.json file.\n\nAdd `GENERATE_SOURCEMAP=true` in front of `react-scripts start` so the warning goes off!\n```json\n// package.json\n\"scripts\": {\n    \"start\": \"GENERATE_SOURCEMAP=false react-scripts start\",\n    \"build\": \"react-scripts build\",\n    \"test\": \"react-scripts test\",\n    \"eject\": \"react-scripts eject\",\n  },\n```\n\n```js\n// src/index.js\n\nimport React from 'react';\nimport ReactDOM from 'react-dom/client';\nimport App from './App';\nimport { SonicProvider } from '@0xsonic/sdk';\n\n// ...\n\nroot.render(\n  \u003cReact.StrictMode\u003e\n    \u003cSonicProvider\u003e // wrap around your react app component\n      \u003cApp /\u003e\n    \u003c/SonicProvider\u003e\n  \u003c/React.StrictMode\u003e\n);\n```\n\n```js\n// src/App.js\n\nimport React from 'react';\nimport { Sonic } from '@0xsonic/sdk';\n\nfunction App() {\n  return (\n    \u003c\u003e\n      \u003cBlog/\u003e\n      \u003cSonic context=\"blog-related-context\"/\u003e // enables decentralised comments for your dapp\n    \u003c/\u003e\n  );\n}\n\nexport default App;\n```\n\n## 💻 Features\n1. `\u003cSonicProvider /\u003e`\n   \u003cbr /\u003eSonicProvider wrapper helps us to manage the states and connection with Orbis \u0026 Ceramic protocol under the hood.\n2. `\u003cSonic context=\"\"/\u003e`\n   \u003cbr /\u003eSonic is the main plug-\u0026-play comments widget that dApps can use to integrate decentralised comments feature with 0 headache.\n3. `\u003cSonicForum /\u003e`\n   \u003cbr /\u003eWIP 🏗 A easy to use forums widget for all Web3ians\n4. `\u003cSonicChat /\u003e`\n   \u003cbr /\u003eWIP 🏗 Another quick, plug-\u0026-play chat widget for dApps, dGames\n\n## 🚀 Support\n| Framework      | Version     |\n| :----:         | :----:      |\n| react-js       | 0.2.6 ✅    |\n| next-js        | 0.3.0 🏗    |\n| react-ts       | 0.3.5 🏗    |\n| next-ts        | 0.4.0 🏗    |\n| vue            | 0.5.0 🏗    |\n| svelte         | 0.6.0 🏗    |\n\nWe plan to release these major versions and support all the leading web frameworks in coming months.\n## ✅ Contributing\n\nAll code contributions, including those of people having commit access, must go through a pull request and be approved by a core developer before being merged. This is to ensure a proper review of all the code.\n\nWe truly ❤️ pull requests! If you wish to help, we will soon be making our sdk ready to be contribute post hackathon, and we'll do a proper announcement for everyone to contribute.\n\n## 👨🏻‍💻 Builders\n\n[![Twitter](https://badgen.net/twitter/follow/sahilpabale)](https://twitter.com/SahilPabale)\n[![Twitter](https://badgen.net/twitter/follow/AnishDe12020)](https://twitter.com/AnishDe12020)\n\n## 📄 License\n\nThis repository is available under the [MIT License](./LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahilpabale%2Fsonic-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsahilpabale%2Fsonic-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahilpabale%2Fsonic-sdk/lists"}