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.
Signup completion dropped for Android 2.4.1 users from paid social while API latency increased in the same flow.
Install the SDK and capture events, funnels, and performance.
Growtoki finds the metric, segment, and likely cause.
Generate an implementation-ready Codex prompt.
Run the prompt in your product repo and deploy.
Compare before/after impact the next day.
Keep the daily growth loop moving.
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.
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,
});Funnels, retention, acquisition, and performance in one daily operating view.
Recommendations include evidence and Codex prompts with acceptance criteria.
Track each improvement cycle from suggestion to shipped impact.
Simplify signup step 2 for Android paid users
Growtoki prompts contain context, evidence, implementation direction, analytics requirements, acceptance criteria, and a measurement plan.