pulsar
Cross-platform haptic feedback presets and custom pattern composer
All Skills in This Repository (4)
Pure Emerald Level Indicatorspulsar-haptics
Implement haptic feedback across iOS, Android, and React Native platforms.
pulsar-haptics-react-native
Integrate haptic feedback into React Native apps with preset and custom patterns.
pulsar-haptics-ios
Integrate haptic feedback into iOS apps using the Swift SDK.
pulsar-haptics-android
Create and manage custom haptic patterns for Android using the Kotlin SDK.
Frequently Asked Questions
FAQPage SchemaHow to install Pulsar?โผ
Run `npx skills add software-mansion/pulsar --all -g -y` in your terminal to install all skills in this suite globally.
How to add haptic feedback to a React Native app?โผ
Install react-native-pulsar, then call built-in presets like Presets.dogBark() or Presets.System.impactMedium() anywhere in your code, including inside Reanimated worklets.
Which platforms does Pulsar support?โผ
Pulsar works on iOS, Android, React Native, Kotlin Multiplatform, Flutter, and the web with a consistent API across all of them.
Can I create custom haptic patterns with Pulsar?โผ
Yes. The pattern composer lets you define custom sequences with discrete events and continuous amplitude or frequency envelopes, plus real-time control for gesture-driven feedback.
Does Pulsar haptics work on the web?โผ
Yes, via the Web Vibration API with an audio fallback, though real vibration is unavailable on iOS Safari because Apple does not implement that API.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core