Skip to main content

Utility catalog

Each calculator below launches the same standalone page machinists already use. Docs stay nearby, but the apps themselves run in Chromium with WebGL/WASM acceleration.

All utilities are currently open. Sign-in is optional.

UtilityDescriptionStandardsLaunch
Pipe Cutter VisualizerPreview saddle intersections, adjust offsets, and export CNC-ready DXF templates.ASME B31.3 · ISO 9606Open
Cylindrical Shell RollingCalculate roll spacing, bending allowance, and developed lengths per EN / ASME presets.EN 13445 · ASME VIIIOpen
Sheet-metal BendingSimulate K-factors, reliefs, and bend deductions before locking CAM programs.ISO 2768 · EN 10149Open
Interactive Thread AtlasFilter ISO / UNC / UNF series, look up drill diameters, and copy callouts.ISO 965 · UNC/UNFOpen
PDF Number ExtractorHighlight QA serials, BOM IDs, and inspection numbers locally via WASM.Offline parsingOpen
3D QR NameplateModel equipment tags with QR codes; preview thickness, materials, and engraving in real time.ISO 3864Open
WebDXF EditorTrim, annotate, and resave DXF files in the browser for quick QA checks.DXF R12Open
PDF MasterReorder, rotate, and merge drawing packs into a clean PDF — fully offline.Offline processingOpen
PDF Batch SignerStamp a reusable signature across every page in multiple PDFs at once.Local signingOpen
QR MasterScan QR / barcodes, generate custom codes, and manage scan history locally.OfflineOpen
PDF BOM ExtractorExtract BOM tables from CAD PDFs into clean CSVs with master report export.Client-sideOpen
Batch File RenamerBulk rename files with find/replace, prefixes, numbering, and ZIP export.Local-onlyOpen
Folder Structure BuilderDesign folder trees from JSON or ZIP; export bash / PowerShell scripts.Client-sideOpen
Magnetic Level GaugeConfigure connections, dimensions, and options; export a PDF datasheet.DIN / EN · ASMEOpen
Bourdon Gauge ConfiguratorConfigure pressure gauges with ranges, connections, and accessories; export PDF.EN 837-1 / 837-2Open
Industrial ThermometerConfigure bimetal thermometers: ranges, stems, thermowells; export PDF datasheet.EN 13190Open
Tube Sheet GeneratorLay out tube hole patterns and export DXF or STEP files locally.Layout + fabricationOpen
WebSTEP ViewerInspect STEP assemblies, isolate parts, and measure geometry in the browser.STEP (.stp/.step)Open
Engineering Prompt CatalogBrowse, filter, and export prompt templates for I&C, mech. design, and procurement.Prompt libraryOpen
Business CalendarGenerate a yearly calendar with regional holidays and export PDF or PNG.Holiday-awareOpen
React Table EditorOpen, edit, and validate tabular data with CSV / XLSX import and export.Client-sideOpen
Focus PlannerPlan tasks, run standalone or task-linked timers, and review analytics in a local-first browser workspace.Local-first productivityOpen
Blind Flange CalculatorAuto-select PN class and calculate EN 13445-3 thickness with weight estimates.EN 13445-3 / EN 1092-1Open
Dished End CalculatorSize DIN 28011 / 28013 heads, add nozzle callouts, and print a QC worksheet.DIN 28011 / 28013 / SS 895Open

Utility documentation pages

Versioning & telemetry

  • Most standalone utility bundles live under static/utility-apps/*.
  • Shared shell assets stay under static/utilities/*.
  • Update the source project, refresh the bundle in the matching directory, then commit and push.
  • Include a concise changelog in the docs whenever a calculator or macro changes behavior.
  • Use browser devtools or custom logging endpoints if you need telemetry-nothing tracks usage by default.

Embed utilities inside docs

See Embedding calculators for iframe snippets and React wrappers. MDX lets you import components or iframes directly, so you can keep instructions and UI together.

LinkedInGitHub