> For the complete documentation index, see [llms.txt](https://docs.wirebootstrap.com/wirebootstrap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wirebootstrap.com/wirebootstrap/master.md).

# Introduction

<div align="center"><img src="/files/-MHxzl-joGnuDYsPaRfy" alt="The JavaScript framework for Bootstrap Themes and Components"></div>

Bootstrap themes are a great starting point for developing eye-catching web sites and business applications.

WireBootstrap makes it easy build web applications that connect data services to these themes and the many components that come with them. &#x20;

```javascript
// sales.js
export const dataset = new wire.data.DataSet({
    Source: new wire.data.DataSource("sql"),
    Query: wire.data.select().from("sales_table")
});
```

```html
<wire-datatables wr-import-data="./sales.js"></wire-datatables>
```

<figure><img src="/files/R0ChKP6rHbMSBh9wyy99" alt=""><figcaption><p>sales_table in DataTables</p></figcaption></figure>
