Drop-in feature kits for your 0G app.
Add a working, typed, upgradeable feature at scaffold time or into an existing project. One command — the kit wires itself.
sealed-inference
TEE-attested private inference with a verified attestation badge in the UI.
ai-oracle
Attested off-chain AI answer → on-chain commitment. Foundational kit; prediction-market composes it.
agent-memory
Persistent, namespaced agent memory on 0G Storage. Lib-only core works on all 9 bases.
durable-agent
Long-running, resumable agent loop on 0gkit-jobs. Survives restarts; step ledger + OTEL traces.
prediction-market
Full-stack AI-resolved prediction market with on-chain anchored proofs.
live-feed
Reorg-safe live event/social feed via 0gkit-indexer.
inft-studio
Intelligent-NFT mint + gallery: Storage metadata, typed contract via 0gkit-contracts, optional attested provenance.
yield-intel
AI yield analysis + attested decision log. User executes manually. Testnet-default, prominently demo-labelled.
Add any kit at scaffold time or drop it into an existing project:
npm create 0gkit-app@latest my-app -- --kits agent-memory,prediction-market0g add prediction-marketBuilt a reusable 0G pattern? Publish it as a kit.
One command scaffolds a registry-valid kit — portable core, per-base adapters, an optional React UI, and a docs stub. Open a PR to the catalog and every project on 0gkit can install it with 0g add.
Built to last, not just to scaffold.
Every kit is upgradeable, typed, multi-framework, and CI-gated from day one — the structural foundations you'd otherwise have to build and maintain yourself.
Logic lives in versioned `0gkit-*` packages; the overlay is thin glue. `0g update` pulls fixes and improvements into a project you already scaffolded.
One kit works across the React, Hono, MCP, and Node bases. Write the feature once — it wires itself into whichever base you scaffolded.
Every kit rides the `ZeroGError` 45-code taxonomy — each error carries a `.code`, a `.hint`, and a `helpUrl` you can render straight into the kit UI.
The durable-agent kit gives you a restartable agent loop on `0gkit-jobs` — a step ledger and OTEL traces mean it survives restarts and crashes.
prediction-market composes ai-oracle; the engine resolves dependency order, dedupes shared packages, and keeps the graph cycle-safe for you.
Every kit×base combination is typecheck- and build-gated in CI (`pnpm kits:check`). If a kit compiles on a base, it's because the matrix proved it.
`0gkit-observability` OpenTelemetry instrumentation is wired into durable-agent — traces, spans, and `0g.*` semantic attributes with no extra setup.
MIT-licensed with no strings. Every primitive keeps a `.raw()` escape hatch to the underlying 0G SDK, so you are never blocked or locked in.
Stop wiring SDKs. Start shipping on 0G.
One command picks a template, writes a network-aware .env.example, installs deps, and runs git init. The next step is cd.