# byoapps

> BYO: bring your own app. Put a web app on your friends' phones with one command. Placeholder release; see https://byoapps.com

Latest version **0.0.1** (published 2026-09-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install byoapps
pnpm add byoapps
yarn add byoapps
bun add byoapps
```

Provides the command `byoapps`.

## Health

**Score 55/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; no esm support; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2026-09-24 |
| First published | 2026-09-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=18 |
| Dependencies | 0 |
| Unpacked size | 3.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Gavibiz Solutions Pty Ltd |
| Maintainers | vipulkashyap |
| Keywords | byo, byoapps, deploy, share, friends, pwa, web app, iphone, vibe coding |

## Links

- npm: https://www.npmjs.com/package/byoapps
- Repository: https://github.com/byoapps-com/byoapps
- Homepage: https://byoapps.com
- Issues: https://github.com/byoapps-com/byoapps/issues
- npm.io page: https://npm.io/package/byoapps

## Recent versions

- 0.0.1 (latest) — 2026-09-24

## README

# byoapps

**BYO: bring your own app.** Put a web app on your friends' phones with one command. No App Store, no developer account. Friends open a link, add it to their Home Screen, and it runs as an app.

> This is a placeholder release (0.0.1) that reserves the package name. The deploy command is coming. Follow https://byoapps.com

## What it will do

```sh
npx byoapps deploy ./dist --allow-anonymous --json
# → { "url": "https://feud-lite-8k2.byoapps.com",
#     "claim": "https://byoapps.com/claim/ABCD-2345", "expires": "72h" }
```

Works with any static build (Vite `dist/`, Next export, plain HTML). Deploy first, claim later: open the claim link to keep the app and choose who can open it.

Optional SDK, one script tag, only if the app needs identity, storage, rooms or push:

```html
<script src="https://byoapps.com/sdk.js"></script>
```

## For AI coding agents

Machine-readable docs will be at `https://byoapps.com/llms.txt`. An Agent Skill (`SKILL.md`) will be published for Claude Code, Codex, Cursor and Gemini CLI.

## License

MIT © Gavibiz Solutions Pty Ltd

---
_Source: https://npm.io/package/byoapps · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
