WORKFLOW AUTOMATION & WEB TOOLS
Selected personal projects · September 2026

REPORTS / BROWSER TOOLS / FRONTEND WORKFLOWS

From scattered information
to reviewable work.

Small tools for collecting information, organizing records and making workflows easier to follow. These personal projects were developed with Codex assistance.

Workflow illustration: three synthetic RSS records become two unique rows and a daily report.
01Personal project · PowerShell · Offline core-function checks

RSS/API Data Collection & Daily Reports

Convert public-feed records into a consistent report with source links, configurable keyword rules and a deduplicated history.

Useful for one-source reporting tasks, export formatting and small script improvements.

What the sample demonstrates

  • 3 fictional RSS records → 2 unique records.
  • CSV and Markdown generated by original functions.
  • Repeated merging retains the same record count.
  • 10 focused offline checks passed.
Read case detailsSample CSVSample inputSample report

Test scope: synthetic inputs and allowlisted source functions. Live feeds, startup scheduling and notifications were not retested. Current report labels are Chinese. This is rule-based automation.

Research clipper workflow illustration: page information to editable records and CSV/JSON export; browser capture not tested end to end.
02Personal project · JavaScript · Manifest V3

Browser Research Clipper

A user-triggered extension prototype for keeping page titles, excerpts, URLs and review notes together in a local library.

Useful for narrow extension changes, extra form fields and tailored export schemas.

What the sample demonstrates

  • Editable research records and CSV/JSON output.
  • Two fictional records preserved in JSON.
  • CSV handling of commas and quotation marks.
  • 8 focused logic checks passed.
Read case detailsSample JSONSample CSV

Test scope: browser APIs were mocked. Installation, live-page capture and persistent browser storage were not verified end to end. CSV formula-like fields need additional handling before accepting untrusted input. The original UI is Chinese.

Historical screenshot of the maintenance dashboard, labelled as a frontend prototype with no connected AI or enterprise backend.
03Personal project · HTML/CSS/JavaScript · Frontend prototype

Maintenance Workflow Dashboard

A prototype connecting inspections, issue review, work orders and equipment information in one interface.

Useful for a dashboard screen, inspection form or clickable workflow before backend development.

Available evidence

  • Reviewed source and handoff documentation.
  • JavaScript syntax checks passed.
  • Historical desktop screenshot reviewed.
  • Browser-local state; no shared backend.
Read case detailsOpen annotated image

Prototype boundary: AI confidence values and connector states in the historical image are demonstrations. Production authentication, shared databases, real AI inference and enterprise integrations are not connected. The full workflow was not rerun for this review.

A small, clear first milestone.

Start with one input source, one export format or one workflow screen. Agree on sample data and the expected result, then validate the handoff before expanding the scope.