Your app's daily AI growth loop

Wake up to your next growth move.

Install the SDK, track your funnels and performance, and get daily AI-generated Codex prompts that help you improve your app one change at a time.

Today
Biggest Growth Blocker
High priority
Simplify signup step 2 for Android paid users

Signup completion dropped for Android 2.4.1 users from paid social while API latency increased in the same flow.

Signup Conversion
38.6%
-12.4%
D7 Retention
31.2%
+3.8%
App Start p95
1.82s
+420ms
Crash-free Users
99.28%
-0.18%
01
Track

Install the SDK and capture events, funnels, and performance.

02
Diagnose

Growtoki finds the metric, segment, and likely cause.

03
Prompt

Generate an implementation-ready Codex prompt.

04
Ship

Run the prompt in your product repo and deploy.

05
Measure

Compare before/after impact the next day.

06
Repeat

Keep the daily growth loop moving.

TypeScript SDK

One SDK for React, React Native, and JavaScript.

The first Growtoki SDK is intentionally focused: event capture, batching, retry, anonymous/session IDs, and safe failure behavior.

No native modules required for React Native
Pluggable storage adapter
UTM, referrer, URL, and performance events
import { Growtoki } from "@growtoki/sdk";

const growtoki = Growtoki.init({
  apiKey: "gk_project_write_key",
  endpoint: "/api/v1/events",
  platform: "web",
});

growtoki.track("signup_completed");
growtoki.performance("app_start", {
  duration_ms: 1230,
});
Measure

Funnels, retention, acquisition, and performance in one daily operating view.

Generate

Recommendations include evidence and Codex prompts with acceptance criteria.

Improve

Track each improvement cycle from suggestion to shipped impact.

Generated Codex prompt

Simplify signup step 2 for Android paid users

Growtoki prompts contain context, evidence, implementation direction, analytics requirements, acceptance criteria, and a measurement plan.