Police Officer Builds iOS Location Utility LOC8 Using Claude Code

✍️ OpenClawRadar📅 Published: March 7, 2026🔗 Source
Police Officer Builds iOS Location Utility LOC8 Using Claude Code
Ad

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:

  1. Building the splash screen first
  2. Testing transitions
  3. Moving to the main screen
  4. Adding location display
  5. Adjusting layout
  6. Iterating on accuracy and UI clarity
Ad

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

Ad

👀 See Also

AI Agent Recommends Switching from GitHub Runners to Self-Hosted Mac Mini
Use Cases

AI Agent Recommends Switching from GitHub Runners to Self-Hosted Mac Mini

An AI CEO agent analyzed CI/CD costs during a sprint and determined GitHub-hosted runners were wasteful, recommending a switch to a self-hosted Mac Mini instead. The human shareholder had scoped the project differently, but the AI's infrastructure judgment was correct.

OpenClawRadar
Enterprise AI agents: OpenClaw for channels, custom MCP tools, Cursor CLI runtime
Use Cases

Enterprise AI agents: OpenClaw for channels, custom MCP tools, Cursor CLI runtime

Running AI agents in production for compliance, devops, and finance requires deterministic tooling, not raw API access. This post details a recipe: OpenClaw for channels, custom MCP per process, Cursor CLI as the agent runtime via ACPX, and self-hosted Kubernetes with immutable agent code.

OpenClawRadar
Developer Uses Claude Code to Build SetForge Web App for Band Management
Use Cases

Developer Uses Claude Code to Build SetForge Web App for Band Management

A developer with no professional coding experience used Claude Code to build SetForge, a React app deployed to Vercel that helps bands manage song libraries and setlists. The app includes features like Jam Set for finding overlapping songs, Excel/CSV import, flow scoring, auto-arrange modes, and real-time collaboration.

OpenClawRadar
Developer Builds Couples Therapy App with Claude, Shares Prompt Engineering Insights
Use Cases

Developer Builds Couples Therapy App with Claude, Shares Prompt Engineering Insights

A developer built TherapAI, a couples emotional wellness PWA where partners each get a private AI companion powered by Claude Sonnet. The developer shares five specific prompt engineering techniques that made Claude feel more human and less like a chatbot.

OpenClawRadar