Open Source Craftsmanship

We believe in giving back to the community and validating architectures in public. Below is a curated selection of our public GitHub repositories highlighting strict concurrency patterns, AI tools, and Swift modules.

v1.3.0

AgentOrange

Built in 2024, a rapid prototype AI Agent application (before Agents were a thing) created for internal workflows at TapDigital and released to the open-source community. It provides coders with streamlined automation tools, letting them define custom system prompts and sequence automated multi-step development commands.

  • Orchestrates local LLMs or frontier models (OpenAI, Claude, Gemini) via advanced web APIs.
  • Allows developers to customize regularly used prompts and configure complex workflows.
  • Multiplatform support covering macOS (Catalyst), iOS, and iPadOS from a unified codebase.
Swift 6.0 SwiftUI SwiftData macOS Catalyst LLM APIs AI Agents
View on GitHub
Concurrency Lab

SwiftDataSwift6Concurrency

Built in 2024 when Swift 6 was about to be released. An essential architectural test harness and repository detailing how to approach strict data concurrency under Swift 6 with SwiftData. It illustrates how to perform heavy database write operations safely on background actors without blocking the main rendering loop.

  • Safe cross-actor boundaries communication utilizing thread-isolated model actors.
  • Extracts and transmits lightweight `PersistentIdentifier` parameters to the MainActor for reconstitution.
  • Implements modern Swift macros and strict compiler checks to achieve zero data race warnings.
Swift 6.0 SwiftData Swift Concurrency Actors & ModelActor Test Harness
View on GitHub
SPM Component

TDTagSearch

A modular, open-source SwiftUI tagging interface library extracted directly from the production architecture of the PeerWalk application. It provides a visual tag selection component mapped to customizable JSON taxonomies.

  • Renders a flexible, auto-wrapping visual grid of tag layouts adapted for high-density UI.
  • Reads, searches, and maps a nested tree data structure based on a public `tags.json` taxonomy.
  • Distributed as a modular Swift Package Manager (SPM) dependency for plug-and-play setups.
SwiftUI Swift Package Manager JSON Parsers Modular UI Open Source
View on GitHub
CocoaPod Lib

TDLikertScaleSelectorView

A premium, highly customizable questionnaire and feedback UI control designed for iOS. It enables native integration of 5-point Likert scale surveys, complete with custom labels and smooth selection responses.

  • Includes predefined answers ranging from Strongly Agree to Strongly Disagree.
  • Highly customizable styles including typography, colors, borders, and custom options text.
  • Legacy-compatible library featuring full integration support with CocoaPods and iOS layouts.
Swift UIKit CocoaPods Custom Control iOS Surveys
View on GitHub

Looking for Elite Craftsmanship on Your Team?

Whether you need architectural modernization, strict Swift 6 concurrent frameworks, or bleeding-edge AI integration, let's build something exceptional together.