Tools / Event Name Generator
Describe what happened, get consistent event names across every naming convention. Pick the one that matches your codebase.
snake_case
Common in Python, Ruby, and database columns
user_signed_upcamelCase
Common in JavaScript, Java, and many SDKs
userSignedUpPascalCase
Common in C#, .NET events, and some analytics tools
UserSignedUpdot.notation
Used by Stripe (customer.subscription.deleted) and Segment
user.signed.upSCREAMING_SNAKE
Used in constants, Kafka topics, and some message queues
USER_SIGNED_UPTitle Case
Human-readable — used in dashboards and notification titles
User Signed Upawait logit.now("events", {
event: "User Signed Up",
description: "Triggered from your app",
icon: "📌",
notify: true,
metadata: {
eventKey: "user_signed_up",
},
});customer.subscription.deletedOrder CompletedUser Signed Upuser_signed_uppayment_failedUSER_SIGNUP_COMPLETEDNew User Signed UpTrack events your way with LogIt
Any event name format works. One line of code. Free trial.