Project ideas from Hacker News discussions.

Building and shipping Mac and iOS apps without opening Xcode

📝 Discussion Summary (Click to expand)

Prevalent Themes in the Discussion

# Theme Key Takeaway (with quoted support)
1 AI agents eliminate manual Xcode use “I've been using essentially this process (with Claude Code) for about six months … in 4.8 it’s managed to find its way around every reason I had to open xcode myself.” – Schiendelman
2 Security & trust worries “giving Anthropic all your secrets, env vars, certificates and your source code to them.” – saagarjha
3 Push for shared CLI tools over bespoke LLM hacks “This is cool but also makes me worried about the tendency with llms for all of us to make bespoke solutions rather than building a better community tool … fastlane exists to solve exactly this problem.” – mrbombastic

Summary
The conversation centers on how Claude/AI agents can now script the entire iOS/macOS build‑and‑signing pipeline without opening Xcode, but participants stress the accompanying security risks of exposing certificates and env‑vars to external LLMs. At the same time, there’s a strong call for community‑maintained command‑line tools (e.g., fastlane, Axiom, strudel) rather than each user cobbling together their own LLM‑driven scripts.


🚀 Project Ideas

[SwiftFlow CLI]

Summary

  • Eliminates the need to open Xcode GUI; automates full macOS/iOS build, signing, notarization, and TestFlight upload in a single command.
  • Provides dry‑run logs and token‑efficient configuration files for seamless LLM integration.
  • Centralizes certificate management with secure keychain storage.

Details

Key Value
Target Audience iOS/macOS developers, AI coding assistants, indie teams
Core Feature One‑command end‑to‑end pipeline; secure credential handling; LLM‑friendly config
Tech Stack Rust backend, SwiftPM, SQLite credential store, OpenAPI for App Store Connect, Docker sandbox
Difficulty Medium
Monetization Revenue-ready: Subscription $15/mo per user

Notes

HN users repeatedly asked for “no Xcode UI” solutions and worried about security of secrets; they would love a tool that handles certificates safely and works with agents. This could spark discussion on community adoption and open‑source sustainability.


[AgentSand]

Summary

  • Creates isolated macOS user or container sandbox for AI agents, preventing accidental secret leakage.
  • Provides automatic credential rotation, audit logging, and UI for safe secret injection.
  • Enables secure use of SSH keys, certificates, and private APIs without exposing the host.

Details

Key Value
Target Audience AI enthusiasts, enterprise devs using Claude/Codex, security‑focused engineers
Core Feature Separate sandboxed environment; vault‑based secret injection; audit trail
Tech Stack Python orchestration, macOS ACLs, Docker, PostgreSQL for logs, React admin UI
Difficulty High
Monetization Revenue-ready: Enterprise license $200/mo

Notes

Commenters highlighted “throwing out security practices” and the need for separate user accounts; they would value a safe sandbox for agents. This could generate deep discussion about best practices for AI‑driven development.


[SkillForge Marketplace]

Summary

  • Marketplace of reusable CLI “skills” (e.g., sign, notarize, upload) that AI agents can call via standardized interfaces.
  • Enables community sharing and monetization of small tasks without building full tools.
  • Low‑token usage and versioned releases for reliable integration.

Details

Key Value
Target Audience LLM users, open‑source contributors, tool builders
Core Feature Skill repository with manifest, versioning, and payment splits; skill runner abstraction
Tech Stack Node.js API, GitHub Actions CI, SQLite DB, Markdown docs
Difficulty Low
Monetization Revenue-ready: 10% transaction fee per skill payout

Notes

Several HN remarks lamented “bespoke solutions” and called for a community tool; users would love a shared library of ready‑made tasks. This could fuel conversation about sustaining open‑source tooling.


[XcodeGenie VS Code Extension]

Summary

  • VS Code extension that generates Swift packages, signing configurations, and launches builds without ever opening Xcode.
  • Offers live preview of CLI commands, one‑click device deployment, and simple UI for newcomers.
  • Reduces token overhead for LLMs by providing clear, concise prompts.

Details

Key Value
Target Audience New iOS developers, VS Code users, AI‑assisted coders
Core Feature Project generator, auto‑download signing profiles, one‑click build/deploy, test on device
Tech Stack TypeScript front‑end, Rust back‑end, Node.js host, macOS Services API
Difficulty Low
Monetization Hobby

Notes

Multiple commenters expressed desire to “never open Xcode” and praised tools like XcodeGen; they would appreciate a lightweight VS Code alternative. This could spark dialogue about IDE substitution and the future of Xcode‑free development.

Read Later