Police Officer Builds iOS Location Utility LOC8 Using Claude Code

Building a Practical Location Utility with Claude Code
A police officer with a software development side project has built LOC8, an iOS utility app designed to solve a specific problem encountered during foot pursuits. The app provides immediate location information without maps or menus.
Problem and Solution
The developer identified a real-world issue: when running through apartment complexes, backyards, or unfamiliar neighborhoods during foot pursuits, officers can become disoriented. Dispatch often asks for location, but determining the closest address can be difficult in the moment.
LOC8 addresses this by immediately displaying upon opening:
- Street address
- Nearest cross street
- GPS coordinates
- Altitude
- Accuracy
The app has a singular purpose: answering "where am I right now" as quickly as possible.
Development Workflow with Claude Code
The entire project was built using Claude Code despite the developer not having a traditional programming background. The workflow was incremental and iterative:
- Describing small changes to Claude
- Having Claude implement them
- Running builds on device immediately
- Testing each implementation
The development process followed a feature-by-feature approach:
- Building the splash screen first
- Testing transitions
- Moving to the main screen
- Adding location display
- Adjusting layout
- Iterating on accuracy and UI clarity
App Evolution and Features
Originally focused on law enforcement use cases, the app received feedback from people who would use it when traveling or when they simply want to confirm their exact location quickly. This led to expanding the focus to be useful for the general public.
The app is available with:
- Free 3-day trial
- $0.49 per week subscription
- $7.99 per year subscription
- $14.99 lifetime purchase
The developer notes there are backend costs associated with the location resolution service the app uses.
Platform Expansion
An Apple Watch companion version is already finished and currently waiting for Apple review. The goal for the watch version is to make it possible to tap the watch and instantly see your exact location.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Opus 4.6 Patches 16-bit Windows Game for Modern Systems
Claude Opus 4.6 helped patch the 1999 game Tonka Construction to run on modern Windows by modifying WING32.dll to translate legacy calls, similar to how DXVK works. The fix eliminates the need for DOSBox and driver installations that previously made the game difficult to play.

Self-hosted OpenClaw AI agent creates passive accountability system for developers
A developer running OpenClaw on a Mac mini 24/7 reports the AI agent's persistent memory of tasks and projects creates an effective accountability system, helping complete projects that previously stalled.

Running Claude Code as a Kubernetes CronJob: Production Learnings and Open-Sourced Setup
A team at everyrow.io shares their experience running Claude Code unattended as a Kubernetes CronJob, documenting undocumented quirks and open-sourcing their Dockerfile, entrypoint, Helm chart, and logging setup.

Picar robot car demonstrates autonomous video production with OpenClaw
A PiCar-X robot running OpenClaw with Claude Sonnet on Raspberry Pi 5 autonomously creates YouTube videos by writing scripts from memory logs, generating images with DALL-E 3, narrating with cloned ElevenLabs voice, and assembling with ffmpeg.