SkillAgentSearch skills...

Self.id

Developer suite for decentralized user identity

Install / Use

/learn @ceramicstudio/Self.id
About this skill

Quality Score

0/100

Supported Platforms

Zed

README

SelfID

Monorepo for the SelfID SDK and reference application.

Installation

This monorepo uses Yarn workspaces, make sure to install it first if you don't already have it.

  1. yarn install to install the dependencies
  2. yarn build to build all the packages

Additional scripts

  • yarn lint to run the linter in all packages
  • yarn test to run tests in all packages
  • yarn docs to generate API documentation

Application

The SelfID application is available using Ceramic's mainnet on self.id and the Clay testnet on clay.self.id.

SDK

Documentation

Packages

Self.ID packages are organized in the following stack:

┌─────────────────────────────┐ ┌─────────────┐
│          framework          │ │ 3box-legacy │
├─────────────┬─┬─────────────┤ └─────────────┘
├─────────────┤ ├─────────────┤
│    react    │ │ image-utils │
├─────────────┤ └─────────────┘
├─────────────┤
│     web     │
├─────────────┤
├─────────────┤
│    core     │
└─────────────┘

| Name | Description | Version | | ------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | | @self.id/core | Read public records in Node and browsers environments | npm version | | @self.id/web | Read and write records in browsers environments | npm version | | @self.id/react | React hooks and utilities for authentication and records interactions | npm version | | @self.id/image-utils | Image utilities for Self.ID profiles | npm version | | @self.id/framework | React framework for decentralized apps | npm version | | @self.id/3box-legacy | Load legacy 3Box profiles | npm version |

Templates

Predefined setups using common technologies to build applications using the Self.ID SDK.

| Name | Description | | ------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------- | | next-notes-typescript | Notes taking application setup using Next.js and TypeScript | | webpack-basic | Basic Webpack setup | | webpack-basic-typescript | Basic Webpack setup using TypeScript |

<!-- | [`vite-basic`](./templates/vite-basic) | Basic [Vite](https://vitejs.dev/) setup | -->

Maintainers

License

The SDK packages, templates and apps are dual licensed under MIT and Apache 2.

View on GitHub
GitHub Stars101
CategoryDevelopment
Updated1mo ago
Forks28

Languages

TypeScript

Security Score

85/100

Audited on Mar 5, 2026

No findings