fastmode-cli
v1.2.0
Published
CLI for FastMode CMS — build, deploy, and host websites for free. Manage projects, content, schemas, and deployments from the terminal.
Maintainers
Readme
FastMode CLI
Build, deploy, and host websites for free with a full CMS — entirely from the command line.
Every site gets free cloud hosting at yoursite.fastmode.ai with automatic SSL. Create any content structure (blog posts, team members, products, portfolios, anything), write HTML templates with {{tokens}} for dynamic content, deploy, and the site is live on the internet. Designed for AI agents — go from zero to a live, publicly accessible website in minutes.
Install
npm install -g fastmode-cliQuick Start
fastmode login # One-time browser auth
fastmode projects create "My Site" # Creates my-site.fastmode.ai
fastmode use "My Site" # Set as default project
fastmode schema sync -f schema.json # Create collections
fastmode items create posts -n "Hello" -d '{"body": "<p>First post</p>"}'
fastmode deploy site.zip # Site is liveComplete Documentation
See the SKILL.md for comprehensive agent documentation covering every command, template syntax, package structure, and common mistakes.
