tag

base44

3 indexed skills · max 10 per page

skills (3)

base44-troubleshooter

base44/skills · Productivity

0

Fetch and analyze backend function logs to diagnose production issues in Base44 apps. \n \n Requires Base44 authentication ( npx base44 login ) and must run from the project directory containing base44/.app.jsonc \n Primary command base44 logs supports filtering by error level, function name, time range, and result limit \n Typical workflow: pull recent errors across all functions, drill into a specific function, inspect a time range, then analyze stack traces and timestamps to correlate with us

base44-sdk

base44/skills · Productivity

0

JavaScript SDK for building features in existing Base44 projects with CRUD operations, authentication, AI agents, and backend functions. \n \n Provides modules for entities (data models), auth, agents, functions, integrations (AI, email, file uploads), analytics, and user management \n Requires an initialized Base44 project with base44/config.jsonc ; use base44-cli skill for new project setup \n Includes critical API reference tables to prevent hallucination of method names (e.g., loginViaEmailP

base44-cli

base44/skills · Productivity

0

Initialize, configure, and deploy Base44 projects via CLI commands for entities, functions, agents, and site hosting. \n \n Handles project creation, authentication, and resource management through npx base44 commands; check base44/config.jsonc existence to determine whether to use this skill (new projects) or hand off to base44-sdk (existing projects) \n Supports entity schema definition, backend function deployment with automations (CRON, entity hooks, scheduled triggers), agent configuration,