32,493 Companies using Alpine.js

NameLinksEmployeesRevenueTrafficCountrySEOIndustry
logo
Bondaval

smart credit.

31$38K - $18K$6K united kingdom..79%
logo
evulpo

your personal tutor. any..

56$8K - $41K$44K switzerland92%
logo
Alkeme Health

building the leading blac..

23$44K - $11K$6K united states ..87%
logo
WNWN Food Labs

creating a win-win for co..

17$39K - $36K$2K united kingdom..90%
logo
CaptainBook.io

the only software you wil..

4$5K - $45K$216 greece100%
logo
ZenRows

turn any website into an ..

10$4K - $15K$257K united kingdom..75%
logo
Wazoku

changing the world, one i..

115$25K - $34K$102K united kingdom..23%
logo
Younited

the leading instant credi..

638$20K - $28K$51K france13%
logo
WeLinQ

therapy made simple: pay ..

8$48K - $3K$6K united kingdom..90%
logo
Ordio - Schichtplanung de..

empower your deskless wor..

14$45K - $12K$96K germany100%
logo
Volition

revolutionizing early dis..

99$40K - $35K$24K united states ..83%
logo
Verve Motion

we’re a people-centric ro..

37$5K - $33K$6K united states ..15%
logo
Swytch Bike

turn any bike electric wi..

55$14K - $23K$496K united kingdom..91%
logo
NEMO Equipment

adventure anywhere. adven..

55$20K - $49K$182K united states ..86%
logo
Klyk

🌱♻️ sustainable it made ..

11$33K - $24K$8K united kingdom..4%

Want to download the entire list?

Enter your email and download the entire list of 32,493+ companies

We care about your data. Read our privacy policy.

How to use Alpine.js

Alpine.js is a lightweight JavaScript framework that allows you to add interactivity to your web pages without needing to write a lot of custom code. It's designed to be easy to use and learn, even for developers who are new to JavaScript.

To get started with Alpine.js, the first thing you'll need to do is include the library in your web page. You can do this by adding a script tag to the head of your HTML document like this:

<head> <script src="https://cdn.jsdelivr.net/npm/alpinejs@3"></script> </head>

Once you've included the library, you can start using Alpine.js to add interactivity to your web pages. The basic idea behind Alpine.js is that you define "data" properties on your HTML elements, and then use special attributes to bind those properties to functions that update them.

For example, let's say you have a button on your web page that you want to use to toggle the visibility of a div element. With Alpine.js, you can define a "show" data property on the button element, and then use the "x-show" attribute to bind that property to the visibility of the div element:

<button x-data="{ show: false }" x-on:click="show = !show">Toggle</button> <div x-show="show">This div will be hidden or shown depending on the value of 'show'.</div>

In this example, we're using the "x-data" attribute to define a new data object with a single property named "show". We're also using the "x-on:click" attribute to bind a function to the click event of the button element. When the button is clicked, the function toggles the value of the "show" property.

Finally, we're using the "x-show" attribute to bind the visibility of the div element to the value of the "show" property. When the "show" property is true, the div will be shown; when it's false, the div will be hidden.

This is just a simple example, but Alpine.js can be used for much more complex interactions as well. You can use it to handle form submissions, create dynamic lists and tables, and even build entire web applications.

Overall, Alpine.js is a powerful tool that makes it easy to add interactivity to your web pages without needing to write a lot of custom JavaScript. If you're looking for a lightweight framework that's quick to learn and easy to use, Alpine.js is definitely worth checking out.

Make your sales data-driven.

Website's technology stack, including its CMS, ecommerce platform, and payment processor, along with details about the industry, company and its contacts.

GDPR Compliant

CCPA Compliant

SOC2 Compliant

App screenshot