If you have ever worked in a trade or managed a field service team, you already know the pain. The job is done. The tools are packed. The client is happy. But before you can move on, there is a job sheet to fill in, notes to type up, a report to write, and records to update — all from memory, all on a tiny phone screen, after a long day on the tools.
This is the daily reality for millions of field workers around the world. And it is quietly costing service businesses thousands of hours every year.
VoiceField is a PHP and MySQL-based application built to solve exactly this problem — using AI to turn a simple voice recording into a fully structured job record in under a minute.
Field service workers are not office workers. They work in crawl spaces, on rooftops, under sinks, inside electrical panels, and in engine bays. Their hands are dirty. Their time is tight. And the last thing they want to do at the end of a job is sit down and type.
Yet accurate job documentation is critical for every service business. It protects against disputes. It feeds invoicing. It builds client history. It tracks materials and labour. Without it, businesses lose money, miss follow-ups, and make mistakes.
The traditional solution — paper job sheets, phone calls back to the office, or manually typed notes — is slow, error-prone, and completely dependent on the worker remembering to do it correctly.
There had to be a better way.
VoiceField is an AI-powered voice recording and job documentation system built with PHP 8.x and MySQL 8.x. It requires no framework and runs on any standard shared hosting or VPS environment.
The core idea is simple. A field worker opens the web app on their phone browser — no app download or installation required — taps a button to record, speaks naturally about what they just did at the job site, and taps stop. That is the entire input required from the worker.
From that point, everything else is automated.
The audio is sent to an AI speech-to-text service which converts the recording into a raw transcript. That transcript is then sent to an AI language model which reads it and extracts a fully structured job record containing the client name, address, phone number, job type, trade category, work performed, materials and parts used, action items and follow-up tasks, urgency level, and a suggested follow-up date.
All of that structured data is saved to a MySQL database and displayed in a clean, searchable job dashboard.
Understanding the AI pipeline inside VoiceField helps explain why it is so powerful.
Step one is audio capture. The browser-based recorder uses the MediaRecorder API built into modern mobile browsers. Workers see a live waveform animation while recording so they know the audio is being captured. They can also upload an existing audio file in MP3, WAV, M4A, or WebM format if they prefer to record with their phone's native voice memo app first.
Step two is speech-to-text transcription. VoiceField supports three providers. OpenAI Whisper is highly accurate and costs approximately $0.006 per minute of audio. AssemblyAI offers a free tier of five hours of transcription per month, making it ideal for small teams getting started. Vosk is a completely offline transcription engine that runs directly on your own server with zero API cost, making it the most private and cost-effective option for businesses with higher volumes.
Step three is AI data extraction and summarisation. The raw transcript is passed to an AI language model with a carefully crafted prompt that instructs it to extract all relevant job information and return it as structured JSON. VoiceField supports Google Gemini Flash, which has a generous free tier of fifteen requests per minute, Anthropic Claude Haiku, and OpenAI GPT-4o mini.
Step four is storage and display. The extracted data is saved across several MySQL tables covering jobs, transcripts, summaries, audio files, and export logs, and displayed in the job dashboard for review and editing.
The cheapest fully functional setup — AssemblyAI for transcription plus Google Gemini for AI extraction — requires no credit card and costs nothing for typical small team usage.
VoiceField ships with everything a service business needs to get started immediately.
The browser-based voice recorder works on any modern smartphone without installing anything. The live waveform visualiser provides real-time feedback during recording.
The multi-provider AI engine gives businesses the flexibility to choose their preferred speech-to-text and summarisation providers based on cost, accuracy, and privacy requirements.
The job dashboard gives workers and managers a complete searchable history of all recorded jobs, filterable by status, urgency, date, and job type. Every job has a dedicated detail page showing the full transcript, AI-generated summary, audio playback, and editable fields for manual corrections.
The export system generates professional PDF job reports suitable for sending to clients, CSV files for importing into spreadsheets or accounting software, and JSON output for direct CRM or API integration.
User role management supports workers, managers, and admins, with per-user API key storage so every team member can connect their own AI provider account independently.
Security is handled with CSRF token protection on all state-changing requests, bcrypt password hashing, session timeouts, and role-based access control throughout.
VoiceField is designed for any business that sends workers into the field and needs accurate, timely job documentation.
Plumbers can record job notes on site and have a complete job report ready before driving to the next job. No more forgotten materials, missed follow-ups, or disputed invoices.
Electricians can document fault findings, parts replaced, cable routes, and compliance notes entirely hands-free, even in tight spaces where typing is impractical.
HVAC technicians can log service histories, refrigerant types, filter sizes, and maintenance actions by voice and have a searchable service record for every unit they have ever touched.
Cleaning teams can flag damages, report issues, and create job completion records on the go without stopping work.
Mobile mechanics can document diagnostics, parts fitted, torque specifications, and labour time by simply speaking while they work.
Pest control companies can record treatment details, chemical concentrations, reapplication schedules, and client instructions without paperwork.
Any business currently relying on paper forms, WhatsApp messages to the office, or workers filling in job sheets at the end of the day will see an immediate and measurable improvement in documentation quality, completeness, and speed.
VoiceField is built to be easy to deploy on standard hosting infrastructure.
It requires PHP 8.0 or higher with the pdo_mysql, curl, and fileinfo extensions enabled. MySQL 8.0 or higher is required for the database. The application runs on Apache or Nginx with a standard virtual host configuration pointing at the public directory.
The frontend uses plain HTML, CSS, and JavaScript with no build tools, no Node.js, and no package manager required. Everything is self-contained and deployable in minutes.
For offline transcription with Vosk, Python 3.8 or higher is required along with the vosk and soundfile Python packages and a downloaded Vosk language model.
Setup from a fresh server to a working application takes under ten minutes. Import the SQL schema file, update the configuration file with database credentials and API keys, set the correct directory permissions, and the application is live.
Coderobotics offers VoiceField with complete source code, no encryption, and no domain restrictions. You own the code outright. You deploy it on your own server, your own domain, and customise it however your business or your clients require.
Whether you are a developer planning to resell this as a white-label product to your field service clients, or a business owner deploying it directly for your own team, VoiceField gives you a production-ready foundation that would take months to build from scratch.
There are no monthly fees, no licence renewals, and no dependency on any third-party platform. The only ongoing costs are the AI API calls, and with the free tiers available from AssemblyAI and Google Gemini, even those can be zero for smaller teams.
AI-powered voice tools are not a future technology. They are available today, they work on standard hardware, and they are affordable enough for any small service business to use.
The businesses that adopt voice-driven documentation now will have cleaner records, faster invoicing, fewer disputes, and better client relationships than their competitors who are still typing job notes at 9pm after a long day.
VoiceField makes that transition as simple as possible. One tap to record. AI handles everything else.
VoiceField is available now on Coderobotics with complete source code, no encryption, and no domain restrictions. Need a custom AI PHP project built from scratch? Coderobotics can help. Contact us today and let's get started.
This article was posted by Sasi and tagged in How PHP and AI Are Eliminating Admin Work on the Job Site
No comments yet. Be the first to comment!