# 📚 Sources & Credits

The RepairBox is built using modern, open-source technologies to ensure performance, scalability, and a smooth user experience. We gratefully acknowledge the following frameworks and tools that make this product possible:

***

**⚙️ Core Technologies**

* Laravel

  A robust PHP framework for modern web applications.

  License: MIT

  [https://laravel.com](https://laravel.com/)
* Vue.js

  An approachable and versatile front-end JavaScript framework used for reactive UI and SPA behavior.

  License: MIT

  [https://vuejs.org](https://vuejs.org/)
* Tailwind CSS

  A utility-first CSS framework that allows for rapid UI development with minimal code bloat.

  License: MIT

  [https://tailwindcss.com](https://tailwindcss.com/)

***

**🖼️ Icons & Design Elements**

* Heroicons (used within Vue/Tailwind components)

  A beautifully crafted icon set by the creators of Tailwind CSS.

  License: MIT

  [https://heroicons.com](https://heroicons.com/)
* Google Fonts

  Typography powered by open web fonts for modern readability and visual polish.

  License: Open Font License

  [https://fonts.google.com](https://fonts.google.com/)

***

**📦 Additional Packages**

Any other open-source packages used (e.g., barcode generators, date pickers, data tables, etc.) are also licensed under MIT or similar permissive licenses. Where required, attribution is embedded within the source files or package.json/composer.json files.

***

> ⚠️ *All assets used in this application are either open-source, under permissive licenses, or custom-created for use in this product. No proprietary or paid resources have been embedded without a valid license.*


---

# 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://codehas.gitbook.io/repair-box/extras/sources-and-credits.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.
