Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Bootstrap is a free, open-source front-end framework for building responsive, mobile-first web projects with HTML, CSS, and JavaScript.
Bootstrap is an open-source front-end framework for building responsive, mobile-first web projects, created by Mark Otto and Jacob Thornton and maintained by the Bootstrap team on GitHub. It provides HTML, CSS, and JavaScript assets that developers include in their pages to rapidly construct layouts and interface components.
Bootstrap is a free front-end framework that turns plain HTML markup into a responsive, mobile-first design system. It takes simple HTML structure as input and outputs styled, cross-browser-compatible pages when you link its CSS and JavaScript files. The framework runs entirely on the client side, works with any backend, and is developed on GitHub under the MIT License. The project was created by Mark Otto and Jacob Thornton at Twitter.
Bootstrap is free to use under the MIT License. The code and documentation are available without cost, and the source code is public on GitHub.
Yes. Bootstrap is released under the MIT License, meaning you can use, modify, and distribute it freely in commercial and personal projects.
Bootstrap's bundled JavaScript files include Popper but not jQuery. If you use components that require jQuery, you must include jQuery separately in your page.
You can install Bootstrap via npm with npm install bootstrap, via yarn with yarn add [email protected], via Composer with composer require twbs/bootstrap:4.1.3, or via NuGet. A direct download of the latest release is also available.
The download contains dist folders with compiled and minified CSS and JavaScript, source maps, and bundle files. The grid and reboot styles are provided as separate files so you can include only what you need.
The code is licensed under the MIT License, while the documentation is released under the Creative Commons license.
