DEMO - Voice to PDF - Complete PDF documents with voice commands using the Claude 3 Opus API

This page summarizes the projects mentioned and recommended in the original post on dev.to

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.
surveyjs.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. 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

  2. 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.

    SurveyJS logo
  3. pdf-lib

    Create and modify PDF documents in any JavaScript environment

    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.

  4. parcel

    The zero configuration build tool for the web. 📦🚀

    It runs using Parcel, very simple and easy to setup. The app has 3 files:

  5. PDF.js

    PDF Reader in JavaScript

    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.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

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

    1 project | news.ycombinator.com | 6 Dec 2024
  • Bluetooth Low Energy based RGB LED Strip color control from a web browser and STM32

    2 projects | dev.to | 5 Nov 2024
  • Connecting to BLE device and Reading Characteristics using JavaScript

    1 project | dev.to | 5 Nov 2024
  • Create a typescript package with Parcel

    1 project | dev.to | 14 May 2024

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?