npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

ios-vibe-mcp01

v0.1.8

Published

MCP server for vibe coding iOS apps with command-based workflow (plan, architecture, coding, uiux, test)

Readme

ios-vibe-mcp 🚀

Transform any idea into a complete iOS application using AI in Cursor. Works with any LLM (Claude, GPT-4, Gemini, etc.).

ios-vibe-mcp is an MCP (Model Context Protocol) server designed for vibe-coding iOS apps with SwiftUI. It generates project specs, architecture plans, coding steps, UI/UX guidance and test strategies — all as Markdown files.

Note: The tool is currently in MVP stage. The GitHub repository is private for now.


🚀 Quick Start

Installation

Install and run with npx:

npm i ios-vibe-mcp01xx

Add to Cursor

Add the following configuration to your Cursor mcp.json file and restart Cursor:

{
  "mcpServers": {
    "ios-vibe-factory": {
      "command": "npx",
      "args": ["-y", "ios-vibe-mcp01"]
    }
  }
}

🧠 Basic Usage (No JSON Required)

You don’t need to write JSON. Just type commands in plain text inside Cursor chat.

  1. Generate project blueprint
plan: SwiftUI offline-first notes app with CoreData

Creates: PROJECT_BLUEPRINT.md, TODO.md, IOS_RULES.md, RUNBOOK.md, BACKLOG.md.

  1. Create architecture plan
architecture

Creates: STAGE_ARCHITECTURE.md.

  1. Generate coding plan
coding

Creates: STAGE_CODING.md.

  1. Generate UI/UX guide
uiux

Creates: STAGE_UIUX.md.

  1. Generate test strategy
test

Creates: STAGE_TEST.md.

🛠️ Commands

  • plan: <idea> — Generates full product blueprint (PROJECT_BLUEPRINT.md)
  • architecture — Defines app structure & data layer (STAGE_ARCHITECTURE.md)
  • coding — Feature-by-feature coding roadmap (STAGE_CODING.md)
  • uiux — UX/UI checklist & design rules (STAGE_UIUX.md)
  • test — Testing strategy & critical flows (STAGE_TEST.md)
  • review — Consistency checks (REVIEW_REPORT.md)
  • ship — App Store readiness checklist (SHIP_CHECKLIST.md)

🌟 Key Features

  • Command-based workflow for building iOS apps
  • SwiftUI-first architecture
  • Enforces MVVM + Repository pattern
  • Offline-first behavior (no Firebase by default)

Generates: product spec, architecture spec, coding roadmap, UI/UX guide, test plan, App Store checklist.

🏗️ How It Works

Workflow: plan → architecture → coding → uiux → test → review → ship — each step generates a Markdown spec file and locks scope for the next step.

Files Generated

  • PROJECT_BLUEPRINT.md — Full product definition
  • TODO.md — Task list for entire app
  • IOS_RULES.md — Enforced iOS architecture rules
  • RUNBOOK.md — How to run and debug
  • BACKLOG.md — Scope lock for new ideas
  • STAGE_ARCHITECTURE.md — Folder structure + data layer
  • STAGE_CODING.md — Feature-by-feature coding plan
  • STAGE_UIUX.md — UX rules & components
  • STAGE_TEST.md — Testing strategy
  • SHIP_CHECKLIST.md — App Store readiness

📱 Platforms Supported

  • iOS (SwiftUI)

Storage:

  • CoreData (default)
  • SwiftData (experimental)

📋 Requirements

  • Node.js 18+
  • Cursor IDE (with MCP enabled)
  • Any LLM (Claude, GPT-4, Gemini, etc.)
  • macOS + Xcode (for iOS development)

👥 Perfect For

  • Beginners — Turn ideas into real iOS apps
  • Developers — Speed up SwiftUI development
  • Startups — Rapid MVP creation
  • Students — Learn by building real apps
  • Indie hackers — Vibe coding workflows

🧪 Example Workflow

plan: expense tracker app
architecture
coding
uiux
test
ship

🛡️ License

MIT

👤 Author

Talha Pakdil

GitHub: https://github.com/talhapakdil7

LinkedIn: https://www.linkedin.com/in/talhapakdil