Work Hands-Free in the Workshop

Voice-first productivity tool designed for nautical carpentry and yacht interior manufacturing. Capture verbal notes and get AI-structured to-do lists.

How It Works

1. Record your voice instructions
2. AI transcribes and extracts tasks
3. Get organized to-do lists with priorities

curl -X POST https://api.focus.app/process-voice \
-F "audio=@voice-note.m4a"

# Returns structured tasks:
{
"tasks": [
{
"task": "Cut transom with 5mm CNC offset",
"priority": "high",
"category": "CNC"
}
]
}

Built for Craftspeople

🎤

Voice-First

Capture tasks hands-free while working. No need to stop, clean your hands, or type.

🤖

AI-Powered

OpenAI Whisper transcription + Claude 3.5 for intelligent task extraction optimized for boat building.

🏷️

Smart Categorization

Automatically identifies CNC, Assembly, Finishing, and Carpentry tasks with proper priorities.

Real-Time Processing

Get structured to-do lists in seconds. Integrates with your existing workflow.

🔧

Workshop-Ready

Understands nautical terminology: transoms, cold-molding, bulkheads, offsets, and more.

📊

Track Progress

PostgreSQL database stores all tasks with completion tracking and project management.

Technical Stack

Backend

Node.js + Express + TypeScript

Database

PostgreSQL + Drizzle ORM

AI Models

Whisper + Claude 3.5 Sonnet

Infrastructure

Railway + GitHub Actions

Mobile

React Native (Expo) - Coming Soon

API Provider

OpenAI + OpenRouter

Ready to Get Started?

Open source and ready to deploy. Perfect for boat builders and workshop professionals.