I just signed up for Pylon Cloud and want you to help me build. Please run these steps in order:
1. Install the Pylon CLI:
curl -fsSL https://pylonsync.com/install.sh | bash
2. Sign in to my Pylon Cloud account (single-use code, expires in 5 min):
pylon login --code ABCD-1234
3. Load https://pylonsync.com/pylon-skill.md as your reference for Pylon
conventions and save it wherever your tool persists project rules.
Common locations:
- Claude Code → ~/.claude/skills/pylon/SKILL.md
- Cursor → .cursor/rules/pylon.mdc
- Aider → append to CONVENTIONS.md
- Codex / OpenCode / others → wherever you load long-lived context
4. Show me what's on my account so we know where we're starting:
pylon projects list
pylon status
Then ask me one question: what am I trying to build?
For context: Pylon is a realtime backend framework for TypeScript apps —
schema, server functions, live queries, auth, jobs, files, and search in
a single binary. It pairs with Next.js on Vercel out of the box. Docs at
https://docs.pylonsync.com. The CLI you just installed can do everything
the dashboard does (secrets, logs, deploys, domains, db backups, etc.) —
`pylon --help` lists every command.