Back to work
Flutter · Workflow UX · Prompt Library

AI Workspace

A focused mobile workspace for turning rough inputs into structured notes and next steps. The demo shows planning, writing, analysis modes, reusable prompts, conversation history, and offline sample output.

FlutterDartWorkflow UXBLoC ArchitecturePrompt Library
AI Workspace mobile chat turning launch notes into a three-step execution plan.

Problem

Mobile productivity tools need clear flows for turning rough notes into usable output without depending on live credentials in a public demo.

Engineering Contribution

  • Replaced live-service startup with a neutral offline experience.
  • Added planning, writing, and analysis modes.
  • Built structured output, prompt composer, prompt-library navigation, and conversation history.
  • Removed plaintext provider keys and copied Firebase configuration from the isolated workspace.

Technical Decisions

The demo preserves layered data, repository, DTO, and presentation boundaries while routing the verified public runtime through offline sample output.

Verification

  • Flutter release web build succeeds.
  • Focused Flutter analysis reports no issues.
  • Chat and Prompt Library widget test passes.
  • 390 x 844 browser view verified without browser errors.