Get started any way you want
Jump right into building with Bootstrap—use the CDN, install it via package manager, or download the source code.
Read installation docs
Install via package manager
Install Bootstrap’s source Sass and JavaScript files via npm, RubyGems, Composer, or Meteor. Package-managed
installs don’t include documentation or our full build scripts. You can also
use any demo from our Examples repo
to quickly jumpstart Bootstrap projects.
npm install bootstrap@5.3.6
gem install bootstrap -v 5.3.6
Read our installation docs
for more info and additional
package managers.
Include via CDN
When you only need to include Bootstrap’s compiled CSS or JS, you can use
jsDelivr
. See it in action with our simple
quick start
, or
browse the examples
to jumpstart your next project. You can also
choose to include Popper and our JS
separately
.
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4Q6Gf2aSP4eDXB8Miphtr37CMZZQ5oXLH2yaXMJ2w8e2ZtHTl7GptT4jmndRuHDT" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/js/bootstrap.bundle.min.js" integrity="sha384-j1CDi7MgGQ12Z7Qab0qlWQ/Qqz24Gc6BM0thvEMVjHnfYGF0rmFCozFSxQBxwHKO" crossorigin="anonymous"></script>
Read our getting started guides
Get a jump on including Bootstrap's source files in a new project with our official guides.