> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zixflow.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Example Apps

> Integration checklist for the Zixflow Node.js SDK.

Use the pages below as your working reference. Public example repositories are not published.

### What a complete integration covers

| Area                 | What to implement                                    | Docs                                                                                                         |
| -------------------- | ---------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| Install & initialize | Install the package and construct `Analytics`        | [Installation](/documentation/sdk/nodejs/installation), [Quick Start](/documentation/sdk/nodejs/quick-start) |
| Identify & track     | Object-param identify / track / page / group / alias | [Core Features](/documentation/sdk/nodejs/core-features)                                                     |
| Lifecycle            | Batching, flush, emitters                            | [Node.js-Specific Features](/documentation/sdk/nodejs/nodejs-specific-features)                              |
| API surface          | Full method reference                                | [API Reference](/documentation/sdk/nodejs/api-reference)                                                     |

### Suggested build order

1. Install `@zixflow/analytics-node`.
2. Construct `Analytics` with your write key.
3. Identify a test user and track a test event.
4. Call `closeAndFlush()` on shutdown (for example `SIGTERM`).
5. Verify events in the Zixflow dashboard.

If you need a full sample project for your team, contact Zixflow support.
