Click fullscreen for best experience.
A feature‑rich web application that turns raw text into an interactive workspace. Search across Q&A blocks, highlight relevant sections, and instantly process selected text with Groq‑powered AI — all within a clean, responsive interface.
The Text AI Processor was designed to simplify the analysis of long‑form Q&A documents. Instead of manually scanning hundreds of paragraphs, you can instantly locate answers, highlight exact sentences, and get AI‑generated explanations in Indonesian — all from a single browser tab.
Provide a fast, offline‑capable environment for reviewing interview transcripts, research questionnaires, and expert responses. The tool eliminates the need to switch between text editors, search boxes, and AI platforms.
Built for researchers, content analysts, and developers who work with structured text. The editor adapts to mobile screens and requires no database — all data stays in the browser.
Click fullscreen for best experience.
The editor combines client‑side JavaScript with a lightweight PHP backend for AI and URL fetching. All text manipulation happens directly in the browser.
┌─────────────────────────────────┐
│ Text AI Processor │
└─────────────────────────────────┘
│ ▲
┌─────────┴─────────┐ │
▼ ▼ │
┌──────────────┐ ┌──────────────┐
│ Frontend │ │ PHP Backend │
│ (jQuery) │ │ (AI & URL) │
└──────────────┘ └──────────────┘
│ │
▼ ▼
┌──────────────┐ ┌──────────────┐
│ localStorage │ │ Groq API │
│ (recent files)│ │ / cURL fetch│
└──────────────┘ └──────────────┘
Supports both strict Q&A block detection (Q: / A: / B: patterns) and free‑text sentence search. OR‑based matching ensures you never miss relevant content. Results appear in a sticky panel, limited to 5 with a “show all” option.
Click any search result and the editor automatically scrolls to the matching block, highlighting the entire section in yellow. Perfect for quickly locating the full context of an answer.
Select any text or use the highlighted block and press “Aiproses”. The system sends it to Groq’s API with an instruction to answer in Indonesian, and displays the result below the editor, auto‑scrolling into view.
Fetch text directly from a URL (with automatic HTML cleaning), load a .txt file, or simply paste content. The final document can be downloaded as an HTML file preserving rich formatting.
The last 5 imported/pasted texts are saved automatically in localStorage. Each entry gets a unique ID and timestamp, accessible from the sidebar. No server‑side storage required.
A dedicated toolbar offers New Document, Copy selected/all, Paste (with fallback prompt), Bold, Italic, Underline, and keyboard shortcuts (Ctrl+B, Ctrl+I, Ctrl+U).
The editor was built around real‑world tasks that involve large Q&A documents. Below are the primary scenarios it handles efficiently.
Scenario: A researcher has a 50‑page transcript from an AI specialist. The document contains dozens of “Q:” and “A:” blocks.
Workflow: Import via URL or file. Search for keywords like “inventory control”. Click a result to jump to the full answer. Highlight the key paragraph and ask the AI for a summary in Indonesian.
Scenario: A quality assurance team needs to verify answers in a synthetic catalog test.
Workflow: Paste the Q&A list into the editor. Use full‑text search to find all sentences containing “out of stock”. Highlight problematic answers and process them with AI to suggest corrections.
Scenario: A blogger wants to translate technical answers from English to Indonesian.
Workflow: Load the English Q&A. Search for a specific topic. Highlight the target sentence, click “Aiproses” and the AI returns a well‑structured Indonesian answer. Copy the result to the clipboard.
Follow these simple steps to get the most out of the editor, from importing text to getting AI‑powered insights.
Open the sidebar (☰ on mobile). Choose one of three import methods:
• Import URL – paste a link and click Load.
• Import .txt File – select a file from your device.
• Paste – use the Paste button or Ctrl+V directly into the editor.
Type one or more keywords into the search box. The tool automatically finds Q&A blocks (or sentences if “Search all text” is checked) that contain any of the words. The results panel stays fixed while you scroll the editor.
Click any search result to jump to the full text. The matching section is highlighted in yellow. Select the highlighted text (or any portion) and click Aiproses. The AI response appears below the editor, and the page auto‑scrolls to it.
Use the toolbar to bold, italic, underline, copy, or paste text. Keyboard shortcuts (Ctrl+B/I/U) are fully supported. The “New” button clears the editor for a fresh start.
Every imported or pasted text is automatically saved in the sidebar under “Recent Files”. Click any entry to reload it instantly. The list holds the last 5 documents per browser.
When you’re done, click the Download button to export the editor content as an HTML file, preserving all formatting and highlights.