· Standard
F
Community-Eintrag
llms.txt erreichbar
KI-Impact-Score 95/100 · A
Flows stellt strukturierte Informationen über eine llms.txt-Datei für KI-Assistenten bereit. Branche: E-Commerce & Produkte. Die Website flows.sh stellt ihre llms.txt unter https://flows.sh/llms.txt bereit. Der Eintrag besteht seit 20. January 2026.
Geschäftskategorie
E-Commerce & Produkte
Eingetragen seit
llms.txt-Adresse
Beschreibung
Flows is a fully customizable product adoption platform for modern companies building onboarding and user engagement experiences. Die Dokumentation umfasst: flows.sh, What is Flows, Features, SDKs u. a..
Gemäß DSGVO Art. 17 kannst du die Löschung deiner Daten beantragen.
llms.txt — Aktueller Inhalt
Öffnen ↗
# flows.sh
> Flows is a fully customizable product adoption platform for modern companies building onboarding and user engagement experiences.
## What is Flows
Flows lets you build in-app experiences - user onboarding, feature announcements, guided tours, surveys, and product-led growth loops - without requiring engineering changes for each update. A no-code editor lets non-technical teams design and manage experiences, while developers retain full control through custom UI components and SDKs.
Flows is not a simple tooltip library. It is a workflow engine: experiences are composed of blocks (UI elements, logic, actions) connected into multi-step sequences that can span sessions, branch based on user properties, trigger other workflows, and track analytics.
## Features
- **Workflows**: Multi-step campaigns combining UI, logic, and actions that guide users through your product journey.
- **Floating components**: Components that follow users as they navigate, always visible (e.g. checklists, tooltips, hints).
- **Embeddable components**: Inline components rendered inside your app's UI via Slots.
- **Custom UI components**: Full design control via your own components registered with Flows. Build with your design system.
- **Tours**: Step-by-step guides with instant navigation, back/forward support, and persistent state.
- **Surveys**: Collect in-app feedback at any point in a workflow.
- **Localization**: Support any language or locale. Language detection is automatic or manually configured.
- **Segmentation / Targeting**: Target users based on properties or behavior using Start blocks and Filter blocks.
- **Personalization**: Insert user properties into workflow content using `{{ property_name }}` syntax with `{{ property_name | fallback }}` support.
- **Versioning**: Draft, publish, and restore workflow versions per environment.
- **Analytics**: Track entries, completions, and drop-offs per workflow and per block.
- **Environments**: Unlimited environments for staging and production isolation.
- **Launchpad**: Priority-based workflow scheduling with concurrency limits.
- **Action blocks**: Trigger other workflows from within a workflow.
- **Logic blocks**: Filter and Delay blocks for conditional branching and timed pauses.
- **Agent skills**: Install the Flows install skill to let AI coding assistants set up Flows automatically.
## SDKs
### React SDK
- Package: `@flows/react` (provider + hooks) and `@flows/react-components` (built-in UI components)
- Install: `npm i @flows/react @flows/react-components`
- Wrap your app with `FlowsProvider` passing `organizationId`, `environment`, `userId`, and component registrations.
- Optional `LinkComponent` prop for client-side navigation integration.
- Docs: https://flows.sh/docs/sdk/react/overview
### JavaScript SDK
- Package: `@flows/js` and `@flows/js-components`
- Works with any JavaScript framework (Angular, Vue, Svelte, Solid, etc.)
- Docs: https://flows.sh/docs/sdk/javascript/overview
### Framework guides
- Next.js: https://flows.sh/docs/sdk/frameworks/next
- Angular: https://flows.sh/docs/sdk/frameworks/angular
- Vue/Nuxt: https://flows.sh/docs/sdk/frameworks/nuxt
- Svelte: https://flows.sh/docs/sdk/frameworks/svelte
- Solid: https://flows.sh/docs/sdk/frameworks/solid
## Agent skills (AI coding assistants)
Flows provides an install skill for AI coding assistants that support the [open agent skills ecosystem](https://skills.sh). The skill detects your framework, installs the right packages, and sets up the SDK.
```bash
npx skills add RBND-studio/flows.sh --skill flows-install
```
After installation, ask your agent: "Install Flows in my project" and it handles the rest.
Docs: https://flows.sh/docs/agent-skills
## Use cases
- [User onboarding](https://flows.sh/solutions/user-onboarding): Guide users to value and drive activation.
- [Feature adoption](https://flows.sh/solutions/feature-adoption): Announce releases with in-app banners and guides.
- [Product-led growth](
[…gekürzt]