# Browser Tools and Frameworks

Want to learn how to use IPFS in combination with your favorite framework or browser implementation tool? See below for some common examples, including hints and boilerplate code. Don't see your framework or tool of choice here? Let us know by filing an issue (opens new window) in the IPFS docs GitHub repo.

# Browserify

Example and boilerplate (opens new window) you can use to guide yourself into bundling js-ipfs with browserify, so that you can use it in your own web app.

# Parcel.js

Example and boilerplate application (opens new window) that connects to IPFS using js-ipfs and is bundled with Parcel.js, so that you can follow it for creating Parcel.js bundled js-ipfs dapps.

# Vue

Minimal demonstration (opens new window) of how to use js-ipfs with Vue.

# Webpack

Example and boilerplate (opens new window) you can use to guide yourself into bundling js-ipfs with webpack, so that you can use it in your own web app.

# With a <script> tag

Minimal example (opens new window) of how to use IPFS in your in-browser JavaScript code with just a <script> tag.

# Electron

Minimal example (opens new window) of how to use js-ipfs in your Electron app.