
-
voice_to_pdf
Prototype app that allows you to complete PDF document using voice commands with Claude 3 Opus API
You can find the app on github at https://github.com/jstoppa/voice_to_pdf
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
-
writePdf: used for writing the final completed PDF after receiving the response from the Claude 3 Opus API, this uses the PDF-lib library to manipulate and modify the final file.
-
It runs using Parcel, very simple and easy to setup. The app has 3 files:
-
readPdf: used for reading the dropped file and displaying it on the screen, it uses PDF.js to load the file, get all fields and display it on the browser.
Related posts
-
PDF.js VS EmbedPDF - a user suggested alternative
2 projects | 4 Apr 2025 -
Parcel is a zero configuration build tool for the web
-
Bluetooth Low Energy based RGB LED Strip color control from a web browser and STM32
-
Connecting to BLE device and Reading Characteristics using JavaScript
-
Create a typescript package with Parcel