https://github.com/hummbl-dev/hummbl-production
https://github.com/hummbl-dev/hummbl-production
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hummbl-dev/hummbl-production
- Owner: hummbl-dev
- Created: 2026-01-24T12:52:54.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-24T13:23:20.000Z (5 months ago)
- Last Synced: 2026-01-25T01:07:19.971Z (5 months ago)
- Language: TypeScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HUMMBL Production
**Single source of truth for hummbl.io production system.**
## Purpose
Lead generation for HUMMBL Base120 mental models framework:
- Show people the MCP server works
- Book discovery calls
- Demonstrate the system
## Structure
```
/api Cloudflare Worker - REST API for Base120 models
/web Static site - Lead generation landing page
```
## Deployments
| Component | Platform | URL |
|-----------|----------|-----|
| API | Cloudflare Workers | https://hummbl-api.hummbl.workers.dev |
| Web | Cloudflare Pages | https://hummbl.io |
## MCP Server
The MCP server is published separately: [@hummbl/mcp-server](https://www.npmjs.com/package/@hummbl/mcp-server)
Repository: https://github.com/hummbl-dev/mcp-server
## Quick Start
### API Development
```bash
cd api
npm install
npm run dev
```
### Web Development
```bash
cd web
npm install
npm run dev
```
## What Happened to Other Repos?
Previous repos (hummbl-systems, hummbl-api, etc.) are archived. This is the only active production repo.
**One repo. One truth.**