Squishy Form Experiment

This is an experiment of a form that can parse between free-form text, JSON, and table data, and output a structured JSON object. It uses Groq Llama 3.1 8b as a text parser, and uses nanostore to manage state and immer to manage undo/redo.

This is the system prompt that will be used to guide the parser. It's a comma-separated list of keys that will be used to create the output JSON.