Quickstart
Next.js
How to get started with NextJS
If you don’t have a Next.js app yet, you can quickly create one with the following command:
1
Install
Now install the safesight
package
2
Intializing Safesight
Add the provider in your apps root layout, with your previously created websites token.
/app/layout.ts
3
Running your NextJS app
4
Thats it!
Go to your web console and you will see debug logs showing you some page views logs. And once deployed data will come in!
5