kiro-ui
A browser-based chat interface for Kiro CLI π»
File Explorer
- ci.yml
- aidlc-app-architect-agent.json
- aidlc-architecture-reviewer-agent.json
- aidlc-code-reviewer-agent.json
- aidlc-product-lead-agent.json
- aidlc-product-manager-agent.json
- aidlc-sw-dev-engineer-agent.json
- aidlc-systems-architect-agent.json
- aidlc-ux-designer-agent.json
- audit-schema.json
- folder-structure.md
- question-format.md
- state-schema.json
- workflow-schema.json
- process-checker.kiro.hook
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- implementation-map.md
- definition.md
- contract-summary.md
- definition.md
- components.md
- components.yaml
- definition.md
- api-specification.md
- entities.yaml
- functional-spec.md
- rules.yaml
- definition.md
- infrastructure-specification.md
- definition.md
- nfr-specification.md
- definition.md
- requirements.md
- definition.md
- api-documentation.md
- architecture.md
- business-overview.md
- code-structure.md
- component-inventory.md
- dependencies.md
- technology-stack.md
- definition.md
- personas.md
- stories.md
- definition.md
- unit-dependencies.md
- unit-story-map.md
- units.md
- definition.md
- screen-data-map.md
- screen-structure.md
- definition.md
- workflow.json
- definition.md
- audit.json
- intent.md
- state.json
- definition.md
- stage-graph.md
- acp-protocol.md
- product.md
- structure.md
- tech.md
- process-checker.js
- api-documentation.md
- architecture.md
- business-overview.md
- code-structure.md
- component-inventory.md
- dependencies.md
- technology-stack.md
- architecture-review.md
- personas.md
- requirements.md
- user-stories.md
- 256x256.png
- 512x512.png
- entitlements.mac.plist
- icon.png
- icon.svg
- 01-empty-state.png
- 02-tab-config.png
- 03-effort-control.png
- 04-streaming.png
- 05-tool-calls.png
- 06-tool-expanded.png
- 07-shell-streaming.png
- 08-context-meter.png
- 09-message-actions.png
- 10-rewind-timeline.png
- 11-multi-tab.png
- 12-slash-commands.png
- 13-queue-messages.png
- 14-goal-banner.png
- 15-session-history.png
- 16-sidebar-collapsed.png
- 17-light-theme.png
- 18-settings.png
- 19-suggestions.png
- 20-export.png
- GUIDE.md
- tour.gif
- tour.mp4
- main.cjs
- compile-server.js
- generate-icons.js
- screenshot-tour.ts
- video-tour.ts
- favicon.svg
- apiFetch.ts
- App.tsx
- AppContext.ts
- appLogic.ts
- ChatInput.tsx
- components.tsx
- index.html
- main.tsx
- McpPanel.tsx
- MessageActions.tsx
- PanelMessage.tsx
- RewindTimeline.tsx
- SettingsPage.tsx
- Sidebar.tsx
- styles.css
- SubagentPanel.tsx
- TabBar.tsx
- tabReducer.ts
- ThinkingBlock.tsx
- ToolBlock.tsx
- types.ts
- useMessageHandler.ts
- useWebSocket.ts
- wsLogic.ts
- notifications.ts
- permissions.ts
- prompt.ts
- routes.ts
- suggestions.ts
- trust.ts
- ws-handler.ts
- apiFetch.test.ts
- appLogic.test.ts
- components.test.tsx
- McpPanel.test.tsx
- MessageActions.test.tsx
- PanelMessage.test.tsx
- Plan.test.tsx
- RewindTimeline.test.tsx
- SettingsPage.test.tsx
- SubagentPanel.test.tsx
- tabReducer.test.ts
- ThinkingBlock.test.tsx
- toast.test.ts
- ToolBlock.test.tsx
- wsLogic.test.ts
- chat-basic.spec.ts
- chat-scenarios.spec.ts
- error-edge-cases.spec.ts
- goal.spec.ts
- history.spec.ts
- keyboard.spec.ts
- load-session-context.spec.ts
- metering.spec.ts
- navigation.spec.ts
- plan.spec.ts
- queue.spec.ts
- resilience.spec.ts
- retry.spec.ts
- rewind.spec.ts
- security-extended.spec.ts
- security.spec.ts
- settings.spec.ts
- shell-streaming.spec.ts
- subagent.spec.ts
- suggestions.spec.ts
- tabs.spec.ts
- ext-notifications.test.ts
- message-handler.test.ts
- permissions.test.ts
- trust.test.ts
- helpers.ts
- setup.ts
- .gitignore
- .nvmrc
- eslint.config.js
- LICENSE
- NOTICE
- package-lock.json
- package.json
- playwright.config.ts
- README.md
- server.package.json
- server.ts
- tsconfig.json
- vite.config.ts
- vitest.config.ts
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
docker build
View Details βΌ
docker build
Build an image from a Dockerfile.
docker build .
Build a Docker image using the Dockerfile in the current directory:
docker build {{github.com/creack/docker-firefox}}
Build a Docker image from a Dockerfile at a specified URL:
docker build {{[-t|--tag]}} {{name:tag}} .
Build a Docker image and tag it:
docker run
View Details βΌ
docker run
This command is an alias of `docker container run`.
tldr docker container run
View documentation for the original command:
npm install
View Details βΌ
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
npm run
View Details βΌ
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
npm start
View Details βΌ
npm start
This command is an alias of `npm run start`.
tldr npm run
View documentation for the original command:
npm test
View Details βΌ
npm test
This command is an alias of `npm run test`.
tldr npm run
View documentation for the original command:
socat
View Details βΌ
socat
Multipurpose relay (SOcket CAT).
sudo socat - TCP-LISTEN:8080,fork
Listen to a port, wait for an incoming connection and transfer data to STDIO:
sudo socat OPENSSL-LISTEN:4433,reuseaddr,cert=./cert.pem,cafile=./ca.cert.pem,key=./key.pem,verify=0 STDOUT
Listen on a port using SSL and print to `stdout`:
sudo socat - TCP4:www.example.com:80
Create a connection to a host and port, transfer data in STDIO to connected host:
