
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
frontier-os-app-builder
Advanced tools
Meta-prompting framework for building Frontier OS apps with Claude Code
A meta-prompting framework for building Frontier OS apps with Claude Code. Provides a guided workflow from idea to deployed app, with built-in knowledge of the Frontier SDK, app patterns, and deployment requirements.
npx frontier-os-app-builder
That's it. This installs /fos:* commands into your Claude Code environment.
Running
npx frontier-os-app-builderexecutes the installer automatically. If you install globally instead (npm i -g frontier-os-app-builder), runfrontier-os-app-builderonce afterward to populate~/.claude.
To uninstall:
npx frontier-os-app-builder --uninstall
/fos:new-app "A tip jar app where members can tip baristas and staff with FND"
/fos:new-app "description" → gather requirements, infer SDK modules, create roadmap
/clear
/fos:discuss 1 → discuss gray areas for phase 1
/clear
/fos:plan 1 → research existing apps + create execution plans
/clear
/fos:execute 1 → build the app + auto-verify
/clear
... repeat for each phase ...
/fos:ship → deploy to Vercel + register in app store
/fos:add-feature "leaderboard" → adds a new phase to the current milestone
/clear
/fos:discuss N → /fos:plan N → /fos:execute N → same loop
/fos:new-milestone "v2 features" → archives v1, creates new phases for v2
| Command | Purpose |
|---|---|
/fos:new-app | Create a new Frontier OS app from a natural language description |
/fos:discuss N | Discuss gray area decisions for phase N |
/fos:plan N | Research patterns + create execution plans for phase N |
/fos:execute N | Build phase N with auto-verification |
/fos:ship | Deploy to Vercel and register in Frontier app store |
/fos:new-milestone | Start a new version (v2, v3...) with additional features |
/fos:add-feature | Add a feature as a new phase to the current milestone |
/fos:next | Auto-route to the next step in the workflow |
/fos:status | Show current project state |
| Environment variable | Used by | Effect |
|---|---|---|
FOS_GITHUB_ORG | /fos:ship | Creates the deployed app's GitHub repo under this organization. When unset (the default), the repo is created under your authenticated gh user account. |
The framework is a multi-layered meta-prompting system:
Each command reads state from .frontier-app/ on disk, does its work, writes updated state, and tells you what to do next. Running /clear between steps keeps your context window fresh — the file-based state bridges the gap.
/fos:new-milestone for v2, v3, and beyondFrontier Studio is a live companion dashboard that runs alongside Claude Code. It watches your .frontier-app/ state files and shows a visual dashboard with a live app preview in your browser.
cd your-app-directory
npx frontier-studio
Opens http://localhost:4983 with:
See studio/README.md for development details.
The framework has built-in knowledge of all 10 Frontier SDK modules:
| Module | What it does |
|---|---|
| Wallet | Balances, FND transfers, token swaps, fiat on/off-ramp |
| User | Profiles, referrals, KYC, access controls |
| Events | Event management, room listings, bookings |
| Communities | Community management, internship passes |
| Partnerships | Sponsor passes |
| Offices | Building access passes |
| Storage | Persistent key-value storage |
| Chain | Network config, contract addresses |
| ThirdParty | App registration, webhooks, developer accounts |
| Navigation | App-to-app deep linking |
All state lives in .frontier-app/ as human-readable Markdown and JSON — no database, no server:
.frontier-app/
├── PROJECT.md — app vision, modules, constraints
├── REQUIREMENTS.md — features with IDs
├── ROADMAP.md — phases with status
├── STATE.md — current position (bridges /clear)
├── manifest.json — machine-readable app metadata
└── phases/
├── 01-scaffold/ — plans, summaries, verification
├── 02-feature/
└── ...
Ideas to get started:
| App | Description | SDK Modules |
|---|---|---|
| Tip Jar | Members tip baristas with FND | Wallet, User |
| Visitor Check-in | Kiosk for building access passes | Offices, User |
| Room Booking | Book coworking rooms with payment | Events, Wallet, User |
| Event Organizer | Create and manage community events | Events, Communities, User |
| Sponsor Dashboard | Manage partnership passes | Partnerships, User |
MIT
FAQs
Meta-prompting framework for building Frontier OS apps with Claude Code
The npm package frontier-os-app-builder receives a total of 6 weekly downloads. As such, frontier-os-app-builder popularity was classified as not popular.
We found that frontier-os-app-builder demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.