RepoPilot

insidegui/WWDC

The unofficial WWDC app for macOS

Mixed

Slowing — last commit 8mo ago

MixedDependency

CI evidence incomplete; dependency CVE scan unavailable

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

last commit was 8mo ago; CI evidence incomplete…

  • Slowing — last commit 8mo ago
  • Concentrated ownership — top contributor handles 68% of recent commits
  • Last commit 8mo ago
  • 6 active contributors
  • BSD-2-Clause licensed
  • Tests present

What would improve this?

  • Deploy as-is Mixed to Healthy if: 1 commit in the last 180 days

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: insidegui/WWDC

Generated by RepoPilot · document generated 2026-09-15 · concise human review Evidence snapshot · analyzed 2026-09-15T03:01:43.585Z · commit d184234edb86

Verdict

Mixed — Slowing — last commit 8mo ago

  • Last commit 8mo ago
  • 6 active contributors
  • BSD-2-Clause licensed
  • Tests present

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

An unofficial native macOS application for watching and managing Apple WWDC (Worldwide Developers Conference) videos with features like video playback, session transcripts, bookmarks, clip sharing, and iCloud sync. It pulls video metadata and content from Apple's developer infrastructure and provides a modern SwiftUI-based interface for browsing, filtering, and tracking progress across multiple years of WWDC sessions. Modular Swift framework structure: ConfUIFoundation/ is a reusable UI component framework containing shared Colors.swift (Definitions/), Fonts.swift, and utility extensions (NSColor+Hex.swift, CALayer+Asset.swift). The main app likely lives in the parent directories and uses…

Start here

Open these first:

  • Packages/ConfCore/ConfCore/Storage.swift — Core data persistence layer using Realm; all session, bookmark, and favorite data flows through this abstraction.
  • Packages/ConfCore/ConfCore/AppleAPIClient.swift — Handles all HTTP requests to Apple's WWDC API endpoints; required to understand data fetching and network error handling.
  • Packages/ConfCore/ConfCore/SyncEngine.swift — Orchestrates CloudKit synchronization for bookmarks, favorites, and progress; critical for understanding multi-device sync.
  • Packages/ConfCore/ConfCore/Session.swift — Primary domain model representing a WWDC session; foundational to understanding data structures across the app.
  • Packages/ConfCore/ConfCore/Event.swift — Represents a WWDC event instance; models the temporal context for all sessions and schedule displays.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone the repo with git clone https://github.com/insidegui/WWDC.git && cd WWDC. Open WWDC.xcworkspace in Xcode (or WWDC.xcodeproj if no workspace exists). The Fixtures/ directory contains mock API responses; use tests…

Daily commands:

Open the Xcode project: open WWDC.xcworkspace. Select the main WWDC scheme and target the macOS simulator or a connected Mac. Press Cmd+R to build and run. For testing with real WWDC data, start a local fixture server…

…shortened for this brief.

Key cautions & unknowns

  • Slowing — last commit 8mo ago
  • Concentrated ownership — top contributor handles 68% of recent commits
  • API Endpoint hardcoding: The app likely has hardcoded Apple developer API endpoints in source files (not shown); changing them requires code changes, not config. Objective-C bridge: NSColor+Accent.h suggests…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/insidegui/wwdc?axis=fork)](https://repopilot.app/r/insidegui/wwdc)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/insidegui/wwdc on X, Slack, or LinkedIn.

Ask AI about insidegui/wwdc

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/insidegui/wwdc"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>