Layup is a powerful user guidance library that helps you create interactive tutorials and walkthroughs to enhance your web application's user experience.
- Interactive step-by-step guides
- Onboarding flows
- Feature announcements
- User progress tracking
npm install layup-js
or
yarn add layup-js
- Import and initialize Layup.js in your application:
import layup from "layup-js";
layup.init("API_KEY", {
user_id: "123",
});
Replace API_KEY
with your actual Layup.js API key and provide a unique user_id
for user tracking.
Need help? Contact us at support@layuplabs.ai