pheasa projects browser native tools

Lightweight tools for writing and workflows

A small collection of browser first experiments that focus on clear logic, simple math, and practical workflows, without heavy infrastructure.

Projects

Smart Pad Browser N Gram Writer

A client side writing helper that predicts the next word using a transparent N Gram model.

Type: Writing tool Runtime: 100 percent in browser Origin: Bachelor thesis project ported from Python
Smart Pad uses classic N Gram language modeling to suggest the next word based on simple statistics and Part of Speech context, without any remote model or black box behavior.
  • Train instantly on custom text such as Jane Austen or Shakespeare
  • Works fully offline after the page is loaded
  • Built with plain JavaScript and probability tables
Open Smart Pad Originally written in Python for a bachelor thesis, now converted to JavaScript so it runs entirely in the browser.

FormFlow Form Automation

A form centric workflow tool that helps collect, validate, and reuse structured data.

Type: Form workflow Focus: Reusable data and repeatable steps Platform: Web application
FormFlow focuses on guiding people through complex forms in simple steps, then keeping the collected data useful for the next time. It is designed for scenarios where the same information is needed again and again.
  • Step by step guidance for filling forms correctly
  • Keeps structured data for future reuse
  • Designed to work with real world documents and workflows
Open FormFlow Built to reduce repetitive typing and make form processes easier to repeat and maintain.