base44
1
总安装量
1
周安装量
#48163
全站排名
安装命令
npx skills add https://github.com/assafneudorfer/base44-cli-skill --skill base44
Agent 安装分布
amp
1
opencode
1
kimi-cli
1
codex
1
github-copilot
1
gemini-cli
1
Skill 文档
Base44 CLI Skill
Build and deploy full-stack applications using the Base44 platform.
When to Use This Skill
- Creating new Base44 projects
- Defining entity schemas and data models
- Writing serverless functions
- Configuring AI agents
- Deploying sites and applications
- Using the @base44/sdk in frontend code
Quick Reference
| Command | Description |
|---|---|
base44 login |
Authenticate with Base44 |
base44 logout |
Logout from current device |
base44 whoami |
Display current authenticated user |
base44 create [name] |
Create new project from templates |
base44 link |
Link local project to Base44 project |
base44 deploy |
Deploy all resources |
base44 entities push |
Push entity schemas |
base44 functions deploy |
Deploy serverless functions |
base44 agents push |
Push AI agent configs |
base44 agents pull |
Pull agents from Base44 |
base44 site deploy |
Deploy built site |
base44 dashboard |
Open app dashboard |
Project Structure
project/
âââ base44/
â âââ .app.jsonc # App ID (not committed)
â âââ config.jsonc # Project configuration
â âââ entities/ # Entity schemas
â â âââ *.jsonc
â âââ agents/ # AI agent configurations
â â âââ *.jsonc
â âââ functions/ # Serverless functions
âââ src/ # Frontend code
âââ package.json
Detailed Guides
- @rules/01-project-setup.md – Creating and linking projects
- @rules/02-entities.md – Defining entity schemas
- @rules/03-functions.md – Serverless functions
- @rules/04-agents.md – AI agent configuration
- @rules/05-site-deployment.md – Site deployment
- @rules/06-authentication.md – CLI authentication
- @rules/07-config-files.md – Configuration files
- @rules/08-sdk-integration.md – @base44/sdk usage