A simple and mini analytics service for your mini projects.
- Create an account and an app
- Connect service to app by means of script
- Start monitoring app pages views
- Developer API for fetching data related to your app [TODO]
PaaS: Deta
- NextJS
- React
- Tailwind
- TypeScript
- Deta
- Express
Open the app and click 'My Account' in header or 'Start Measuring' button. You will be redicrected to the dashboard soon enough where you can create a new app using the create
button.
Give a name to your app and a description. The most important field is the baseURL
field. This is the field Jost uses to track and display you data from your app.
Once your app is created, the page will reload and the app will be displayed on the dashboard.
You can click the app to view latest data.
To connect to your app, click the connect
button in the header and include the script tag to all the pages of your app you want to track, provided they all have the same base URL.
Once all that is done, leave Jost do the magic.
Reload the dashboard of your app to view latest data.
Do not create multiple apps with same baseURL or connect the script multiple times to the same page or app. Doing so might cause issues
by Josias Aurel