Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Web Viewer Copilot

FileMaker Web Viewer Copilot with OpenAI Assistant and CodeMirror.js

VW GPT

Web viewers in FileMaker Pro are a great way to extend the platform and create new UI components that would otherwise be impossible. The results can be extremely powerful, but working with web viewers and writing the code in FileMaker Pro can be a huge pain, due to the lack of a proper code editor with formatting and syntax highlighting. That’s what led me to build this CodeMirror Web Viewer app last year, to simplify the process of writing and testing web viewer code. This app makes developing new web viewers much easier, by eliminating the need to copy/paste code into a separate code editor. However, I still found myself copy/pasting code in chatGPT for more advanced solutions.

So I decided to take this a step further, and integrate the CodeMirror app with the ChatFMP app I made for integrating with an OpenAI Assistant. This enables you to describe the web viewer you want in plain English, and the assistant will return the code and generate a new UI component with a single prompt. WVGPT GIF (1)

Full Tutorial at: https://blog.greenflux.us/filemaker-web-viewer-copilot-with-openai-assistant-and-codemirrorjs