BeClaude

base44

Official PluginDevelopmentby Anthropic

Build and deploy Base44 full-stack apps with CLI project management and JavaScript/TypeScript SDK development skills

First seen 4/17/2026

Summary

The base44 skill enables developers to build and deploy full-stack applications on the Base44 platform using CLI project management and JavaScript/TypeScript SDK development.

  • It streamlines project scaffolding, configuration, and deployment, making it easier to manage Base44 apps directly from Claude Code.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/base44.md

3
Invoke in Claude Code
/base44

Use Cases

Scaffold a new Base44 full-stack project with a single command.
Deploy a Base44 app to production using the CLI.
Generate TypeScript SDK client code for a Base44 API.
Manage environment variables and secrets for a Base44 project.
Run database migrations and seed data for a Base44 app.
Configure CI/CD pipelines for automated Base44 deployments.

Usage Examples

1

/base44 init my-app --template fullstack

2

/base44 deploy --env production

3

/base44 sdk generate --api my-api --language typescript

View source on GitHub
deploymenttypescript

Security Audits

LicenseUnknownSourcePassRepositoryPass

Frequently Asked Questions

What is base44?

The base44 skill enables developers to build and deploy full-stack applications on the Base44 platform using CLI project management and JavaScript/TypeScript SDK development. It streamlines project scaffolding, configuration, and deployment, making it easier to manage Base44 apps directly from Claude Code.

How to install base44?

To install base44: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/base44.md. Finally, /base44 in Claude Code.

What is base44 best for?

base44 is a skill categorized under Development. It is designed for: deployment, typescript. Created by Anthropic.

What can I use base44 for?

base44 is useful for: Scaffold a new Base44 full-stack project with a single command.; Deploy a Base44 app to production using the CLI.; Generate TypeScript SDK client code for a Base44 API.; Manage environment variables and secrets for a Base44 project.; Run database migrations and seed data for a Base44 app.; Configure CI/CD pipelines for automated Base44 deployments..