Wordware is a platform that aims to simplify the process of prompt engineering for large language models (LLMs) by taking prompts out of the codebase and putting them in the hands of domain experts. It offers a beautiful Notion-like IDE built around prompt-first programming, allowing users to build powerful chains of prompts with integrated logic and deploy them with one click. Wordware's collaborative interface consists of two main components: Prompts (ProseMirror documents) and Project state (a SyncedStore containing the directory structure, input datasets, and additional project metadata). The platform leverages PartyKit's neat abstractions and deployment infrastructure to provide a cost-effective and reliable solution for prompt engineering.