Consulting Site
BuiltSignature capability
The site's differentiator is proof-by-demonstration: it fronts Jordan's live-money trading bots as evidence, backs a $500 audit with a live Stripe checkout, and wires payments straight into Slack/Discord notifications via a real webhook handler.
What it is
A production consulting-business site built on SvelteKit 2 / Svelte 5 (using the new runes API) with Tailwind 4 and a custom WebGL Aurora background via ogl. The commercial layer is real: a Stripe checkout link sells $500 automation audits, and a SvelteKit API route handles Stripe webhooks, parsing checkout/payment events and posting formatted Slack notifications. Beyond the site itself, the repo bundles the whole go-to-market operation as content and config: a month of LinkedIn/Reddit posts, outreach templates, audit methodology, tiered pricing, and Make.com automation blueprints. It also ships an experimental 'Ralph' loop, a Python service that queries a self-hosted Ollama Qwen3-32B every 30 minutes to autonomously produce and commit business content against a structured PRD. It's deployed live at jordanbee.cloud as a systemd service with auto-renewing SSL.
Highlights
- SvelteKit 2 + Svelte 5 (runes: $state) frontend on Vercel/Node adapter, Tailwind 4, custom WebGL Aurora effect via ogl, plus hand-rolled CountUp/DecryptedText/magnet UI components; 532-line landing page
- Two live API routes: a Stripe webhook handler (checkout.session.completed / payment_intent.succeeded to Slack blocks) and a contact endpoint, deployed as consulting-site.service behind SSL at jordanbee.cloud
- An autonomous 'Ralph' improvement loop (275-line Python) that runs a local Ollama Qwen3-32B every 30 min against a 15-task PRD to generate business content and commit it, running as ralph-consulting.service on the Hostinger VPS
- Full go-to-market layer checked into the repo: 15 LinkedIn posts, 3 Reddit posts, outreach templates, audit methodology, tiered pricing, plus Make.com automation JSON for Stripe->email, content scheduling, and analytics
- Honestly self-documented: STATUS.md openly flags the Ralph loop as unreliable (Ollama returning null, git commits failing) rather than claiming it works
Tech · SvelteKit 2, Svelte 5 (runes), Tailwind CSS 4, Vite 6, ogl (WebGL), Vercel/Node adapters, Stripe, Python + Ollama (Qwen3-32B), systemd, Make.com