Application · Preview 0.3

Review text on your website.

Open your website in Studio. Review passages in context and see the corresponding source file in the review panel.

From the page to its source.

Website, source file and mobile review area, using the Agent Studio website.

The website stays visible, with the selected passage and its review options alongside it.

Decide in context

The website stays visible, with the selected passage and its review options alongside it.

Open full-size screenshot ↗
The source view shows the original TypeScript and its relative file path. Git context identifies the current working copy.

Inspect the original file

The source view shows the original TypeScript and its relative file path. Git context identifies the current working copy.

Open full-size screenshot ↗
Website focus gives the page the available space. Open navigation or review when you need it.

Review on a small screen

Website focus gives the page the available space. Open navigation or review when you need it.

Open full-size screenshot ↗

Actual local captures · English Studio interface · Open an image to inspect it at full size.

Start locally

From the voice-lint repository, run npm start. Open the app, enter the backend’s pairing code and choose whether to remember this browser for seven days. Requires Node.js 24, .NET SDK 10 and Bash.

Open local app

Read the workflow

Register the actual source folder and its local development URL. An opt-in bridge maps supported text to the original file.

Read the workflow
shell
cd voice-lint
npm start
# App: http://127.0.0.1:5188/

Keep or change a passage.

Select a mapped passage. Choose Keep as written to retain a decision for that source version. A reason is optional. Existing rule suggestions can be inspected immediately; generating up to three distinct alternatives starts an explicitly configured model route.

Selecting an alternative prepares a source diff. Applying the diff is a separate action. Your own feedback and replacement text remain optional. Current local rules are advisory and are not suppressed by a keep decision.

Return without entering the code again.

Remember this browser for seven days keeps access across reloads and backend restarts on the same Studio origin. The period is fixed and does not extend with every visit. Sign out revokes that browser’s remembered access; another browser stays independent. The code is needed again after expiry or sign-out. Backend credentials stay out of the reviewed website.

Adjust navigation and panel widths.

Use Full, Compact or Website focus navigation. In focus mode, navigation opens over the page. The review occupies an adjacent area; drag the splitter to adjust its width in any navigation mode. English is the default, with a saved German language option. Switching UI language does not translate your source or model output.

Know which source you see.

The current file, source version and optional Git branch/commit identify the local working copy. A saved task result is historical evidence, not the current Git diff. The online site may use a different revision.

Operating scope

The preview supports explicitly mapped local HTML, a Markdown subset and TypeScript prose literals. Dynamic or ambiguous text stays unassigned. No model runs merely because a page opens. Generated alternatives require host configuration; there is no default model route.