A project that generates pdf documents from design templates from figma + your own data via the GUI or REST API.
Run with with npm or Yarn to bootstrap the development:
npm run dev
# or
yarn dev
-
Support editing more fields -
Persist input data from the GUI - Add support for multiple designs
- Support multiple languages & currencies
- Support multiple pages/page overflow
-
Add a better GUI editing experience (possibly Monaco editor with a JSON schema) -
Use live template data via the Figma API
Clone and deploy with Vercel:
This is bootstrepped with the Nextjs example with-typescript-styled-components.