designfactory-app icon indicating copy to clipboard operation
designfactory-app copied to clipboard

A project that generates pdf documents from design templates from Figma + your own data via the GUI or REST API.

DesignFactory.app

A project that generates pdf documents from design templates from figma + your own data via the GUI or REST API.

Development

Run with with npm or Yarn to bootstrap the development:

npm run dev
# or
yarn dev

Todo

  • [x] ~~Support editing more fields~~
  • [x] ~~Persist input data from the GUI~~
  • [x] Add support for multiple designs
  • [ ] Support multiple languages & currencies
  • [ ] Support multiple pages/page overflow
  • [x] ~~Add a better GUI editing experience (possibly Monaco editor with a JSON schema)~~
  • [x] ~~Use live template data via the Figma API~~

Deploy your own

Clone and deploy with Vercel:

Deploy with Vercel

Notes

This is bootstrepped with the Nextjs example with-typescript-styled-components.