Activity
Mon
Wed
Fri
Sun
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
What is this?
Less
More
21-Day Faceless AI Brand Build

248 members • $277

Castles & Palms

74 members • $27/month

AI Profits

28.5k members • Free

Copy Skool

3.2k members • Free

Maker Zero: Claude Code, AI

23.8k members • Free

AI Automation Society

456k members • Free

Useful AI • AI For Business

33.9k members • Free

6 contributions to Digital Edge
Pounding the pavement day 1 of 3
Just handed out 25 of these. Dont know how but 4 signed up on the spot. Wonder how it will be when I learn what the he'll I am doing
0 likes • Jul 9
@Roger Storm , did you go in person to hand out the flier, or was it mailed out?
WHAT CONTENT DO YOU WANT?
Hey guys, how's it going? I just wanted to come in here and ask you guys what content you would like to see and also what you guys are struggling with the most so I can make more content about it. How do you want the content delivered? (DROP A COMMENT BELOW) - Short, actionable posts - Step-by-step guides - Live training calls - Quick videos under 10 minutes - Deep-dive workshops - Checklists and templates - Real business case studies - Challenges with daily action steps
Poll
14 members have voted
2 likes • Jul 9
Quick videos under 10 minutes would be great, especially on your best strategy for prospecting new clients. The real challenge is not finding businesses that need us, it’s reaching out the right way and getting them engaged.
trails for your web sites just for this group
Please add an advanced interactive cursor trail and "wind flow" effect to my React project. 1. Create a new file called CursorTrail.tsx (or .jsx) and paste this exact code: import { useEffect, useRef } from 'react'; import { useLocation } from 'react-router-dom'; export default function CursorTrail() { const canvasRef = useRef<HTMLCanvasElement>(null); const location = useLocation(); useEffect(() => { const canvas = canvasRef.current; if (!canvas) return; const ctx = canvas.getContext('2d'); if (!ctx) return; let width = window.innerWidth; let height = window.innerHeight; canvas.width = width; canvas.height = height; let particles: any[] = []; let ripples: any[] = []; let mouse = { x: width / 2, y: height / 2, vx: 0, vy: 0 }; let lastMouse = { x: width / 2, y: height / 2 }; let isMobile = width < 768; const handleResize = () => { width = window.innerWidth; height = window.innerHeight; canvas.width = width; canvas.height = height; isMobile = width < 768; }; window.addEventListener('resize', handleResize); const handleMouseMove = (e: MouseEvent) => { lastMouse.x = mouse.x; lastMouse.y = mouse.y; mouse.x = e.clientX; mouse.y = e.clientY; mouse.vx = mouse.x - lastMouse.x; mouse.vy = mouse.y - lastMouse.y; }; window.addEventListener('mousemove', handleMouseMove); const handleClick = (e: MouseEvent) => { if (isMobile) return; ripples.push(new Ripple(e.clientX, e.clientY, location.pathname === '/' && window.scrollY < window.innerHeight)); }; window.addEventListener('click', handleClick); class Ripple { x: number; y: number; radius: number; maxRadius: number; life: number; maxLife: number; isHero: boolean; constructor(x: number, y: number, isHero: boolean) { this.x = x; this.y = y; this.radius = 0; this.maxRadius = 60; this.life = 1; this.maxLife = 1; this.isHero = isHero; } update() { this.radius += (this.maxRadius - this.radius) * 0.1; this.life -= 0.03; } draw(ctx: CanvasRenderingContext2D) { ctx.beginPath();
1 like • Jun 17
@Roger Storm! This is awesome!! Adding this magic cursor effect to my site tonite! Thank you so much for sharing
Shameless Request
If you have gotten anything of value from this group would you be so kind as to give me a testimonial in the comments? if you haven't let me know that too? if you have any suggestions of what you want or need let me know that as well I made a review generation prompt. it can be used to help you write a review it can also be modified to help review requests message generation. Universal Review Prompt
Shameless Request
1 like • Jun 17
MITICO DORN! Huge shoutout to Dorn. Like everyone else here, I appreciate your help. I told you in our call I like that you are "real". Brutally honest, willing to help and sharing tons of value! There's too much going on in my life right now and can't be as active as I'd like, but every time I pop in, it's so worth it! Thanks for keeping it real, Dorn.
Tonights Training - Whose Coming?
Tonights training is about "The Inbound Authority System" - Attracting leads rather than chasing them.
Tonights Training - Whose Coming?
0 likes • Apr 23
I will be there! 😊
1-6 of 6
Sabrina C.
2
13 points to level up
@sabrina-ceretti-2346
Hi Everyone!

Active 1d ago
Joined Jan 16, 2026