Skip to main content
RapidKit

Go Fiber Standard Kit

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

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

Quick Start

Create a new project:

npx rapidkit create project gofiber.standard my-api

1. Install RapidKit 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 RapidKit CLI

npm install -g rapidkit

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

Step 2: Create Your Project

npx rapidkit create project gofiber.standard my-api

Replace my-api with your desired project name

Step 3: Navigate and Install Dependencies

cd my-api
npx rapidkit init

Step 4: Start Development Server

npx rapidkit dev

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

Quick Tip

Use the interactive wizard for a guided setup experience: npx rapidkit 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
Small backend services

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: