# What is TALL Stack

**You can discuss pages on this site at** [**https://github.com/snapey/talltips/discussions**](https://github.com/snapey/talltips/discussions)

TALL stack describes applications with a preference for the following components;

* [Tailwind](https://tailwindcss.com/) - CSS Utility Framework
* [Alpine](https://github.com/alpinejs/alpine) - JS a lightweight declarative javascript framework
* [Laravel](https://laravel.com) - PHP based web application framework
* [Livewire](https://laravel-livewire.com/) - front end components that sync with back-end state without writing APIs

To quickly boilerplate an application for TALL stack, [check out the preset](https://github.com/laravel-frontend-presets/tall) maintained by @imliam

## TALL resources

For an *awesome* list of TALL resources, check  <https://github.com/blade-ui-kit/awesome-tall-stack>

{% embed url="<https://github.com/tanthammar/tall-forms>" %}

{% embed url="<https://github.com/MedicOneSystems/livewire-datatables>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://talltips.novate.co.uk/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
