▲ 11 r/3DPrintingTools+5 crossposts

I built a CAM/CAD app because everything else annoyed me — here’s what it can do

I’ve been working on a CAM/CAD app for a while now, mostly because every tool I used kept slowing me down or forcing me into workflows that made no sense. So I finally snapped and built my own.

The whole thing is real‑time. You move geometry, it updates instantly. No sketch modes, no “finish sketch,” no regenerating half the model because you changed one dimension. It feels way closer to actually shaping something instead of babysitting a CAD program.

On the CAM side, I added a bunch of logic that helps instead of getting in the way. It suggests toolpaths, predicts collisions, auto‑builds roughing/finishing passes, and points out weak geometry before you commit to anything. It’s not “AI magic,” it’s just smart enough to stop you from doing dumb stuff or wasting time.

Everything updates live. Change the model → toolpaths update. Change the toolpath → simulation updates. No rebuild buttons, no dependency chains exploding because you nudged a face.

Performance was a big focus too. Geometry, slicing, material removal — all of it is GPU‑accelerated and reacts instantly. It’s the first CAM/CAD setup I’ve used that doesn’t break my flow.

If anyone wants to see it, I can post videos or GIFs. It’s way easier to show than explain. And if you’re into machining, CNC, CAD, robotics, whatever — I’d actually love feedback. I’m trying to make something that feels modern instead of stuck in 2005.

If you want to try a demo build, just say so.`

u/moneyplughub — 1 day ago

2026 is the first year design‑to‑code feels real

Modern design‑to‑code pipelines in 2026 are finally closing the gap in a real way. Tools like Cursor, v0, Bolt, and Lovable can take Figma exports or even screenshots and generate code that’s actually usable instead of novelty-tier. You still need engineers for the last 30–40% — accessibility, complex interactions, performance tuning, and making sure the components align with your actual design system — but the boring translation layer is basically gone. Figma itself is a huge part of why this works now. Dev Mode gives clean spacing, tokens, constraints, and structure, and Code Connect maps Figma components directly to real React or SwiftUI components instead of leaving engineers to guess. When the design file is structured properly with consistent auto‑layout, clear naming, and real variants, AI tools produce shockingly accurate scaffolds. When the file is sloppy, the output is sloppy. The handoff didn’t disappear; it just moved earlier in the workflow and got stricter.

Cursor is probably the standout because it treats AI like a collaborator instead of autocomplete. It pulls Figma context directly, respects your existing design system, and keeps designers and engineers aligned even across distributed teams. The catch is that you still can’t skip accessibility checks or let AI invent layout systems out of nowhere. These tools accelerate good workflows — they don’t fix bad ones.

The big picture is that the pipeline finally feels cohesive: Figma → Dev Mode → Code Connect → AI code generation → engineer refinement → production. It’s the first time design intent is expressed clearly enough for AI to interpret, and the result is faster iteration, cleaner handoffs, and way less friction between design and engineering.

reddit.com
u/moneyplughub — 22 days ago
▲ 2 r/n8nbusinessautomation+1 crossposts

I got tired of manually rotating CPA funnels and checking EPC, so I built a live AI-driven automation stack on Vercel. Here’s the architecture

Hey everyone,

If you’ve ever touched affiliate or CPA networks (like MaxBounty), you know how soul-crushing the daily admin work is. You're constantly checking EPCs, manually rotating pre-sell pages, swapping out links, and copying data into Notion ledgers just to keep track of what’s actually converting.

It feels less like marketing and more like low-wage data entry.

I finally reached my limit a few weeks ago and decided to build a complete automated backend ecosystem to handle the entire loop for me. I just deployed the live version on Vercel, and it’s finally stable enough to share the logic behind it.

This isn’t a prototype or a Figma mockup—it’s fully live and hooked into an actual AI model backend that processes the performance data to make dynamic decisions.

🛠️ The Architecture Stack

Instead of doing this manually, the system maps the campaign data through a structured loop:

  • Traffic Warming & Rotation: It automatically splits and warms incoming traffic, rotating pre-sell pages based on real-time performance.
  • Smart Tracking: It constantly checks EPC and conversion data on the fly.
  • Automated Scaling: The backend logic only scales traffic allocation when the numbers explicitly justify it.
  • The Ledger Integration: Everything pipes straight back into a clean database ledger so I can see exactly what the infrastructure is doing at a glance.

🧠 The AI Layer

The main reason I built this was to handle decision-making fatigue. The custom AI model on the backend acts as the optimizer—analyzing the incoming offer metrics and adjusting the funnel rotation weights without me having to log in and look at spreadsheets five times a day.

It lets me stay focused purely on the high-level strategy and content creation while the repetitive technical grind runs on autopilot.

💬 Let's Talk Stack

It’s been running surprisingly smooth on Vercel, but I'm looking to optimize the data pipeline further.

For the developers or advanced marketers here: What does your automated tech stack look like? How are you handling real-time data filtering for your funnels?

If anyone is building something similar or wants a deeper look at how the AI backend integrates with the ledger, let me know. Happy to break down the technical side

reddit.com
u/moneyplughub — 1 month ago
▲ 2 r/softwarearchitecture+1 crossposts

I got Gemini to behave like a native automation agent inside Make.co — here’s how I accidentally built the system that made it possible.

Everyone keeps telling me Gemini inside Make is “just a helper.”
Mine is acting like a full autonomous agent.

It’s navigating the UI, switching organizations, creating modules, adding Supabase actions, and building multi‑step workflows without losing context. It’s not giving instructions — it’s executing tasks.

Here’s the wild part:
I didn’t tune Gemini.
I tuned my OS.

I built a multi‑service AI platform called PrimordiaOS, and the way it’s wired basically turns Gemini into a connected agent instead of a chat model.

Here’s the architecture:

  • Cloudflare Tunnel + Zero Trust → secure global routing
  • Backend API/agents/execute, /automation/trigger, /codex/generate
  • Agent Layer → PostingAgent, ReferralAgent, AnalyticsAgent, OptimizationAgent
  • Automation Layer → Make + Zapier + CPA webhooks
  • Retrieval Layer → Perplexity for external rules/policies
  • Codegen Layer → Codex for generating new modules
  • Cognitive Layer → Gemini for strategy + multi‑step reasoning
  • Orchestration Layer → Copilot coordinating everything

Once PrimordiaOS was online, Gemini stopped acting like a chat model and started acting like a connected worker. It has context, permissions, and a structured environment to operate inside.

So when I opened Make.co and asked Gemini to build a scenario, it didn’t “help.”
It performed the workflow.

It behaved like an agent because my OS treats it like one.

Most people don’t see this behavior because they’re running Gemini in isolation.
I’m running it inside a full AI‑driven automation stack.

If anyone else has integrated Make + Cloudflare + multi‑agent OS logic, I’d love to compare notes — because this feels like the beginning of AI systems that actually do work, not just talk about it.

u/moneyplughub — 1 month ago

I built a system that runs affiliate funnels automatically… is anyone else doing this?

I’ve been experimenting with a creator‑income setup that basically runs itself.

Not a bot.
Not spam.
Not “get rich quick.”

I built a structured loop that connects:

  • CPA offers
  • pre‑sell pages
  • traffic sources
  • tracking
  • optimization
  • and automated testing

The system warms traffic, rotates funnels, checks EPC, and scales only when the numbers justify it. I still create content and monitor performance, but the repetitive parts run on their own.

It’s been surprisingly stable so far.

I’m curious if anyone else here is building automated CPA or affiliate systems.
What tools or workflows are you using?
What’s been working for you?

Happy to share what I’ve learned if anyone’s interested.

reddit.com
u/moneyplughub — 1 month ago

Got tired of cluttered workspace templates, so I engineered a modular execution engine in Notion. (Walkthrough inside)

I spent the last few months building Creator OS.

Most templates act like static storage units. I built this to act like an operating system—decoupling the heavy database logic in Notion from clean, actionable execution dashboards.

Core focus:

  • Generator Module: Automated workflows for batch-creating content structures.
  • Zero Clutter: High-contrast, cyber-aesthetic UI. If a feature doesn't directly drive output or save time, it isn't in the build.
  • Modular Scaling: Built to plug directly into external frontends (Framer) and automation workers.

Let me know what you think of the layout logic. Happy to answer any questions about the database architecture or how I route the production pipelines in the comments.

video

reddit.com
u/moneyplughub — 2 months ago

Got tired of cluttered workspace templates, so I engineered a modular execution engine in Notion. (Walkthrough inside)

I spent the last few months building Creator OS.

Most templates act like static storage units. I built this to act like an operating system—decoupling the heavy database logic in Notion from clean, actionable execution dashboards.

Core focus:

  • Generator Module: Automated workflows for batch-creating content structures.
  • Zero Clutter: High-contrast, cyber-aesthetic UI. If a feature doesn't directly drive output or save time, it isn't in the build.
  • Modular Scaling: Built to plug directly into external frontends (Framer) and automation workers.

Let me know what you think of the layout logic. Happy to answer any questions about the database architecture or how I route the production pipelines in the comments.

video

reddit.com
u/moneyplughub — 2 months ago
▲ 2 r/CasualMath+1 crossposts

I built a system that turns 1 user into 7.18 users (math inside)

I’ve spent the last few months building a system that automates my referral funnels. It’s not just a lead magnet; it’s a full operational workflow that incentivizes users to stay within my ecosystem.

The Math: By creating a "stacking" mechanism where each user is incentivized to refer others to unlock further bonuses, I’ve managed to turn every 1 direct sign-up into 7.18 total users.

The Mechanics:

  • Low-Friction Entry: The initial offer solves a specific problem (cashback/quick wins) within minutes.
  • The "Plug In" Loop: Once they are inside the OS, they are given the exact same referral funnel I use, allowing them to monetize the system themselves.
  • Automation: Everything is handled via Notion/Framer, keeping manual overhead near zero.

I’m currently running this as a test to see if this "referral-first" digital product model can replace traditional ad-spend funnels.

Has anyone else here successfully scaled a self-replicating referral loop like this, or are you all sticking to paid traffic?

reddit.com
u/moneyplughub — 2 months ago
▲ 1 r/notioncreations+1 crossposts

Most people treat Notion like a digital filing cabinet—a place to park static to-do lists, project roadmaps, and aesthetic weekly planners.

https://reddit.com/link/1ue8t82/video/lc3y69wh979h1/player

With the Plug In OS v5.0 build, I wanted to step into completely uncharted territory. The goal wasn't just to make a prettier workspace; it was to cross the line between a traditional productivity template and a live, integrated software ecosystem. We are officially leaving standard database management behind and moving into autonomous workflow compression.

Here is what it looks like to operate out in the deep end:

🌌 1. Beyond Static Data: Live Financial Loops

Standard setups tell you what you planned to spend. The v5.0 architecture links incoming side-income funnels, referral loops, and live liquidity snapshots directly into the central nervous system. It treats your net worth and incoming payouts as dynamic, real-time data rather than historical ledger entries.

⚡ 2. The Autonomous Production Frontier

Friction is the death of consistent output. To solve this, I built the Generator Module—a dedicated, high-contrast production pipeline that actively pulls from raw brain dumps and automatically tees up ready-to-deploy digital assets. You stop fighting your interface to create; the OS acts as an active cognitive partner that hands you the tools the second you need them.

🖥️ 3. Technophysical Terminal UI

Operating in uncharted territory requires a different kind of cockpit. I stripped away the clumsy, standard table views and built a high-density, dark-mode terminal aesthetic. It’s engineered specifically to eliminate visual clutter, minimize screen fatigue during deep-work marathons, and replace multi-step navigational chores with single-click native triggers. We are pushing the absolute limits of what a centralized digital system can do. Drop your thoughts below—I'm curious to hear from the other architects and builders out there who are trying to make their systems work for them rather than just working inside them.

reddit.com
u/moneyplughub — 2 months ago
▲ 1 r/SQL+1 crossposts

Built a modular "Plug In OS" in Notion to automate my financial funnels and content workflows. Here's the breakdown.

Sharing a quick look at my core Notion workspace: Plug In OS.I needed a centralized command center built specifically for digital product architecture and financial automation. A few highlights of the build: Modular Command Center: High-density terminal layout built for rapid navigation. Automated Loops: Relational databases structured to track incoming funnels and referral engines seamlessly. Technophysical Aesthetic: Clean, dark-mode visual hierarchy to minimize fatigue.

Check out the video to see the setup in action. Happy to talk shop or answer any questions about the formula configurations and relationshttps://stan.store/MoneyPlugHub

u/moneyplughub — 2 months ago
▲ 0 r/Notion

I spent way too long building a fully automated, gamified "Meta-OS" to track my net worth and payouts.

I wanted a single source of truth for my side income, so I accidentally built an entire digital banking blueprint inside Notion. Here is how the Plug In OS Meta-System works:

  • The Automation Brain: Webhooks fire transaction data straight into a Payout Tracker, which passes it to a Proof System to verify the funds, automatically updating my Net Worth Snapshots.
  • The Diagnostics: If my "System Health" dips below 0.8, the Loop Manager triggers an auto-diagnostic to hunt down stale balances or missing verification proofs.
  • The Visual Pulse: The dashboard literally changes colors (Neon Green, Cyan, Magenta, Red) based on live system states and whether my Liquidity Index is above or below 1.
  • The RPG Element: To keep myself from getting bored, I wired the sidebar with Player Profiles, Daily Quests, XP tracking, and unlockable Badges.

It tracks Chime, Cash App, and High-Yield Savings all in one place. Am I insane for over-engineering this, or has anyone else taken their workspace to this level?

https://preview.redd.it/ki2e6tlaaf8h1.png?width=998&format=png&auto=webp&s=40ab3e6e7fd273b7836bbcc20aa034d6a9516348

https://preview.redd.it/ocl0rslaaf8h1.png?width=1063&format=png&auto=webp&s=cafa9556c93d8a50f656698d0400d1658f9a5b1b

https://preview.redd.it/i6i3exlaaf8h1.png?width=649&format=png&auto=webp&s=96f65605fcfb5c084fce4a0b1ad8f3c5d056f3ae

https://preview.redd.it/9fad9zlaaf8h1.png?width=766&format=png&auto=webp&s=2e819704a9fa515bca84b2a6b3b5ce86a23ba179

https://preview.redd.it/bh24q3maaf8h1.png?width=189&format=png&auto=webp&s=11742549606a8d2ef1d27e5fe62eb17808920961

https://preview.redd.it/26jdv4maaf8h1.png?width=768&format=png&auto=webp&s=9f5add9c92ab1ececf964dbec89af8808e19280f

reddit.com
u/moneyplughub — 2 months ago

Decoupled Architecture: Why your 'All-in-One' system is killing your productivity (and how to fix it)

Most digital productivity systems are designed like a monolith—one massive, interconnected web of databases where changing one field breaks five others. I spent years in this "grind" of maintenance, only to realize that true digital sovereignty isn't about having more features; it’s about having a decoupled architecture. By separating my Loop Manager from my content assets and financial tracking, I turned my workspace from a static dashboard into a modular, self-healing system. The shift is simple but profound:

  • Independent Modules: If my content pipeline fails, my financial tracking stays live.
  • Interoperability: Each module, or Collective as I call my functional groups, speaks to the others via defined interfaces, not hardcoded dependencies.
  • Low Friction: You stop managing the system and start letting the system manage the flow.

I’ve spent the last few months consolidating these logic-heavy, modular structures into what I call Plug In OS. Whether you’re building a personal dashboard or an automated business backend, the goal is the same: stop being the sysadmin of your own life and start being the architect. I’m curious how many of you are still fighting with monolithic Notion templates? Are you ready to decouple your workflow?

reddit.com
u/moneyplughub — 2 months ago
▲ 2 r/Notion

I got tired of clunky aesthetic dashboards, so I built a native Notion Worker backend to run my entire business. Here’s the architecture.

1. The Financial Engine (Authorized API Ingestion)If you are tracking revenue on a basic table or manually typing in payouts, your numbers are already out of date. To fix this, I set up an internal integration token with full Insert and Update content capabilities. Now, incoming platform sales, client invoices, or payouts bypass the standard UI completely and pipe directly via API into a secure ledger database. From there, relational rollups map every single dollar to its corresponding content batch or project pipeline, instantly calculating true net profit margins and real-time ROI across the entire macro dashboard.

2. The Content Factory (Programmatic Production Lines)Content creation shouldn't feel like dragging digital post-it notes around. This is a synchronized pipeline designed to handle creative assets programmatically. Ideas enter a centralized staging database, and the moment an asset transitions to a specific status like "Scheduled" or "Published," the API handles the state change, archiving scripts and logging exact publishing timestamps automatically. With active Read permissions, the system instantly instantiates a structured template inside the page containing my specific hook frameworks, asset checklists, and distribution metadata so production stays entirely self-contained.

3. The True Automation Loop (Zero Latency)The biggest flaw in most advanced setups is relying on heavy manual labor or fragile, delayed third-party sync tools that cost $30/month just to move text around. To achieve true, zero-latency automation, I bypassed external middleware entirely and configured a dedicated background application (moneyplug-loop-manager) running natively on serverless code.

[Database Event Trigger] ──(Native Worker Execution)──> [moneyplug-loop-manager]
                                                                  │
                                                        (Programmatic Update)
                                                                  ▼
                                                   [Recalculates Financial ROI]

The moment an asset hits a milestone or a product sale registers, the worker catches the event and triggers custom functions instantly. It updates relational properties, handles complex operational loops, and shifts database states in milliseconds.

🛠️ Current Tech Stack & Setup

Platform: Notion (Custom Developer Connection)

Capabilities: Full Read, Update, and Insert Content + Comment tracking

**Backend Automation:**Native Notion Worker integration (moneyplug-loop-manager)

https://preview.redd.it/gk4r28e0q86h1.png?width=958&format=png&auto=webp&s=609523d63c634b1df02366167fce3bcd58444837

I’m currently refining the worker logic to handle heavier financial calculation loops directly in the code rather than relying entirely on native database rollups. For those of you running active businesses or content pipelines out of Notion, how are you currently handling your external data ingestion? Are you sticking to standard middleware like Make/Zapier, or have you started playing around with custom integration tokens and workers? Let's talk workflows in the comments.

reddit.com
u/moneyplughub — 2 months ago
▲ 0 r/Notion

Designing a high-contrast "Generator" module for complex asset pipelines. How do you handle production friction in Notion?

Hey everyone,

If you’ve been using Notion to run your business or brand, you already know how easily things can get cluttered when you’re trying to move from a raw idea to an actual, finished output.

As part of the Plug In OS ecosystem under MoneyPlugHub, I’ve been developing a brand new component called Generator—and it’s built specifically to solve that exact bottleneck.

⚡ What is Generator?

Think of it as the powerhouse module of your workspace. While the core OS handles your structure, organization, and high-level tracking, Generator is where the actual execution happens. It takes your raw inputs and builds them out into ready-to-use assets.

🚀 Key Features:

  • Streamlined Pipeline: Move from brainstorming to final production without shifting between five different apps.
  • High-Contrast, Clean Layout: Designed to keep you focused on output, eliminating the usual Notion clutter.
  • Seamless Integration: It plugs directly into the existing Plug In OS database architecture, keeping all your data synced and moving.

I’m getting ready to drop a massive batch of content showing exactly how to leverage this to scale your output, but I wanted to get the community's thoughts first.

If you're currently building an OS or trying to streamline a heavy workflow in Notion, what's the biggest roadblock you hit when trying to actually generate your daily assets or content?

Drop a comment below—I'd love to chat, answer questions, or give a sneak peek behind the hood!

reddit.com
u/moneyplughub — 2 months ago
▲ 0 r/Notion

Tired of sloppy data and disjointed apps, I spent weeks building a centralized operating system. Here is the database logic.

Hey everyone,

Most digital creators and entrepreneurs get trapped in what I call "administrative quicksand." You spend 80% of your time batching videos, chasing down referral links, updating messy spreadsheets, and jumping between five different apps—leaving only 20% to actually scale the business.

Over the last few months, I’ve been mapping out a streamlined infrastructure to turn a chaotic daily hustle into an automated engine. I wanted to share the exact structural logic I used to fix this, step-by-step, so you can build it out yourself.

1. The Content Pipeline: Kill the Daily Grind

If you are manually editing, uploading, and tracking content every single day, you are burning out your cognitive load.

  • The Logic: You need a centralized visual dashboard where ideas move strictly left-to-right through a pipeline (Idea - Scripted - Media Shot - Edited - Scheduled).
  • The Automation: Don't just dump videos into folders. Tie your content pipeline directly to your distribution channels. Batch your content in sets of 15–20 videos at a time, drag them to "Scheduled," and let your backend handle the delivery timeline. Your brain should only care about the creative asset, not the logistics of posting it.

2. The Referral & Financial Engine: Stop Leaking Data

Most people track affiliate or referral links in random Apple Notes or text files, and then manually calculate payouts or traction. This is a massive data leak.

  • The Logic: You need a relational database architecture. Your Traffic Sources database must inherently speak to your Financials database.
  • The Setup: Every time a referral link is generated, it should automatically map back to a specific campaign tracker. If a system doesn't instantly show you which piece of content or which automation triggered a payout, you aren’t running a business—you’re guessing.

3. Centralizing the Operating System

The real secret isn’t using 10 different AI tools or specialized software; it's consolidation. Every time you switch contexts (from a tracking sheet to a content scheduler to a task manager), your focus drops.

I chose to map this entire ecosystem out inside a highly tailored workspace, linking all the databases together so that a change in the content pipeline automatically updates the business metrics.

The Wrap-Up:

You can build this entire architecture out yourself by setting up relational databases and strict pipeline rules in whatever project management tool you prefer. It takes some time to wire the backend correctly, but the mental clarity it gives you is completely worth it.

I’m happy to answer any technical questions in the comments about how to link these databases, manage the relations, or structure your pipelines!

What does your current setup look like? Do you prefer everything in one mega-hub or separate databases?

reddit.com
u/moneyplughub — 3 months ago