Activity
Mon
Wed
Fri
Sun
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
What is this?
Less
More

Owned by Ron

Fix to Scale Network

2 members • Free

An action based community for budding Entrepreneurs. Go from employee to entrepreneur with the coaching and support you need to succeed.

Memberships

CEO Lab (Marketer's Skool)

1.2k members • $27/month

Assistable.ai

2.9k members • Free

Skoolers

193.5k members • Free

TheTechStack.ai University

416 members • Free

Launch Your Community

88 members • Free

The Land League

341 members • Free

Brotherhood Of Scent

9.3k members • Free

Growth Systems Incubator

1.1k members • Free

Escape The 9 to 5

11k members • Free

2 contributions to The Chatbot Challenge
AI Agency-in-a-Box Plus 20 hours of video and tons of goodies
🔥 What You Get When You Join for $497 — One-Time Payment 🔥 This is your complete AI Agency-in-a-Box—built to help you sell AI Receptionists to any business with speed and precision. ✅ Plug-and-Play VoiceAI Assistants - Self-Selling Demo Bot – Closes prospects on autopilot - Outbound DBR VoiceAI – Revives cold leads with zero effort - Onboarding Support VoiceAI – Handles new client onboarding - Agency/Client AI Receptionist – Use it or clone it 🎁 Bonus Niche Bots (Just Customize & Launch) - Webinar Bot – Automated follow-up for event leads - Traditional SMMA Bot – Sell agency services with AI - Roofing Bot – Proven voice script for roofers - Insurance Bot – Qualifies insurance leads instantly - Solar Bot – Books solar calls with zero human effort - Real Estate Seller Bot – Finds and qualifies motivated sellers 🧠 Nearly 20 Hours of Behind-the-Scenes Training Watch every part of the build—from setup to strategy to scaling. Learn how to think, build, and sell like a pro. 🧰 Pro Tools & Prompts - Web Scraper Tool – Instantly pulls data to train and personalize your bots
1 like • Aug 7
Hey @Josh Rosenfeld if I already paid $750 to Leadindicator for the Agency Kit is this part of that?
1 like • Aug 8
@Josh Rosenfeld oh wow! TY that would be amazing. Much appreciated.
Random Number Raffle Widget
Ever wanted to have a little raffle during a live event or webinar? I got you! In order to create a random number and make it visual, I created this code snippet that is completely self-contained and ready to go. Feel free to edit the colors, etc. Just paste in to the BODY tag wherever you want it to appear. 👇 <!-- COPY PASTE BELOW --> <div class="raffle-container"> <h1>Raffle Number Generator</h1> <div class="wheel-container"> <div class="wheel"> <div class="digit-container" id="hundreds-container"> <div class="marker"></div> </div> <div class="digit-container" id="tens-container"> <div class="marker"></div> </div> <div class="digit-container" id="ones-container"> <div class="marker"></div> </div> </div> </div> <button class="button" id="spin-button">Spin the Wheel</button> <div class="winner-number" id="winner-display"></div> </div> <script> document.addEventListener('DOMContentLoaded', function() { // Elements const hundredsContainer = document.getElementById('hundreds-container'); const tensContainer = document.getElementById('tens-container'); const onesContainer = document.getElementById('ones-container'); const spinButton = document.getElementById('spin-button'); const winnerDisplay = document.getElementById('winner-display'); // Variables let spinning = false; let digitElements = { hundreds: [], tens: [], ones: [] }; // Create all possible digits (0-9) for each position function createDigits() { // Create digits for hundreds (0-9) for (let i = 0; i < 10; i++) { const digit = document.createElement('div'); digit.className = 'digit'; digit.textContent = i; if (i === 0) digit.classList.add('visible'); hundredsContainer.appendChild(digit); digitElements.hundreds.push(digit); } // Create digits for tens (0-9) for (let i = 0; i < 10; i++) { const digit = document.createElement('div'); digit.className = 'digit'; digit.textContent = i; if (i === 0) digit.classList.add('visible'); tensContainer.appendChild(digit);
Random Number Raffle Widget
2 likes • Apr 30
sweet
1-2 of 2
Ron G
1
1point to level up
@ron-g-1331
Agency Owner

Active 3d ago
Joined Apr 23, 2025
Powered by