Premium quality, responsive Bootstrap 5.3 themes. CSS-only, no JavaScript required. Ready to download and use in your projects.
Professional themes for every project type. Click to preview, download to use.
Comprehensive API, documentation, and tools to help AI assistants and developers build websites faster.
Structured JSON API with complete theme metadata, component classes, and usage instructions.
GET /api/themes.json
Comprehensive documentation specifically designed for AI assistants to understand and implement themes.
Read GuideReady-to-use HTML templates and CSS snippets for immediate implementation.
<link href="theme.css">
Select based on project type:
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"> <link rel="stylesheet" href="theme.css">
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Your Site</title> <!-- Dependencies here --> </head> <body> <nav class="navbar navbar-expand-lg [theme-navbar]"> <!-- Navigation content --> </nav> <section class="[theme-hero]"> <!-- Hero content --> </section> <!-- Main content sections --> <footer class="[theme-footer]"> <!-- Footer content --> </footer> </body> </html>
Have a beautiful Bootstrap theme to share? Contribute to the community!
Fork the repository and clone it locally
Create your theme folder with CSS and preview files
Create a pull request with your contribution