Skip to content

Self Hosting

Deploy llm.energy on your own infrastructure.


Requirements

  • Node.js 18+
  • pnpm (recommended)

Clone & Install

git clone https://github.com/nirholas/extract-llms-docs.git
cd extract-llms-docs
pnpm install

Development

pnpm dev

Open http://localhost:3001


Production Build

pnpm build
pnpm start

Deploy to Vercel

Deploy with Vercel

Or via CLI:

vercel --prod

Environment Variables

Variable Description Default
PORT Server port 3001

MCP Server

To run the MCP server locally:

cd llms-forge/mcp-server
pnpm install
pnpm build
pnpm start