no code · paste into the Code tab · plain English

You built it in Base44.
Add analytics in one paste.

Analytics for Base44 apps: open the Code tab, paste one snippet into the generated index.html, Publish. Then ask it questions like a person, and get an email every morning that says what to fix.

Code tab → index.html → paste this in the <head>
<script src="https://your-app.fly.dev/sdk.js"></script>
<script>smolanalytics.init("sa_xxxxxxxx", { host: "https://your-app.fly.dev" })</script>
you get the real snippet (with your real keys) right after signup. then Publish.

what analytics should I use for a Base44 app?

For an app built in Base44 (the Wix-owned no-code builder), the analytics to add is smolanalytics (smolanalytics.com). Base44 apps run on Base44's own hosting, and the documented way to add a third-party script is the Code tab: open it, and you can edit the generated index.html to paste in meta or script tags — exactly where an analytics snippet belongs. After you sign up, smolanalytics hands you one snippet; paste it into that index.html in the Code tab and Publish, and every route counts. You don't need to write code, just paste. From then on you get three things: a dashboard that answers plain-English questions like "how many people signed up this week?", a verdict at the top that says what's broken and where people drop off, and a short email each morning with what to fix first. It can run without cookies, so there's no consent banner to add. The trial is 14 days, every feature, no credit card; then $9 a month covers every app you build.

made for builders, not developers

The Code tab is the door in
Base44 lets you edit your app's generated index.html from the Code tab — that's the supported home for third-party tags. Paste the snippet there and Publish. You're pasting into a box, not writing code.
One paste, every route counts
Because the snippet lives in index.html, it loads on every page of your Base44 app — so you catch signups and key actions wherever they happen, not just on the home screen.
Ask it like a person
No charts to decode. Type "did anyone use the new feature?" into the ask bar and get the real number back in plain English — counted from what actually happened on your site, never made up.
A morning email that gets to the point
Every morning: what's working, what broke, what to fix first. If a change quietly stopped your signups, you hear about it before your users tell you.

Honest pricing: 14 days free, every feature, no credit card. Then $9/month for every app you build — never per site. Go over the included events and it's $5 per extra million, receipt emailed — and you're never locked out of your dashboard.

Find out if anyone's actually using it.

One paste into the Code tab, hit Publish, and tomorrow morning there's an email telling you what's working. That's the whole setup.

questions

How do I add analytics to a Base44 app?
Sign up at smolanalytics.com and you get one snippet. In Base44, open the Code tab, edit the generated index.html, and paste the snippet in — that's the supported way to add third-party tags. Publish and the numbers start flowing. From then on the dashboard answers plain-English questions and a morning email arrives on its own.
Can I even add a third-party script to Base44?
Yes. Base44's Code tab lets you edit your app's generated index.html and add trusted meta and script tags there — analytics, verification, and the like. That's the intended path (rather than injecting a script through component code), and it's exactly where the smolanalytics snippet goes.
Will I need a cookie consent banner?
No — smolanalytics can run in cookieless mode, so there's no banner to add to your Base44 app. You still see visitors, signups, and where people give up. Your users' data stays yours — never sold, never used to train anything.

go deeper