SeaBear Studios
@seabear.dev
Solo practice building software on Apple platforms and the web, with sidelines in security and AI consulting. https://seabear.dev
Cairn - Values Sort v1.1 has been released on the App Store: apps.apple.com/app/id679097... - Themes: Desert, Coastline, Alpine, Moorlands - Write your own values - Search the values library - Sort values alphabetically, categorically, or shuffled - Skip a value while sorting - ...and a lot more
apps.apple.com
Cairn – Values Sort is now on the App Store! A simple, thoughtfully designed app that I hope helps a few people figure out what matters most to them. v1.1 is already in the works, but it's nice to have this one officially launched. apps.apple.com/app/id679097... #iOS #Swift #SwiftUI
Cairn - Values Sort App - App Store
Download Cairn - Values Sort by Kory Hoopes on the App Store. See screenshots, ratings and reviews, user tips, and more apps like Cairn - Values Sort.
apps.apple.com
Tesserae is finally on TestFlight! It's been almost a year in the making but I've finally got it to a point where I'm ready for tester feedback. seabear.dev/work/tesserae/
Tesserae
SeaBear Studios: iOS/macOS development, web applications, technology security, and GenAI consulting.
seabear.dev
Cairn - Values Sort A calm, private card sort for your personal values. Free, with no ads and nothing tracked. Sort the deck, stack your top values, and meet Your Cairn. Currently in TestFlight and headed for the App Store soon! seabear.dev/work/cairn
Cairn — SeaBear Studios
Cairn is a calm, private card sort for your personal values on iPhone. Support, common questions, and contact.
seabear.dev
My new Mac app is out today, and I wrote a blog post about it: what it does, who it's for, and what you get for free. (Spoiler: it's a lot! 😅) www.hackingwithswift.com/articles/285...
Introducing Kickstart: the app that helps indie developers ship
Get the all-in-one workspace for shipping successful apps.
hackingwithswift.com
CodexCLI v1.0 is out. A CLI + MCP server for storing structured project knowledge with dot notation. AI agents bootstrap context in one call instead of re-exploring your codebase every session. 19 MCP tools · project scoping · telemetry · tab completion github.com/seabearDEV/codexCLI
GitHub - seabearDEV/codexCLI: A command-line information store for quick reference of frequently used data, with dot notation paths, shell completions, and MCP server for AI agent integration.
A command-line information store for quick reference of frequently used data, with dot notation paths, shell completions, and MCP server for AI agent integration. - seabearDEV/codexCLI
github.com
CodexCLI v0.5.1 CodexCLI now sends instructions to AI agents on connect via MCP, guiding how they interact with your data store out of the box. No model-specific config, works with any LLM that supports MCP. github.com/seabearDEV/c... #AIAgents #CLI #DevTools#GenAI #LLM #MCP
GitHub - seabearDEV/codexCLI: A command-line information store for quick reference of frequently used data, with dot notation paths, shell completions, and MCP server for AI agent integration.
A command-line information store for quick reference of frequently used data, with dot notation paths, shell completions, and MCP server for AI agent integration. - seabearDEV/codexCLI
github.com
CodexCLI v0.2.1 ADDED: - copy command - --capture - --preview - Batch set with key=val pairs - MCP codex_copy - MCP codex_import - MCP codex_run - --version CHANGED: - Main help - set command update FIXED: - Nested subcommand --help - edit was missing from tab-completion github.com/seabearDEV/c...
Release v0.2.1 · seabearDEV/codexCLI
Full Changelog: v0.2.0...v0.2.1
github.com
CodexCLI v0.2.0 A CLI data store for commands, notes, paths, and secrets. - Compose on the fly: ccli run cd:myproject - Encrypt entries with AES-256 - Search across keys and values - Copy to clipboard - Interpolate with ${references} - Shell tab completions github.com/seabearDEV/codexCLI
GitHub - seabearDEV/codexCLI: A command-line information store for quick reference of frequently used data, with dot notation paths, shell completions, and MCP server for AI agent integration.
A command-line information store for quick reference of frequently used data, with dot notation paths, shell completions, and MCP server for AI agent integration. - seabearDEV/codexCLI
github.com
CodexCLI, a TypeScript CLI for storing data you always forget. Server IPs, commands, config values, all organized with dot notation, searchable, and aliased for quick access. ccli add server.prod.ip 192.168.1.100 ccli get server --tree github.com/seabearDEV/codexCLI #CLI #dev #NodeJS #TypeScript
GitHub - seabearDEV/codexCLI: A command-line information store for quick reference of frequently used data.
A command-line information store for quick reference of frequently used data. - seabearDEV/codexCLI
github.com
Still confused by actors and isolation? @AlexOzun has the ultimate roadmap to take you from Zero to Hero in Swift Concurrency. 🦸♂️ swiftology.io/articles/sw...
If you found this link useful, you'll love the newsletter. It’s a weekly dive into what I'm building, what I'm reading, and the tools that are actually worth your time—from SwiftUI deep dives to practical AI integration. Join the community: peterfriese.dev/newsletter/
Not only Swift - Issue #92
Ever wanted to use SwiftUI to build terminal apps? Now you can! Also in this issue: how to (not) shoot yourself in the foot with AI agents, the secret to buttery smooth SwiftUI performance, and a fun language learning app.
peterfriese.dev
New in SeaBearKit: - Color utilities (luminance, hex conversion, blending) - Haptic feedback with pre-instantiated generators - Shake detection via .onShake modifier - Time formatting as MM:SS - Gradient luminance for multi-color backgrounds github.com/seabearDEV/SeaBearKit #iOS #Swift #SwiftUI
GitHub - seabearDEV/SeaBearKit: A collection of ready-to-use SwiftUI layouts and UI components to accelerate iOS app development. Drop-in code for common screens and patterns.
A collection of ready-to-use SwiftUI layouts and UI components to accelerate iOS app development. Drop-in code for common screens and patterns. - seabearDEV/SeaBearKit
github.com
I might not be burning money after all!!! $2 MRR LETS GOOOOOO
SeaBearKit v1.3.0 Added 3 essential SwiftUI view modifiers that'll clean up your code: • .if() - Conditional styling without duplication • .glassShadow() - Unified shadow system for Liquid Glass UI • .adaptiveCornerRadius() - Scales perfectly across device sizes
SeaBearKit - persistent NavigationStack backgrounds: // Gradient PersistentBackgroundNavigation(palette: .sunset) { ContentView() } // Custom (images, videos, etc.) PersistentBackgroundNavigation { Background() } content: { ContentView() } github.com/seabearDEV/SeaBearKit #iOS #SwiftUI
GitHub - seabearDEV/SeaBearKit: A collection of ready-to-use SwiftUI layouts and UI components to accelerate iOS app development. Drop-in code for common screens and patterns.
A collection of ready-to-use SwiftUI layouts and UI components to accelerate iOS app development. Drop-in code for common screens and patterns. - seabearDEV/SeaBearKit
github.com