Flowtag tracking adapter for Next.js
# pnpm
pnpm add @flowtag/next
# bun
bun add @flowtag/next
# yarn
yarn add @flowtag/next
# npm
npm install @flowtag/nextYou can find it here
Thanks for your interest in contributing to Flowtag! 💛
-
Fork the repo and clone your fork.
-
Install dependencies (pnpm):
pnpm install
-
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
-
Use clear commit messages (e.g.
fix: ...,feat: ...,docs: ...). -
Open a PR against the
mainbranch. -
In the PR description, include:
- what changed
- why it changed
- how to test it locally
- 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).
- 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.
useflowtag/next is licensed under Apache-2.0 License
© 2026 Flowtag. All rights reserved.
