# Using Hotwire with Alpine without StimulusJS

**URL:** https://discuss.hotwired.dev/t/using-hotwire-with-alpine-without-stimulusjs/4332
**Category:** General
**Created:** [July 22, 2022, 3:22am UTC](https://discuss.hotwired.dev/t/using-hotwire-with-alpine-without-stimulusjs/4332 "2022-07-22T03:22:34Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![onkara](https://avatars.discourse-cdn.com/v4/letter/o/c67d28/32.png) [@onkara](https://discuss.hotwired.dev/u/onkara)
#### Post date: [July 22, 2022, 3:22am UTC](https://discuss.hotwired.dev/t/using-hotwire-with-alpine-without-stimulusjs/4332/1 "2022-07-22T03:22:34Z")

</div>

Just starting with Rails7, I wonder is it possible to use Hotwire with Alpine JS without

1. any StimulusJS or
2. any conflicts with StimulusJS

I have looked into [Alpine Turbo Drive Adapter](https://github.com/SimoTod/alpine-turbo-drive-adapter) issues that mentioned edge cases where component updates (using either turbo-frame or turbo-stream) may sometimes cause Alpine attributes (`x-*`) to not work.

Wondering if anyone here has successfully used Hotwire with AlpineJS either without needing StimulusJS or without having conflicts?

---

<div class="post-metadata">

### Author: ![cwabbott](https://yyz1.discourse-cdn.com/flex027/user_avatar/discuss.hotwired.dev/cwabbott/32/2832_2.png) [@cwabbott](https://discuss.hotwired.dev/u/cwabbott)
#### Post date: [July 24, 2022, 10:33am UTC](https://discuss.hotwired.dev/t/using-hotwire-with-alpine-without-stimulusjs/4332/2 "2022-07-24T10:33:16Z")

</div>

Yes, I’ve used it successfully together - AlpineJS and Hotwire with StimulusJS, TurboFrames and TurboStreams
