@s3p/cli
v0.17.0
Published
CLI for s3p — the S3-native app platform. Create, build and deploy backend-free apps on AWS S3 + Cognito + IAM.
Maintainers
Readme
@s3p/cli
The CLI for s3p — a managed app platform on AWS S3 + Cognito + IAM. Apps are static SPAs that talk to S3 directly from the browser: S3 is the database, Cognito is auth, IAM is authorization. No server to run.
npm i -g @s3p/cli
s3p signup --email [email protected] # first time: passwordless account
s3p confirm --email [email protected] --code 123456
s3p login --email [email protected] # emailed one-time code
# or: s3p connect (click ONE link) · export S3P_AGENT_CODE=… (headless/agents)
s3p create-project --slug my-app --name "My App" --dir ./my-app
cd my-app && s3p build && s3p deployNo AWS account needed — projects are provisioned on the platform's account, and you get your own bucket, Cognito user pool, IAM roles, runtime Lambda and email domain. Requires Node 20+. Ships as one self-contained bundle (only esbuild is installed alongside it).
Docs: https://s3p.dev/docs · Agents: https://s3p.dev/llms.txt
