// In angular.json, add to scripts (or add to index.html):
// index.html
<script src="https://cdn.guidez.io/js" data-token="YOUR_TOKEN" async></script>
// In your auth service or AppComponent ngOnInit:
ngOnInit() {
this.authService.user$.subscribe(user => {
if (user) {
(window as any).Guidez?.identify({
userId: user.id,
email: user.email,
name: user.name
});
}
});
}
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 Angular's component tree — no re-renders.
A trained AI chat widget answers user questions 24/7 inside your Angular app — deflecting support tickets.
Target banners to specific user segments — plan, role, page, or custom attribute. Zero Angular 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.