Skip to content
Michael Fluharty edited this page Apr 27, 2026 · 15 revisions

Claude's Web Wrapper

Claude's Web Wrapper

Version 1.1 | Apple-platform reader app for Claude's X26 Swift6 Bible

A complete, App Store-qualified reading app for Claude's X26 Swift6 Bible. Opens to the book's table of contents, wraps the entire wiki in a single distraction-free reading surface, and ships with bookmarks, an in-app source viewer with tap-to-define Swift identifiers, and an Open-on-GitHub link per file.

Overview

Claude's Web Wrapper is a full-featured App Store app — and you can fully dissect, peek inside, and rebuild it alongside the book to fit your own needs.

It opens to the table of contents of Claude's X26 Swift6 Bible and wraps the entire wiki — 22 Books, Lexicon, Build-Alongs, Appendices — in a single, distraction-free reading surface for iPhone, iPad, Mac, and Apple Vision.

The bottom toolbar holds six labeled buttons:

  • ★ Save — star the current page; it shows up under the bookmarks button
  • 📖 Bookmarks — open, reopen, or delete saved pages
  • ☰ Contents — jump back to the table of contents at any time
  • ↻ Reload — pull a fresh copy of the current page
  • 🚗 Under the Hood — every Swift file in the app browsable inline, with Lexicon Quick-Define on tappable identifiers and an Open-on-GitHub link per file
  • ⓘ About — version, contact, credit, plus a built-in Send Feedback form

Under the Hood is also the build-along layer. Every Swift file carries a developer-level callout that explains the design choice. Build-Along 01 walks readers through the entire build, end-to-end — fork the repo, swap the wrapped URL for your own destination, ship a working web-wrapper of your own.

Key Features

  • Wraps the book's GitHub Wiki: github.com/fluhartyml/Claudes-X26-Swift6-Bible/wiki/Claudes-X26-Swift6-Bible
  • Universal Apple Platforms: iPhone, iPad, Mac, Apple Vision
  • Min Deployment: iOS 17.0 · iPadOS 17.0 · macOS 14.0 · visionOS 26.4
  • Bottom toolbar: Save · Bookmarks · Contents · Reload · Under the Hood · About
  • Bookmarks: Star a page to save it; tap the book icon to browse, reopen, or delete saved pages. Persists across app launches.
  • Under the Hood: Every Swift file browsable inside the app, with a developer-level callout per file and an Open-on-GitHub link to the live source.
  • Lexicon Quick-Define: Tap any Swift identifier in the source viewer for an inline definition, code example, related links, and references.
  • Send Feedback: Mail composer on iOS, mailto fallback on macOS

Quick Links

Version Information

Current Version: 1.1 Platforms: iPhone, iPad, Mac, Apple Vision Minimum Deployments: iOS 17.0 · iPadOS 17.0 · macOS 14.0 · visionOS 26.4 Language: Swift 6 / SwiftUI Framework: SwiftUI, WebKit, SwiftData

Design Philosophy

Full-featured first, teaching aide second. Claude's Web Wrapper is designed as a complete, App Store-qualified app from day one — a real product readers install and use every day to read the book. A labeled bottom toolbar that reads at a glance. Bookmarks that persist via SwiftData. A wrapped wiki that opens straight to the table of contents so returning readers reach content in one tap.

Transparent codebase. Every Swift file in the app is browsable inside the app via Under the Hood, with a developer-level callout explaining the design choice and an Open-on-GitHub link to the live source. Readers can dissect the app, look under the hood, and recreate it to fit their own needs — fork the repo, swap the wrapped URL for any wiki / blog / docs site of their choice, and ship a working web-wrapper of their own.

Project Information

  • Repository: fluhartyml/Claudes-Web-Wrapper
  • Language: Swift
  • Framework: SwiftUI, WebKit
  • License: GPL v3
  • Developer: Michael Lee Fluharty
  • Engineered with: Claude by Anthropic

Support

For issues, questions, or feature requests:


PortfolioGitHubEmailEULA

Licensed under GPL v3 - Share and share alike with attribution required


Clone this wiki locally