stacks-server

Configure and run Stacks server environments for development and production.

622|17|Updated Apr 26, 2022
One-click install
npx skills add https://github.com/stacksjs/stacks --skill stacks-server
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stacks-server
Source: https://github.com/stacksjs/stacks/tree/main/.claude/skills/stacks-server
Command: npx skills add https://github.com/stacksjs/stacks --skill stacks-server

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure and operate local and production server environments for Stacks projects, enabling reliable development, testing, and deployment workflows.

Core Features & Use Cases

  • Local development server with hot reload and easy configuration of storage/framework/server components.
  • Production server setup and deployment support, including Docker-based workflows and port/configuration management.
  • Gotchas and structure guidance for where to find server code and how to navigate the server package.

Quick Start

Start the development server with buddy dev or bun run dev in your Stacks project.

Frequently Asked Questions about stacks-server

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

FAQPage Schema
How do I start a Stacks development server with hot reload?

Start the Stacks development server by running buddy dev or bun run dev in your project directory to enable local development with hot reload and easy configuration of storage and framework components.

Can I configure a production server and deploy using Docker with Stacks?

Yes, you can configure a production server and deploy using Docker-based workflows in Stacks, which includes managing port configurations and applying production server setup for your deployment environment.

Do I need Bun to run a Stacks server environment?

Yes, running a Stacks server requires Bun version 1.3.0 or higher, TypeScript compatibility, and a project layout that exposes core server paths to enable startup and runtime behavior.

Where do I find server code and middleware configuration in a Stacks project?

Server code and middleware configuration in a Stacks project are located within the storage/framework/server package, which provides the structure for navigating and applying server setup workflows.

What is the best way to manage server middleware in a Bun-based Stacks project?

Manage server middleware in a Bun-based Stacks project by configuring the storage/framework/server components, which allow you to define and apply middleware across your development and production server workflows.