Say Hello to Ayoni
- ⚡ Simple Integration: Add one script tag to your website — that’s it.
- 🌐 Website Analytics: Track real-time page views, top pages, referrers, browsers and devices.
- 📈 Custom Dashboard: View beautiful, clean analytics in your own dashboard.
-
Create a Website:
- Go to the dashboard.
- Add your site name and domain.
-
Copy the Tracking Script: Paste this into your website's
<head>:<script async src="https://ayoni.vercel.app/tracker.js" data-website-id="YOUR_WEBSITE_ID" ></script>
-
View Analytics:
- Open the dashboard.
- Select your website to view page views, top URLs, browsers, and more.
- Nextjs
- TypeScript
- Shadcn
- Postgres
- Prisma
- Tailwind
- NextAuth
git clone https://github.com/ronitrajfr/Ayoni.git
cd Ayoni
bun installChange .env.example to .env, then add the PostgreSQL url (you can get one for free from NeonDB) and Google secret and client id & uploadthing keys.
And then run :
bun run dev