To include Bootstrap 5 in your project using a CDN, use the following links in your HTML file:

CSS (add in <head>):

<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">

JavaScript Bundle (add before </body>):

<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js" integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI" crossorigin="anonymous"></script>
  • Recommended CDN: jsDelivr (used in official Bootstrap docs).

  • The bootstrap.bundle.min.js file includes Popper.js, required for dropdowns, tooltips, and popovers.

  • For custom builds or specific versions, visit getbootstrap.com/docs/5.3/getting-started/download/.

🌐
Bootstrap
blog.getbootstrap.com › 2023 › 05 › 30 › bootstrap-5-3-0
Bootstrap 5.3.0 | Bootstrap Blog
May 30, 2023 - <!doctype html> <html lang="en" data-bs-theme="dark"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Bootstrap demo</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous"> </head> <body> <h1>Hello, world!</h1> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script> </body> </html>
🌐
Bootstrap
getbootstrap.com › docs › 5.0 › getting-started › introduction
Introduction · Bootstrap v5.0
<!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Bootstrap CSS --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <title>Hello, world!</title> </head> <body> <h1>Hello, world!</h1> <!-- Optional JavaScript; choose one of the two!
🌐
cdnjs
cdnjs.com › home › libraries › bootstrap › 5.0.1
bootstrap - Libraries - cdnjs - The #1 free and open source CDN built to make life easier for developers
Tags: css, less, mobile-first, responsive, front-end, framework, web, twitter, bootstrap · Version · 5.0.1 · Loading... Asset Type · All · Loading... Some files are hidden, click to show all files · https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.0.1/js/bootstrap.min.js ·
🌐
Bootstrap
getbootstrap.com › docs › 5.3 › getting-started › introduction
Get started with Bootstrap · Bootstrap v5.3
Get started by including Bootstrap’s production-ready CSS and JavaScript via CDN without the need for any build steps.
🌐
Bootstrap
getbootstrap.com › docs › 4.4 › getting-started › download
Download · Bootstrap
Download Bootstrap to get the compiled CSS and JavaScript, source code, or include it with your favorite package managers like npm, RubyGems, and more.
🌐
W3Schools
w3schools.com › bootstrap5 › bootstrap_get_started.php
Bootstrap 5 Get Started
If you don't want to download and host Bootstrap 5 yourself, you can include it from a CDN (Content Delivery Network).
🌐
BootstrapDocs
bootstrapdocs.com › v3.3.5 › docs › getting-started
Getting started · Bootstrap 3.3.5 Documentation - BootstrapDocs
Bootstrap ported from Less to Sass for easy inclusion in Rails, Compass, or Sass-only projects. ... The folks over at MaxCDN graciously provide CDN support for Bootstrap's CSS and JavaScript.
Find elsewhere
🌐
BootstrapCDN
bootstrapcdn.com
Official CDN of Bootstrap and Font Awesome · BootstrapCDN
The recommended free CDN for Bootstrap, Font Awesome, Bootswatch and Bootstrap Icons.
🌐
Wappler Community
community.wappler.io › wappler general
Switching Bootstrap 5 CDN to Bootstrap 5 Local for use with the Theme Manager - Wappler General - Wappler Community
April 11, 2023 - New to Wappler from Bubble. I’m following Hyperbytes youtube tutorials. However, I can’t figure out why my theme manager isn’t transferring to the properties editor. Everything is just greyed out. I’m using bootstrap 5. …
🌐
Bootstrap
getbootstrap.com › docs › 5.3 › getting-started › download
Download · Bootstrap v5.3
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js" integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI" crossorigin="anonymous"></script>
🌐
Bootstrap
getbootstrap.com › docs › 5.0 › getting-started › download
Download · Bootstrap v5.0
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
🌐
Bootstrap
getbootstrap.com
Bootstrap · The most popular HTML, CSS, and JS library in the world.
gem install bootstrap -v 5.3.8 · Read our installation docs for more info and additional package managers. 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.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js" integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI" crossorigin="anonymous"></script> Get a jump on including Bootstrap's source files in a new project with our official guides.
🌐
Medium
medium.com › frontendweb › how-to-use-bootstrap-5-with-cdn-in-nextjs-e9b9c8fd35cd
How to use Bootstrap 5 with CDN in Nextjs? | by Rajdeep Singh | FrontEnd Web | Medium
March 22, 2023 - I hope you understand the article's point. I'm pleased. Now you have added bootstrap 5 latest versions in nextjs. I recommend you use bootstrap with npm or custom or private CDN for your project.
🌐
jsDelivr
jsdelivr.com › package › npm › bootstrap
bootstrap CDN by jsDelivr - A CDN for npm and GitHub
August 26, 2025 - Version 5.3.8 License MIT · Keywords · csssassmobile-firstresponsivefront-endframeworkweb · INSTALL · Version: Static · Static · Latest Patch · Latest Minor · Latest Major · Learn more · Readme Files Statistics Browse CDN · Statistics · Requests 0 · Bandwidth 0 · Top version - 0 Full bootstrap Download Stats ·
Published   Aug 28, 2011
🌐
Bootstrap
getbootstrap.com › docs › 4.5 › getting-started › introduction
Introduction · Bootstrap v4.5
Looking to quickly add Bootstrap to your project? Use jsDelivr, a free open source CDN. Using a package manager or need to download the source files?
🌐
jsDelivr
jsdelivr.com › package › npm › bootstrap5-toggle
bootstrap5-toggle CDN by jsDelivr - A CDN for npm and GitHub
June 30, 2022 - A free, fast, and reliable CDN for bootstrap5-toggle. Bootstrap Toggle is a bootstrap 5 plugin that converts checkboxes into toggles.
Published   Jun 30, 2022
🌐
jsDelivr
cdn.jsdelivr.net › css
bootstrap CDN by jsDelivr - A free, fast, and reliable Open Source CDN
bootstrap CDN by jsDelivr - A free, fast, and reliable Open Source CDN for npm and GitHub