Skip to main content
RapidKit

Go Fiber Standard Kit

npm-backed Go Fiber service scaffold for high-throughput APIs.

v0.46.0
Apache-2.0
npm
stable
go
go
fiber
npm-backed
cloud-native

Quick Start

Create a new project:

npx workspai create project gofiber.standard my-api

1. Install Workspai CLI first

2. Run the command above

3. Follow interactive prompts

Create with Wizard

Overview

A lightweight Go Fiber starter generated by the npm CLI for teams that want RapidKit workspace governance, contracts, and command routing around Go services.

How to Use

Step 1: Install Workspai CLI

npm install -g workspai

Prefer one-off usage? Run commands with npx workspai.

Step 2: Create Your Project

npx workspai create project gofiber.standard my-api

Replace my-api with your desired project name

Step 3: Navigate and Install Dependencies

cd my-api
npx workspai init

Step 4: Start Development Server

npx workspai dev

Your service will be available at http://localhost:8080

Quick Tip

Use the interactive wizard for a guided setup experience: npx workspai create project

Architecture

Go Fiber Service Architecture

This kit implements go fiber service architecture to ensure scalability, maintainability, and testability of your application.

Key Features

Go module scaffold
Fiber HTTP service
Health endpoint
Workspace contract metadata
Docker-ready layout
Runtime-aware project commands

Capabilities

npm-owned generation
Observed runtime support
Workspace run compatibility
Contract graph participation

Tech Stack

Go
Fiber
go test
Docker

Perfect For

High-throughput APIs
Cloud-native services
Governed service workspaces

Module Support

Free Modules-
Paid Modules-
Community Modules
Enterprise Modules

Environments

Development

Go development workflow

Production

Container-friendly Go service

Default Settings

Go Version:1.22
Docker:
CI/CD:
Testing: