Per-App Voice Automation for Mac

Voxt can adapt voice output to the app or website where you are working. Configure a model rule for a specific context, then use an automatic key action after insertion—for example, turn “query all users” into SQL in a SQL editor and send it with the editor’s shortcut.

At a glance

  • Create different model enhancement rules for apps and websites.
  • Shape the same spoken input into the format required by the current context.
  • Trigger an automatic key action after text is inserted.
  • Use app-aware workflows for SQL, support replies, forms, code, and other structured inputs.

One voice habit, different output

The right output depends on where it will be used. App enhancement keeps context-specific instructions close to the destination instead of asking you to repeat them every time you speak.

Rules by app or website

Assign different prompts, cleanup behavior, formatting, or terminology to a desktop app or web context.

Structured transformations

Turn a natural-language request into the format an app expects, such as SQL, a support response, a checklist, or a code-oriented snippet.

Automatic key actions

After insertion, optionally trigger a key action such as Enter so a prepared query or message can continue through the destination workflow.

Example: natural language to SQL

In a SQL editor, an App Branch rule can tell the model to produce SQL rather than prose. A spoken request such as “query all users” can become a query like `select * from 'user'`, then an automatic key action can submit it after insertion when configured.

Speak the intent

Describe the query or transformation in ordinary language while the SQL editor is the active context.

Apply the SQL rule

The app-specific model instruction shapes the response as SQL and preserves the editor’s expected syntax and format.

Insert and continue

Voxt inserts the result into the editor and can press the configured key automatically. Review generated queries before running them against real data.

FAQ

What is app-specific voice enhancement?

App-specific voice enhancement applies different model instructions based on the current app or website. The same speech can become polished prose in email, a concise reply in chat, or structured SQL in a database editor.

Can Voxt turn natural language into SQL?

Yes, when you configure an app rule that instructs the model to output SQL. For example, “query all users” can be transformed into a SQL query. Always review generated SQL before executing it.

What are automatic key actions?

Automatic key actions let Voxt send a configured key after text is inserted. This can continue a destination workflow, such as submitting a query or sending a message, so configure it carefully and review the result first.

Can rules work on websites as well as apps?

Voxt supports rules for different apps and web contexts. Matching and insertion behavior depend on the active context, browser permissions, focused field, and the rule configuration you choose.