base44
Build and deploy Base44 full-stack apps with CLI project management and JavaScript/TypeScript SDK development skills
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
mkdir -p .claude/skillsAdd the configuration to .claude/skills/base44.md
/base44Use Cases
Usage Examples
/base44 init my-app --template fullstack
/base44 deploy --env production
/base44 sdk generate --api my-api --language typescript
Security Audits
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..