interface Props { // Color of the first set of particles (default: Ultramarine) primaryColor?: string; // Color of the second set of particles (default: Aqua) secondaryColor?: string; // Radius of mouse interaction (default: 150px) mouseRadius?: number; // Background color or gradient (default: Dark gradient) backgroundColor?: string; } export default function ParticleBackground({ primaryColor = "rgba(68, 116, 255, 0.8)", // Ultramarine secondaryColor = "rgba(66, 249, 255, 0.8)", // Aqua mouseRadius = 150, backgroundColor = "linear-gradient(to bottom, rgba(0,0,0,0.95), rgba(0,0,0,1))" }: Props) { return { canvas: document.createElement("canvas"), mount(canvas: HTMLCanvasElement) { // Set up canvas styles canvas.style.position = "fixed"; canvas.style.top = "0"; canvas.style.left = "0"; canvas.style.width = "100%"; canvas.style.height = "100%"; canvas.style.zIndex = "-1"; canvas.style.background = backgroundColor; const ctx = canvas.getContext("2d"); if (!ctx) return; // Initialize variables let particles: Array<{ x: number; y: number; vx: number; vy: number; targetX: number; targetY: number; radius: number; color: string; }> = []; const mouse = { x: 0, y: 0, radius: mouseRadius }; let animationFrame: number; // Update canvas size function updateCanvasSize() { canvas.width = window.innerWidth; canvas.height = window.innerHeight; } // Generate points in a circle pattern function generatePoints() { const points: [number, number][] = []; const centerX = canvas.width / 2; const centerY = canvas.height / 2; const size = Math.min(canvas.width, canvas.height) * 0.2; const gridSize = 15; for (let x = 0; x < canvas.width; x += gridSize) { for (let y = 0; y < canvas.height; y += gridSize) { const dx = x - centerX; const dy = y - centerY; const distance = Math.sqrt(dx * dx + dy * dy); if (distance > size) { points.push([x, y]); } } } return points; } // Initialize particles function initParticles() { const points = generatePoints(); particles = points.map(([targetX, targetY]) => { const angle = Math.random() * Math.PI * 2; const distance = Math.random() * 200; return { x: targetX + Math.cos(angle) * distance, y: targetY + Math.sin(angle) * distance, vx: (Math.random() - 0.5) * 2, vy: (Math.random() - 0.5) * 2, targetX, targetY, radius: Math.random() * 1.5 + 1, color: Math.random() < 0.5 ? primaryColor : secondaryColor }; }); } // Animation loop function animate() { if (!ctx) return; ctx.fillStyle = "rgba(0, 0, 0, 0.2)"; ctx.fillRect(0, 0, canvas.width, canvas.height); particles.forEach(particle => { // Mouse repulsion const dx = mouse.x - particle.x; const dy = mouse.y - particle.y; const distance = Math.sqrt(dx * dx + dy * dy); if (distance < mouse.radius) { const force = (mouse.radius - distance) / mouse.radius; const angle = Math.atan2(dy, dx); particle.vx -= Math.cos(angle) * force * 2; particle.vy -= Math.sin(angle) * force * 2; } // Target attraction const tdx = particle.targetX - particle.x; const tdy = particle.targetY - particle.y; const targetDistance = Math.sqrt(tdx * tdx + tdy * tdy); if (targetDistance > 1) { particle.vx += (tdx / targetDistance) * 0.2; particle.vy += (tdy / targetDistance) * 0.2; } // Update position particle.x += particle.vx; particle.y += particle.vy; // Apply drag particle.vx *= 0.95; particle.vy *= 0.95; // Draw particle ctx.beginPath(); ctx.arc(particle.x, particle.y, particle.radius, 0, Math.PI * 2); ctx.fillStyle = particle.color; ctx.fill(); }); animationFrame = requestAnimationFrame(animate); } // Event handlers function handleMouseMove(e: MouseEvent) { const rect = canvas.getBoundingClientRect(); mouse.x = e.clientX - rect.left; mouse.y = e.clientY - rect.top; } // Initialize updateCanvasSize(); initParticles(); animate(); // Add event listeners window.addEventListener("mousemove", handleMouseMove); window.addEventListener("resize", () => { updateCanvasSize(); initParticles(); }); // Cleanup function return () => { cancelAnimationFrame(animationFrame); window.removeEventListener("mousemove", handleMouseMove); window.removeEventListener("resize", updateCanvasSize); }; } }; }

Plug-and-play setup.

Integrates effortlessly with all and any other application both web2 or web3, from email platforms to social media, content management systems to internal enterprise software - with no technical setup required.

Streamlined One-Stop-Shop.

For all your business needs.

Leveraging AI and automation for transformative impact and results.

User-friendly dashboard

Visual reports

Visual reports

Smart Keyword Generator

Content evaluation

SEO goal setting

Automated alerts

Actionable SEO Tips

Regular SEO Goal Setting

Link Optimization Wizard

User-friendly dashboard

Visual reports

Visual reports

Smart Keyword Generator

Content evaluation

SEO goal setting

Automated alerts

Actionable SEO Tips

Regular SEO Goal Setting

Link Optimization Wizard

User-friendly dashboard

Visual reports

Visual reports

Smart Keyword Generator

Content evaluation

SEO goal setting

Automated alerts

Actionable SEO Tips

Regular SEO Goal Setting

Link Optimization Wizard

User-friendly dashboard

Visual reports

Visual reports

Smart Keyword Generator

Content evaluation

SEO goal setting

Automated alerts

Actionable SEO Tips

Regular SEO Goal Setting

Link Optimization Wizard

The magic of web3
at your fingertips.

Achieve clear, impactful results without the complexity.

Harness the power of AI, making search engine optimization intuitive and effective for all skill levels.

Powerful Asset Managment

The most secure single platform for all your digital asset needs, with goals and guided assistance.

User-friendly dashboard

Perform complex asset management tasks and optimizations with a single click of a finger.

Visual reports

Visual insights into your portfolio performance.

Designed For You.

Intuitive User Interface allowing less time managing, more time enjoying the benefits.

Built on the Most Powerful Blockchain on Earth

True 4th Generation Layer-1 Blockchain with Artificial Intellegence built into its Consensus Mechanism for real-time Anti-Fraud detection.

14 Million Times
More Efficient than Bitcoin

Perform complex SEO audits and optimizations with a single click.

Performs 33 Times Faster
Network Speeds than
Visa and Mastercard Put Together.

Visual insights into your site’s performance.

The magic of AI at your fingertips.

Achieve clear, impactful results without the complexity.

User-friendly dashboard

Perform complex SEO audits and optimizations.

Smart Keyword Generator

Automatic suggestions and the best keywords to target.

SEO goal setting

Helps you set and achieve SEO goals with guided assistance.

Harness the power of AI, making search engine optimization intuitive and effective for all skill levels.

User-friendly dashboard

Perform complex SEO audits and optimizations with a single click.

User-friendly dashboard

Perform complex SEO audits and optimizations with a single click.

User-friendly dashboard

Perform complex SEO audits and optimizations with a single click.

Visual reports

Visual insights into your site’s performance.

Visual reports

Visual insights into your site’s performance.

Visual reports

Visual insights into your site’s performance.

Smart Keyword Generator

NEW

Automatic suggestions and the best keywords to target.

Smart Keyword Generator

NEW

Automatic suggestions and the best keywords to target.

Smart Keyword Generator

NEW

Automatic suggestions and the best keywords to target.

Content evaluation

Simple corrections for immediate improvemens.

Content evaluation

Simple corrections for immediate improvemens.

Content evaluation

Simple corrections for immediate improvemens.

SEO goal setting

Helps you set and achieve SEO goals with guided assistance.

SEO goal setting

Helps you set and achieve SEO goals with guided assistance.

SEO goal setting

Helps you set and achieve SEO goals with guided assistance.

Automated alerts

Automatic notifications about your SEO health, including quick fixes.

Automated alerts

Automatic notifications about your SEO health, including quick fixes.

Automated alerts

Automatic notifications about your SEO health, including quick fixes.

Elevate your SEO efforts.

User-friendly dashboard

Perform complex SEO audits and optimizations with a single click.

User-friendly dashboard

Perform complex SEO audits and optimizations with a single click.

User-friendly dashboard

Perform complex SEO audits and optimizations with a single click.

Visual reports

Visual insights into your site’s performance.

Visual reports

Visual insights into your site’s performance.

Visual reports

Visual insights into your site’s performance.

Smart Keyword Generator

NEW

Automatic suggestions and the best keywords to target.

Smart Keyword Generator

NEW

Automatic suggestions and the best keywords to target.

Smart Keyword Generator

NEW

Automatic suggestions and the best keywords to target.

Content evaluation

Simple corrections for immediate improvemens.

Content evaluation

Simple corrections for immediate improvemens.

Content evaluation

Simple corrections for immediate improvemens.

SEO goal setting

Helps you set and achieve SEO goals with guided assistance.

SEO goal setting

Helps you set and achieve SEO goals with guided assistance.

SEO goal setting

Helps you set and achieve SEO goals with guided assistance.

Automated alerts

Automatic notifications about your SEO health, including quick fixes.

Automated alerts

Automatic notifications about your SEO health, including quick fixes.

Automated alerts

Automatic notifications about your SEO health, including quick fixes.

Link Optimization Wizard

Guides you through the process of creating and managing links.

Link Optimization Wizard

Guides you through the process of creating and managing links.

Link Optimization Wizard

Guides you through the process of creating and managing links.

One-click optimization

Perform complex SEO audits and optimizations with a single click.

One-click optimization

Perform complex SEO audits and optimizations with a single click.

One-click optimization

Perform complex SEO audits and optimizations with a single click.

Competitor reports

Provides insights into competitors’ keyword strategies and ranking.

Competitor reports

Provides insights into competitors’ keyword strategies and ranking.

Competitor reports

Provides insights into competitors’ keyword strategies and ranking.

Harness the power of AI, making search engine optimization intuitive and effective for all skill levels.

Step 1

User-friendly dashboard

Perform complex SEO audits and optimizations.

User-friendly dashboard

Perform complex SEO audits and optimizations.

User-friendly dashboard

Perform complex SEO audits and optimizations.

Step 2

Smart Keyword Generator

Automatic suggestions and the best keywords to target.

Smart Keyword Generator

Automatic suggestions and the best keywords to target.

Smart Keyword Generator

Automatic suggestions and the best keywords to target.

Step 3

SEO goal setting

Helps you set and achieve SEO goals with guided assistance.

SEO goal setting

Helps you set and achieve SEO goals with guided assistance.

SEO goal setting

Helps you set and achieve SEO goals with guided assistance.

Acme Corp

Quantum

Echo Valley

PULSE

APEX

Celestial

Elevate your SEO efforts.

From small startups to large enterprises, our AI-driven tool has revolutionized the way businesses approach SEO, delivering measurable results and driving growth across various industries.

User-friendly dashboard
User-friendly dashboard
One-click optimization
One-click optimization
Smart Keyword Generator

NEW

Smart Keyword Generator

NEW

Elevate your SEO efforts.

AI-enhanced local SEO.

Dominate local search rankings with tailored, region-specific strategies.

Set your SEO goals

Input your site details

Launch optimization tools

Review progress and adjust

Smart SEO management.

Effortlessly find and apply the most effective keywords. Our AI analyzes trends and competition to suggest the best keywords that increase your site's search relevance.

Smart Keyword Generator

NEW

Automatic suggestions and the best keywords to target.

Smart Keyword Generator

NEW

Automatic suggestions and the best keywords to target.

Smart Keyword Generator

NEW

Automatic suggestions and the best keywords to target.

User-friendly dashboard

Perform complex SEO audits and optimizations with a single click.

User-friendly dashboard

Perform complex SEO audits and optimizations with a single click.

User-friendly dashboard

Perform complex SEO audits and optimizations with a single click.

Visual reports

Visual insights into your site’s performance.

Visual reports

Visual insights into your site’s performance.

Visual reports

Visual insights into your site’s performance.

Smart SEO management.

Effortlessly find and apply the most effective keywords.

User-friendly dashboard

Perform complex SEO audits and optimizations with a single click.

User-friendly dashboard

Perform complex SEO audits and optimizations with a single click.

User-friendly dashboard

Perform complex SEO audits and optimizations with a single click.

Visual reports

Visual insights into your site’s performance.

Visual reports

Visual insights into your site’s performance.

Visual reports

Visual insights into your site’s performance.