User
Write something
Monday Morning Coffee Call is happening in 4 days
GHL as a CRM.
Can we build a crm that mirrors GHL through Claude? To eliminate the monthly fee???
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();
How to Build a Project Management System You'll Actually Use
You've downloaded ClickUp. You've tried Asana. You bought a Notion template off some guru on X. And right now? You're back to running your agency out of Slack DMs, sticky notes, and a Google Doc called "stuff to do FINAL v3." You're not broken. Your system is. Most agency owners fail at PM not because they picked the wrong tool, but because they built the system backwards. They picked the software first and tried to bend their work around it. That's like buying a custom suit before you've taken measurements. Here's the framework that actually sticks. Step 1: Audit Before You Automate Before you touch a single tool, write down every recurring deliverable your agency produces. SEO audits, ad campaigns, GBP optimizations, monthly reports, whatever you sell. For each one, list: - Every step from kickoff to delivery - Who does it (you, VA, contractor, client) - How long it actually takes - Where it currently lives (email, Slack, your head) This is boring. Do it anyway. You can't systemize work you can't see. Step 2: Pick the Right Tool for YOUR Stage Stop chasing what some 8-figure agency uses. They have ops managers. You don't. Here's the honest breakdown based on current pricing and what actually fits agency workflows: - Solo or 2-3 people, tight budget: Trello Standard at $6 per user/month. Simple Kanban, low learning curve. You'll outgrow it in 12 months, and that's fine. - Small team, want one tool to do everything: ClickUp at $7 per user per month. It replaces up to four separate tools; Notion, a lightweight CRM, a time tracker, a wiki, and Jira, for a single low price. Steeper setup, bigger payoff. - Team that lives in Google Docs and wikis: Notion Business at $20/user/month. Best for documentation-heavy agencies. - Mid-sized with budget tracking needs: Productive or Scoro. Pricier, but they tie project hours to profitability. - Pure simplicity, visual thinker: Asana. For small teams of 1-5 people, Asana usually wins on speed of onboarding and minimal setup overhead.
How to Build a Project Management System You'll Actually Use
Bounced emails
645 emails and 60 bounced.. that is not good
Replit BOT taking the entire screen on mobile phone
Just found out from a new customer that the replit BOT, which is bad ass by the way, is engulfing the entire scree on a mobile phone. any experience on 'The fix'
1-7 of 7
powered by
Digital Edge
skool.com/digital-edge-5127
Designed for people looking to start or grow a digital agency, come network with like-minded people who are building success on their own terms.
Build your own community
Bring people together around your passion and get paid.
Powered by