TrenTyx Terms of Use – Free Use, No Warranty, Limited Liability

trentyx@local:~/terms $ cat terms-of-use.md_

Short version: use every tool freely, for anything, including commercial work, at no cost and without attribution. In exchange, they come with no warranty, and you remain responsible for checking their output before you rely on it.

Effective date: 1 August 2026

1. Agreement

By using trentyx.com you accept these terms. If you do not accept them, do not use the site. TrenTyx is operated by Ahmad Fawaid, an independent developer based in Indonesia, reachable at contact [at] trentyx [dot] com.

2. Permission to Use

You may use the tools on this site for personal, educational and commercial purposes, at no charge, with no registration and no attribution requirement. Output you produce with them — formatted queries, generated hashes, converted files, extracted types — is yours, and nothing in these terms claims any right over it or over the input you provided.

3. No Warranty

The tools are provided as is, without warranty of any kind, express or implied, including but not limited to warranties of merchantability, fitness for a particular purpose, accuracy and non-infringement. The site may be unavailable, may change without notice, and may contain defects.

Specific limitations worth naming, because they are the ones most likely to matter in practice:

  • Formatters and validators check structure, not correctness. A SQL query can format cleanly and still fail to execute; JSON can validate and still be semantically wrong for your application.
  • Token counts are estimates unless an exact tokenizer is loaded. Cost figures derived from them are indicative, and published model prices change without notice.
  • Generated passwords and UUIDs rely on your browser's cryptographic random number generator. They are suitable for ordinary use, but you should assess them yourself against your own security requirements before using them to protect high-value systems.
  • Decoding is not verification. The JWT decoder reads a token's contents; it does not validate the signature, and a decoded token must never be treated as an authenticated one.
  • Conversions can be lossy. Formats differ in what they can express, and edge cases such as very large numbers, unusual date formats or exotic character encodings may not survive a round trip unchanged.

Verify results before relying on them in production, in migrations, or in anything that touches real data.

4. Limitation of Liability

To the fullest extent permitted by law, the operator of this site is not liable for any direct, indirect, incidental, consequential or special damages arising from your use of the site or its output, including data loss, lost profits, business interruption, or damage resulting from an incorrect or incomplete result. This limitation applies even if the operator has been advised of the possibility of such damages. Since the site is provided free of charge, any liability that cannot be excluded by law is limited to the amount you have paid to use it, which is zero.

5. Your Responsibilities

You are responsible for the data you paste into these tools and for whether you are permitted to process it. Although input never leaves your browser, the tools do not exempt you from your own confidentiality obligations, employer policies or applicable data protection law. You agree not to use the site to violate any law, to attempt to disrupt or overload it, to circumvent its technical measures, or to redistribute it as your own service.

6. Intellectual Property

The site's design, written explanations and source code are the property of the operator and are protected by copyright. The name TrenTyx and the site's visual identity may not be used to imply endorsement of, or affiliation with, another product or service. Names of third-party formats, databases, languages and models mentioned on these pages belong to their respective owners and are used only descriptively.

7. Third-Party Links and Services

Some pages link to external documentation, specifications and pricing pages for context. Those sites are outside the operator's control, and no responsibility is accepted for their content or availability. Pages also load web fonts and analytics from Google, as described in the Privacy Policy, and one optional feature can load a tokenizer library from a public CDN when you explicitly request an exact count.

8. Availability and Changes

Tools may be added, changed or withdrawn at any time, and URLs may change. This is a personal project without a service level commitment, so no uptime is guaranteed. Because each tool is a self-contained page, saving a copy locally is a reasonable safeguard if you depend on one.

9. Changes to These Terms

These terms may be updated, with the effective date above reflecting the current version. Continuing to use the site after a change constitutes acceptance of the revised terms.

10. Governing Law

These terms are governed by the laws of the Republic of Indonesia, and any dispute arising from them falls under the jurisdiction of the Indonesian courts.

Related Pages