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-sdkInitialize
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
| Feature | Description |
|---|---|
| Authentication | Supabase JWT, API keys, OAuth, deployment credentials |
| Entitlements | Tier-based feature gating (sandbox, trial, launch, growth, enterprise) |
| AI Proxy | Managed OpenAI/Claude access with usage metering |
| Billing | Stripe subscriptions with metered usage tracking |
| Deployment | One-click Railway deployment with hard isolation per tenant |
| MCP | Model 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
- GitHub (opens in a new tab) -- Source code and issues
- Discord (opens in a new tab) -- Community chat
- support@hiveforge.dev -- Email support