# Tools

***

## Analytics

* <https://plausible.io/> - Simple and privacy-friendly Google Analytics alternative (can be self hosted)
* <https://clicky.com/> - GDPR-compliant, Real-time, Google Analytics alternative

***

## Project management

* [Linear](https://linear.app/) - Streamline issues, sprints, and product roadmaps (Jira alternative)

***

## Front

* [Paveikslėlių optimizavimas. Pateikti keli CLI įrankiai greitam optimizavimui, pateikti pavyzdžiai, kaip naudoti WebP formatą.](https://freshman.tech/image-optimisation/) Taipogi papildomai [e-knyga](https://images.guide) apie tai.
* [Naudingi Visual Studio Code triukai](https://medium.com/@smashingmag/visual-studio-code-can-do-that-2f33016d7f50)
* [Kaip pasiekti PageSpeed Insights greitį 100/100](https://kinsta.com/blog/google-pagespeed-insights/)

***

## Back

* [Formspree](https://formspree.io) - formoms skirtas API su automatiniu spam protection, recaptcha ir ingregracijomis (Airtable, Sheets, Email, Slack ir pan).
* [Redirect.li ](https://redirect.li/http/?url=https%3A%2F%2Ffabricair.com%2Flt%2Fabout-fabricair%2Femployees%2Fasia)- test headers
* [Mail-tester](https://www.mail-tester.com/) - test email issues

## Server

* [Caddy](https://caddyserver.com/) - Caddy 2 is a powerful, enterprise-ready, **open source web server** with **automatic HTTPS** written in Go

### Local

* [Laragon ](https://laragon.org/download/index.html)- vienas labiausiai patikusių local server sprendimų LEMP stack'ui. Iš pavadinimo atrodytų, jog orientuotas į Laravel, bet ištiesų tai pilnavertė alternatyva WAMP, XAMPP ar mano iki tol naudotam UniServer. Automatinis host file įrašų sukūrimas, itin lengvas naujų stack'o versijų diegimas, integruotas Mail Catcher'is ir ko gero overall veikiantis sparčiausiai iš visų kadanors bandytų.
* Kita alternatyva - [Laradock](http://laradock.io): PHP development environment, skirtas Docker'iui.

***

## Search

* [Sonic](https://github.com/valeriansaliou/sonic) - Sonic is a fast, lightweight and schema-less search backend. Can be used as a simple alternative to super-heavy and full-featured search backends such as Elasticsearch in some use-cases, but not as drop in replacement.

***

## Text / code editors

* [Textastic](https://www.textasticapp.com) - featured code editor that includes markdown support, built-in web server for previewing your work. You can manage remote file transfers with FTP, SFTP, WebDAV, Dropbox, and Google Drive and there’s a full-featured SSH terminal built right into the app. Textastic supports tabs, you can even have multiple files and SSH terminals open simultaneously.
* Patinka Jetbrains kainodaros politika: pasiėmus metinę prenumeratą, paskutinė tuo laikotarpiu išleista major versija lieka tavo, net ir pasibaigus prenumeratai. Manau tokiu principu galėtų veikti didžioji dauguma prenumeratos principu veikiančios licencijos, kurie nėra susieti su cloud servisais.
  * Jetbrains themes:
    * <https://plugins.jetbrains.com/plugin/11938-one-dark-theme>
    * [https://www.material-theme.com/](https://www.material-theme.com)

***

## Terminal

* [Dracula ](https://draculatheme.com/windows-terminal/)dark theme for Windows terminal

***

## Testing

* Locust - <https://locust.io/>
* gMeter - <https://github.com/hexdigest/gmeter>
* JMeter - <https://github.com/apache/jmeter>


---

# 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://wiki.reanimated.lt/dev/tools.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.
