Convo SDK
SDK containing all the functions you'll need to build on theconvo.space
🌲 Tree Shaking Supported ✔️
🆓 Side Effect Free ✔️
🪨 Fully TypeScript Compatible ✔️
Jump to Sample Projects Try it Out (opens in a new tab)
Installation
NodeJs
pnpm i --save @theconvospace/sdk
Browser (UMD)
<script src="https://cdn.jsdelivr.net/npm/@theconvospace/sdk@latest/dist/index.global.js"></script>
Deno
import { Convo } from "https://deno.land/x/convo@v0.1.1/packages/sdk-deno/mod.ts";
Valist
pnpm i --save https://sdk--theconvospace.on.valist.io
Setup
-
Generate and Copy your API key from https://theconvo.space/dashboard/developer/ (opens in a new tab)
-
Import Convo Space in your own project.
import { Convo } from '@theconvospace/sdk';
-
Setup an new instance of Convo using
const convo = new Convo("apikey")
Replace
apikey
with your newly generated key.
Sample Projects
-
NextJS/React Sample Project
Code (opens in a new tab) | Demo - convosdk-examples-nextjs.vercel.app (opens in a new tab) -
Browser (Vanilla JS) Sample Project
Code (opens in a new tab) | Demo - convosdk-examples-browser.vercel.app (opens in a new tab)
Manual Setup
🌱 Radicle
Core
- (web) https://app.radicle.xyz/seeds/willow.radicle.garden/rad:git:hnrke3cug8fa38pk7zs77x9o3ggzny63ddq8o (opens in a new tab)
- (git) https://willow.radicle.garden/hnrke3cug8fa38pk7zs77x9o3ggzny63ddq8o.git (opens in a new tab)
SDK
- (web) https://app.radicle.xyz/seeds/pine.radicle.garden/rad:git:hnrkq1xm1ki3twruspnqhy6byxhf4kf3x531y/tree (opens in a new tab)
- (git) https://pine.radicle.garden/hnrkq1xm1ki3twruspnqhy6byxhf4kf3x531y.git (opens in a new tab)