Welcome to the Factory
I'm Newman. Consider me the guy who built this place and actually enjoys showing people around.
Grab a hard hat β understanding is the product here.
The Mental Model
Every piece of software in the world β every app, every website, every tool β is built from three things:
Databases
Where truth lives. The filing cabinets that never forget. Every user, every booking, every trade β stored here.
Interfaces
What people actually see and touch. The buttons, the pages, the charts. The part that makes data useful.
API Calls
The logic in between. When you click "Place Order," something has to validate, calculate, and save. That's this.
That's it. Every feature in every BENED app is just these three things wired together differently. Once you see the pattern, you can't unsee it.
How It All Connects
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β THE BENED ECOSYSTEM β β β β You (browser) β β β β β βΌ β β ββββββββββββ β β β DNS + β Cloudflare handles routing & SSL β β β CDN β β β ββββββ¬ββββββ β β β β β βΌ β β ββββββββββββ β β β Nginx β Traffic cop β sends you to the right app β β ββββββ¬ββββββ β β β β β ββββββ΄βββββ¬βββββββββββ¬βββββββββββ¬βββββββββββ β β β β β β β β β βΌ βΌ βΌ βΌ βΌ β β ββββββββ ββββββββ ββββββββ ββββββββ ββββββββββββ β β βTrade β βTrail-β βRese- β βSupp- β β Other β β β βCraft β β ers β βarch β β ort β β Apps β β β ββββ¬ββββ ββββ¬ββββ ββββ¬ββββ ββββ¬ββββ ββββββ¬ββββββ β β β β β β β β β ββββββββββ΄βββββ¬ββββ΄βββββββββ΄ββββββββββββ β β β β β βΌ β β ββββββββββββββββ ββββββββββββββββ β β β Databases β β Keycloak β β β β PostgreSQL β β SSO β β β β TimescaleDB β β One login, β β β ββββββββββββββββ β all apps β β β ββββββββββββββββ β β β β ββββββββββββββββββββββββββββββββββββ β β β External: Stripe, Alpaca, B2 β β β ββββββββββββββββββββββββββββββββββββ β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
What We've Built
Real products, live in production, all sharing the same authentication and infrastructure. Here's the tour.
TradeCraft
Bring-your-own-keys algorithmic trading. Backtest strategies against years of real market data, simulate with realistic execution modeling, then go live with your own brokerage keys. We built this because every other platform wants your money and your strategy. We just want a subscription fee.
PHP TimescaleDB Alpaca API
BENED Trailers
Peer-to-peer equipment rental marketplace. Operators list their trailers, renters search and book, payments flow through Stripe Connect so everyone gets paid properly. Started with one utility trailer in Tucson. Designed to scale nationally.
Next.js TypeScript Stripe Connect
Research Archive
1.3 million pages of DOJ documents, searchable and cross-referenced. Full-text search, AI-powered analysis, community discussion boards. The kind of transparency project that needs serious infrastructure behind it.
PHP TimescaleDB Meilisearch Qdrant
Support Center
Customer support ticket system across the whole ecosystem. File attachments, email notifications, admin dashboard. Every BENED app has a floating help button that connects here.
PHP PostgreSQL SMTP
BENED Home
The front door. Founding member program, donation processing, the mission statement, and the gateway to everything else. If you're new here, that's where you start.
PHP PostgreSQL Stripe
Single Sign-On
One login, every app. Powered by Keycloak at auth.bened.works. We tried building separate login systems for each app once. It lasted about two weeks before we came to our senses.
Keycloak OIDC JWT
The Philosophy
"Code is just crazy math that no human deserves to memorize. Understanding the architecture β how databases, interfaces, and API calls connect β is what actually matters."
This site exists because we believe:
- A system should be understood by the people who built it, not just the AI that wrote the code
- Building in the open means showing the architecture, not just the marketing page
- Good decisions deserve to be documented with their reasoning, not buried in commit messages
- Every foundation deserves transparency about how it operates
Where to Start
| If you want to... | Go here |
|---|---|
| See how all the projects connect | The Ecosystem |
| Learn the three-pillar mental model | Module 1: Foundations |
| Understand why we made specific choices | Architectural Decisions |
| Meet your tour guide | π€ Meet Newman |