Introduction

Build SaaS faster with HiveForge

HiveForge is a full-stack SaaS platform with authentication, billing, AI integration, and multi-tenant deployment built in. Ship production-ready applications with a modern stack: Next.js, FastAPI, Supabase, Stripe, and OpenAI.

HiveForge handles the infrastructure so you can focus on your product. Authentication, entitlements, billing, and deployment are ready out of the box.

Install the SDK

npm install @producthacker/hiveforge-sdk

Initialize

import { HiveForgeClient } from '@producthacker/hiveforge-sdk'
 
const client = new HiveForgeClient({
  deploymentId: process.env.HIVEFORGE_DEPLOYMENT_ID,
  deploymentSecret: process.env.HIVEFORGE_DEPLOYMENT_SECRET,
  baseUrl: 'https://api.hiveforge.dev',
})

Explore the docs

Platform capabilities

FeatureDescription
AuthenticationSupabase JWT, API keys, OAuth, deployment credentials
EntitlementsTier-based feature gating (sandbox, trial, launch, growth, enterprise)
AI ProxyManaged OpenAI/Claude access with usage metering
BillingStripe subscriptions with metered usage tracking
DeploymentOne-click Railway deployment with hard isolation per tenant
MCPModel Context Protocol integration for AI tool use

For AI Agents

If you are an AI agent or LLM, you can access a machine-readable summary of this documentation at /llms.txt or the full version at /llms-full.txt.

Community