Skip to content

useflowtag/next

Repository files navigation

FlowTag Logo

Flowtag for Next.js

Flowtag tracking adapter for Next.js

Installation

# pnpm
pnpm add @flowtag/next
# bun
bun add @flowtag/next
# yarn
yarn add @flowtag/next
# npm
npm install @flowtag/next

Documentation

You can find it here

Contributing

Thanks for your interest in contributing to Flowtag! 💛

Development setup

  1. Fork the repo and clone your fork.

  2. Install dependencies (pnpm):

    pnpm install

Making changes

  • Keep PRs small and focused.

  • If you’re adding a feature, please include:

    • a brief explanation of the use case
    • tests (when applicable)
    • documentation updates (README/examples) if the public API changes

Commit & PR guidelines

  • Use clear commit messages (e.g. fix: ..., feat: ..., docs: ...).

  • Open a PR against the main branch.

  • In the PR description, include:

    • what changed
    • why it changed
    • how to test it locally

Reporting bugs / requesting features

  • For bugs: include reproduction steps, expected vs actual behavior, and environment details (OS, Node/Bun version, package version).
  • For features: describe the problem you’re trying to solve and a suggested API (if you have one).

Code style

  • Follow the existing code style and patterns in the repo.
  • Keep public APIs stable and well-documented.
  • Prefer small, composable functions and readable names over cleverness.

By contributing, you agree that your contributions will be licensed under the project’s license.

License

useflowtag/next is licensed under Apache-2.0 License


© 2026 Flowtag. All rights reserved.

About

Flowtag tracking adapter for Next.js

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors