Post

HN
Hacker News

Show HN: Pylon Sync, an agent-first full-stack realtime framework

One TypeScript model — schema, policies, server functions, typed clients — and Pylon wires in live sync, auth, storage, jobs, and one-binary deploy over SQLite or Postgres. You build the product, not the plumbing.

Pylon keeps rules, commands, generated types, local data, and logs inside the workflow. Your agent can scaffold, run, debug, and deploy without guessing which console owns the next step.

New apps include AGENTS.md, and the Pylon skill installs with npx skills add pylonsync/pylon. The agent reads the conventions before it edits code.

npm create @pylonsync/pylon scaffolds the app. pylon dev runs it locally. pylon deploy ships it to Cloud.

pylon codegen builds the client from your schema and functions. Bad entity names, missing fields, and wrong arguments fail at compile time.

The agent can inspect tables, live queries, and logs in /studio while pylon dev runs. Debugging happens against current data.