- Social Components Library
- BOS Hacks Component Library
- NEAR Builders Component Library (example using modules)
- everything.dev (collection of apps on sidebar)
- Events Calendar Widget
- Discover Groups Widget
- bos-loader
- Serves a local directory of component files as a JSON payload properly formatted to be plugged into a BOS
redirectMap
. When paired with a viewer configured to call out to this loader, it enables local component development—especially when working on multiple components in parallel.
- Serves a local directory of component files as a JSON payload properly formatted to be plugged into a BOS
- bos-cli-rs
- Component syncing and CI/CD. Ability to download and deploy widgets, as well as make calls to the social contract.
- bos-component-ts-starter
- Transpiles TSX to JSX using sucrase. Also, automatically returns the
export default function
as BOS component, so you don't need to have a free-standingreturn <MyComponent props={props} />
statement at the end of your file.
- Transpiles TSX to JSX using sucrase. Also, automatically returns the
- bos-workspace
- like bos-loader, but more feature-rich. Starts a local gateway, supports Typescript (instead of ts-starter), has hot reload, local widget development in favorite text editor.
Install create-bos-app
pnpm add -g @archetype-org/create-bos-app
After installing, run the CLI to start your app, switch to the app directory, and start up the dev environment
create-bos-app
cd app
yarn dev
Note: bos-workspace has a new version coming out.
Feedback wanted on bos-workspace v1. This will combine create-bos-app
and bos-workspace
.
- Build DAO Gateway
- Jas, Megha, Emmanuel, and LIT Collective
- SDKs and Component Libraries
- Matt, Zeeshan, and Manza
- Lens SDK
- About VM.require
- SDKs
- Background/Context of libraries
- Archetype, (Proposal) BOS Component Attestation Registry
- Seth, AJ, and Cory
- Hyperfiles, (Proposal) self-organizing on-chain knowledge graph
- Elijah
- DevRel / Build City reaching builders across North America
- Dawn, Tony, and community builders
- everything.dev
- Everyone