Starter repository for a Prismatic-oriented OfficeMaker component example.
- a lightweight OfficeMaker client in
src/officemaker-client.mjs - sample builders for Word, Excel, and PowerPoint payloads
- runnable local scripts in
scripts/ - a component action example in
prismatic/component/createDocument.example.json
npm run create:letter
npm run create:quote
npm run create:deckThis repo is designed for embedded B2B SaaS workflows:
- a product exposes customer-configurable actions
- a Prismatic component calls OfficeMaker
- the result is a customer-ready Office file
- Turn the example action into a real reusable component package.
- Add schema and preview actions.
- Add embedded quote and proposal workflows for SaaS products.