<%# In app/views/layouts/application.html.erb %>
<%= javascript_tag nonce: true do %>
// Guidez script
<% end %>
<script src="https://cdn.guidez.io/js" data-token="<%= ENV['GUIDEZ_TOKEN'] %>" async></script>
<%# After your user auth, typically in application.html.erb %>
<script>
document.addEventListener('DOMContentLoaded', function() {
<% if current_user %>
window.Guidez?.identify({
userId: '<%= current_user.id %>',
email: '<%= current_user.email %>',
name: '<%= current_user.name %>',
plan: '<%= current_user.plan %>'
});
<% end %>
});
</script>
Describe your flow in plain English — AI builds every step, copy, and element selector. No CSS selectors, no guesswork.
Persistent progress trackers that drive users to activation milestones. Works outside Rails's component tree — no re-renders.
A trained AI chat widget answers user questions 24/7 inside your Rails app — deflecting support tickets.
Target banners to specific user segments — plan, role, page, or custom attribute. Zero Rails component overhead.
Step completion, dropout, and activation rates. Events sync to Amplitude, Mixpanel, and 18+ integrations.
HubSpot, Salesforce, Segment, Amplitude, Slack, Jira — events sync automatically, no Zapier required.