From fea1b6b2f231f441ce2e41bb50b4f3b00f1cb53b Mon Sep 17 00:00:00 2001 From: Juraj Uhlar Date: Mon, 4 May 2026 22:33:55 +0100 Subject: [PATCH] docs: update Fingerprint branding Co-authored-by: Cursor --- CHANGELOG.md | 4 +- README.md | 9 +- examples/create-react-app/README.md | 2 +- examples/next-appDir/README.md | 6 +- examples/next-appDir/app/HomePage.tsx | 14 +- examples/next-appDir/app/head.tsx | 4 +- examples/next/README.md | 4 +- examples/next/pages/index.tsx | 18 +- examples/preact/README.md | 2 +- examples/preact/src/components/app.tsx | 14 +- examples/webpack-based/README.md | 6 +- package.json | 3 +- pnpm-lock.yaml | 235 ++++++++++++------------- vite.config.ts | 2 +- 14 files changed, 148 insertions(+), 175 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32747d63..30223297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -93,7 +93,7 @@ ### Features -* update @fingerprintjs/fingerprintjs-pro-spa to 1.2.0, add FingerprintJSPro export ([8066afe](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8066afe0a285f1b8ace4c1debe74860034752655)) +* update @fingerprintjs/fingerprintjs-pro-spa to 1.2.0, add agent export ([8066afe](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8066afe0a285f1b8ace4c1debe74860034752655)) ## [2.5.1](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.5.0...v2.5.1) (2023-09-14) @@ -274,7 +274,7 @@ * **deps:** bump terser from 4.8.0 to 4.8.1 in /examples/preact ([6947ad5](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/6947ad553a39107736affb43ad1e0bbfce5c09a9)) * **deps:** bump terser from 5.13.1 to 5.14.2 in /examples/spa ([e94c1ce](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/e94c1ce1106795f88390545f1a76a979e77c2f20)) -* **deps:** update FingerprintJS Pro SPA to 0.5.0 ([e4f4039](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/e4f4039ef0e023003ee03f5dbe67b3e593f50a42)) +* **deps:** update SPA package to 0.5.0 ([e4f4039](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/e4f4039ef0e023003ee03f5dbe67b3e593f50a42)) ### Documentation diff --git a/README.md b/README.md index 8581e90a..37774c4f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Fingerprint is a device intelligence platform offering industry-leading accuracy - For Typescript users: Typescript 4.8 or higher > [!NOTE] -> This package assumes you have a Fingerprint subscription or trial, it is not compatible with the [source-available FingerprintJS](https://github.com/fingerprintjs/fingerprintjs). See our documentation to learn more about the [differences between Fingerprint and FingerprintJS](https://fingerprint.com/github/). +> This package assumes you have a Fingerprint subscription or trial, it is not compatible with the [open-source FingerprintJS](https://github.com/fingerprintjs/fingerprintjs). See our documentation to learn more about the [differences between Fingerprint and the open-source FingerprintJS](https://fingerprint.com/github/). ## Installation @@ -84,10 +84,7 @@ To get your API key and get started, see the [Fingerprint Quick Start Guide](htt // src/index.js import React from 'react' import ReactDOM from 'react-dom/client' -import { - FingerprintProvider, - FingerprintJSPro, -} from '@fingerprint/react' +import { FingerprintProvider } from '@fingerprint/react' import App from './App' const root = ReactDOM.createRoot(document.getElementById('app')) @@ -218,7 +215,7 @@ See the full [generated API reference](https://fingerprintjs.github.io/react/). ## Support and feedback -To ask questions or provide feedback, use [Issues](https://github.com/fingerprintjs/react/issues). If you need private support, please email us at `oss-support@fingerprint.com`. If you'd like to have a similar React wrapper for the [source-availalbe FingerprintJS](https://github.com/fingerprintjs/fingerprintjs), consider creating an issue in the main [FingerprintJS repository](https://github.com/fingerprintjs/fingerprintjs/issues). +To ask questions or provide feedback, use [Issues](https://github.com/fingerprintjs/react/issues). If you need private support, please email us at `oss-support@fingerprint.com`. ## License diff --git a/examples/create-react-app/README.md b/examples/create-react-app/README.md index 215c8b84..11b51b47 100644 --- a/examples/create-react-app/README.md +++ b/examples/create-react-app/README.md @@ -9,7 +9,7 @@ In order to try out this example: To get the API key: - Go to Fingerprint Dashboard > [API Keys](https://dashboard.fingerprint.com/api-keys) and find it there. -- If you don't have a Fingerprint Pro account, [sign up for free](https://dashboard.fingerprint.com/signup/). +- If you don't have a Fingerprint account, [sign up for free](https://dashboard.fingerprint.com/signup/). ### Installing dependencies diff --git a/examples/next-appDir/README.md b/examples/next-appDir/README.md index 87bdad49..752b55df 100644 --- a/examples/next-appDir/README.md +++ b/examples/next-appDir/README.md @@ -1,5 +1,5 @@ -This example demonstrates the usage of Fingerprint Pro inside Next 14's `app` directory approach.\ -Note how you can use Fingerprint Pro inside a React Server Component without issues as it is correctly executed in the browser only. +This example demonstrates the usage of Fingerprint inside Next 14's `app` directory approach.\ +Note how you can use Fingerprint inside a React Server Component without issues as it is correctly executed in the browser only. See [../next](../next/README.md) for an example using the classic `pages` approach. ## Setting up @@ -13,7 +13,7 @@ In order to try out this example: To get the API key: - Go to Fingerprint Dashboard > [API Keys](https://dashboard.fingerprint.com/api-keys) and find it there. -- If you don't have a Fingerprint Pro account, [sign up for free](https://dashboard.fingerprint.com/signup/). +- If you don't have a Fingerprint account, [sign up for free](https://dashboard.fingerprint.com/signup/). ### Installing dependencies diff --git a/examples/next-appDir/app/HomePage.tsx b/examples/next-appDir/app/HomePage.tsx index 399424c3..3a42124e 100644 --- a/examples/next-appDir/app/HomePage.tsx +++ b/examples/next-appDir/app/HomePage.tsx @@ -12,16 +12,14 @@ const HomePage = () => { return (
-

FingerprintJS Pro NextJS Demo

+

Fingerprint React SDK Next.js Demo

-
- Lets load FingerprintJS Pro Agent using react integration and check next things: -
+
Lets load Fingerprint using the React SDK and check the following:
    -
  1. There is no errors on server
  2. -
  3. There is no errors on client
  4. -
  5. In the field below visitor data was loaded
  6. -
  7. Try controls to test additional params
  8. +
  9. There are no errors on the server
  10. +
  11. There are no errors on the client
  12. +
  13. The visitor data is loaded in the field below
  14. +
  15. Try controls to test additional parameters