# 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>" %}
