dev-api

Start the Bun/Hono API development server on port 7213 with health checks and docs.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/monobaselabs/monobase-js --skill dev-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-api
Source: https://github.com/monobaselabs/monobase-js/tree/main/.claude/skills/dev-api
Command: npx skills add https://github.com/monobaselabs/monobase-js --skill dev-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Start the API development server for local backend development and quick testing without lengthy setup.

Core Features & Use Cases

  • Live server: runs the Bun/Hono-based API backend on port 7213 for local development.
  • Health & docs: exposes health checks and accessible API docs to verify runtime readiness.
  • Environment guidance: shows required environment variables and common misconfigurations to address quickly.

Quick Start

Start the API development server on port 7213 for local development and testing.

Frequently Asked Questions about dev-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start a local API development server for backend testing?

To start a local API development server, launch the Bun-based backend which runs on port 7213 to provide a runnable environment with health checks and accessible API docs for testing.

What environment variables do I need to run a Bun API server?

Running a Bun API server requires specific environment variables configured correctly. The setup provides quick guidance for common misconfigurations to help you address missing environment variables and start the server.

How can I check if my local API server is running correctly?

To check if your local API server is running correctly, use the exposed health check endpoints on port 7213. These health checks verify runtime readiness and confirm the backend is responding properly.

Does the local API development server provide automatic API documentation?

Yes, the local API development server provides accessible API documentation automatically. Once you launch the backend on port 7213, it exposes docs endpoints alongside health checks to verify runtime readiness.

Why is my API dev server failing to launch on port 7213?

Your API dev server may fail to launch on port 7213 due to common misconfigurations or missing environment variables. The server setup includes guidance to quickly identify and address these runtime configuration issues.

Can I use this API dev server setup across different development environments?

Yes, you can use this API dev server setup across different development environments. It launches a Bun-based backend on port 7213 and specifies the functional and technical requirements needed to run consistently across environments.