base44

Build and deploy full-stack applications using the Base44 platform.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "base44" with this command: npx skills add assafneudorfer/base44-cli-skill/assafneudorfer-base44-cli-skill-base44

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

base44-cli

No summary provided by upstream source.

Repository SourceNeeds Review
-829
base44
Coding

sync-cli-skill

No summary provided by upstream source.

Repository SourceNeeds Review
General

base44-sdk

No summary provided by upstream source.

Repository SourceNeeds Review
-816
base44