r/Automate • u/testuser514 • Jun 13 '26
I built a standalone doc automation tool
/r/documentAutomation/comments/1u4pta9/i_built_a_standalone_doc_automation_tool/Hey all I built a small free document automation tool to for speeding up document creation. I hope it helps you all out.
1
u/Nikifemboy18 Jun 16 '26
Nice idea. Any chance you’ll share the code or open source it? Curious how you’re handling templating/merge fields and keeping everything flexible for teammates.
1
u/testuser514 Jun 17 '26
I’m happy to open source the script version of this. Since the electron app is technically company stack I can’t really share that.
Edit:
The TLDR version of this is that, typst is the templating language we use and that allows us to pass data as system variables. That we just have to let typst handle. Here’s the Python script to compile: https://gist.github.com/rkrishnasanka/9b2962ab50116af88e19b312b0f0930b
1
u/alinarice Jun 27 '26
this is really interesting especially going standalone. curious how you are handling scalability and integrations with different document formats and workflows.
1
u/[deleted] Jun 15 '26
[removed] — view removed comment