This tutorial builds a real-time CRUD service with iii. You'll model your data on the iii state store, expose create/read/update/delete operations over HTTP triggers, and stream live changes to connected clients. By the end you'll have a service that streams state changes to clients in real time without writing pub/sub code.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add iii-hq/iii --skill reactive-crud --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Reactive Crud?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/iii-hq-reactive-crud-cf89fd66)More formats (shields.io, HTML) on the badges page.
<!-- generated by iii-skill-render. DO NOT EDIT (changes here are overwritten on the next render). Edit docs/0-16-0/tutorials/reactive-crud/overview.mdx. -->
# Overview
This tutorial builds a real-time CRUD service with iii. You'll model your data on the iii state
store, expose create/read/update/delete operations over HTTP triggers, and stream live changes to
connected clients. By the end you'll have a service that streams state changes to clients in real
time without writing pub/sub code.
## Model and store
Define the data model and back it with an iii state store.
## CRUD endpoints
Expose create, read, update, and delete functions over HTTP triggers.
## Realtime subscriptions
Stream live changes from the store to connected clients.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.