{"id":8555,"date":"2026-01-14T19:06:28","date_gmt":"2026-01-14T18:06:28","guid":{"rendered":"https:\/\/innovacore.group\/?post_type=portfolio&#038;p=8555"},"modified":"2026-03-17T15:35:18","modified_gmt":"2026-03-17T14:35:18","slug":"wallpost","status":"publish","type":"portfolio","link":"https:\/\/innovacore.group\/pl\/portfolio\/wallpost\/","title":{"rendered":"Wallpost CRM &#8211; Usprawnij operacje i zwi\u0119ksz sprzeda\u017c"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Wallpost CRM to kompleksowe rozwi\u0105zanie do zarz\u0105dzania biznesem, kt\u00f3re \u0142\u0105czy z\u0142o\u017cone operacje z zaanga\u017cowaniem klienta. Wykraczaj\u0105c poza standardowe funkcje CRM, integruje automatyzacj\u0119 sprzeda\u017cy, szczeg\u00f3\u0142ow\u0105 analityk\u0119 i obs\u0142ug\u0119 klienta w jednocze\u015bnie intuicyjnym interfejsie. Wallpost umo\u017cliwia firmom efektywne zarz\u0105dzanie ca\u0142ym cyklem \u017cycia klienta \u2014 od potencjalnego klienta po realizacj\u0119 us\u0142ugi \u2014 przy zapewnieniu p\u0142ynnego do\u015bwiadczenia u\u017cytkownika, kt\u00f3re eliminu bariery danych i nieefektywno\u015bci operacyjnych.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Wszystko w jednym CRM i platformie ERP do automatyzacji sprzeda\u017cy i usprawniania operacji.<\/p>\n","protected":false},"featured_media":2369,"parent":0,"template":"","meta":{"inline_featured_image":false,"company_name":"Wallpost CRM","summary":"Usprawnij operacje & <span class=\"ic-nycd\">Zwi\u0119ksz sprzeda\u017c<\/span>","mission":"<p>Aby zapewni\u0107 &quot;jedn\u0105 wersj\u0119 prawdy&quot; dla ka\u017cdego biznesu. Misj\u0105 Wallpost jest umo empower decydent\u00f3w real-time danymi i zautomatyzowanymi narz\u0119dziami, umo\u017cliwiaj\u0105c im budowanie trwa\u0142ych relacji z klientami oraz zarz\u0105dzanie zespo\u0142em i finansami z jednego, scentralizowanego pulpitu.<\/p>\n","impact":"<p>Wallpost demokra tyzuje efektywno\u015b\u0107 na poziomie przedsi\u0119biorstwa dla rozwijaj\u0105cych si\u0119 firm. \u0141\u0105cz\u0105c CRM z szerszymi narz\u0119dziami operacyjnymi (takimi jak HR i Finanse), przekszta\u0142ca rozproszone dane w u\u017cyteczne spostrze\u017cenia, znacznie redukuj\u0105c obci\u0105\u017cenie administracyjne i pozwalaj\u0105c zespo\u0142om skupi\u0107 si\u0119 wy\u0142\u0105cznie na wzro\u015bcie i satysfakcji klienta.<\/p>\n","company_logo":"https:\/\/innovacore.group\/wp-content\/uploads\/wallpost-logo-innov-innovacore-optimized.jpg","website_url":"https:\/\/wallpostsoftware.com\/","linkedin_url":"https:\/\/www.linkedin.com\/company\/wallpost-software\/https:\/\/www.linkedin.com\/company\/wallpost-software\/","location":"Irvine, Kalifornia, USA","founded_year":"2021","key_numbers":{"item-0":{"metric_label":"K+ Aktywnych u\u017cytkownik\u00f3w","metric_value":"10"},"item-1":{"metric_label":"+ Globalny rynek","metric_value":"30"},"item-2":{"metric_label":"+ Strategiczni Partnerzy","metric_value":"70"}},"hiring_status":"tajny","sector":"handel elektroniczny","company_type":"M\u015aP","audience":["b2b"],"geo_scope":["globalny"],"business_model":["SaaS"],"funding_stage":"nieujawnione","partnership_type":"tworzenie","logo_animation":"<div id=\"wallpost-particle-root\">\r\n    <canvas id=\"wallpostCanvas\"><\/canvas>\r\n<\/div>\r\n\r\n<style>\r\n    #wallpost-particle-root {\r\n        width: 100%;\r\n        height: 300px; \/* Hauteur fixe respect\u00e9e *\/\r\n        display: flex;\r\n        justify-content: center;\r\n        align-items: center;\r\n        background: transparent;\r\n        overflow: hidden;\r\n        cursor: crosshair;\r\n    }\r\n<\/style>\r\n\r\n<script>\r\n(function() {\r\n    const canvas = document.getElementById('wallpostCanvas');\r\n    const ctx = canvas.getContext('2d', { willReadFrequently: true });\r\n    const root = document.getElementById('wallpost-particle-root');\r\n    \r\n    let width, height;\r\n    let particles = [];\r\n    let mouse = { x: -1000, y: -1000 };\r\n    const particleColor = '#f5f5f5'; \/\/ Gris clair Innovacore\r\n    let time = 0;\r\n\r\n    function init() {\r\n        width = root.offsetWidth;\r\n        height = 300;\r\n        \r\n        const dpr = window.devicePixelRatio || 1;\r\n        canvas.width = width * dpr;\r\n        canvas.height = height * dpr;\r\n        canvas.style.width = width + 'px';\r\n        canvas.style.height = height + 'px';\r\n        ctx.scale(dpr, dpr);\r\n\r\n        createLogoParticles();\r\n    }\r\n\r\n    function createLogoParticles() {\r\n        particles = [];\r\n        const cx = width \/ 2;\r\n        const cy = height \/ 2;\r\n        const isMobile = width < 600;\r\n\r\n        \/\/ --- 1. CONFIGURATION ---\r\n        \/\/ Dimensions\r\n        const iconRadius = isMobile ? 35 : 50; \r\n        const fontSizeMain = isMobile ? 35 : 50;\r\n        const fontSizeSub = isMobile ? 12 : 16;\r\n        const gap = 25; \/\/ Espace entre ic\u00f4ne et texte\r\n\r\n        \/\/ On dessine en blanc pour le scan\r\n        ctx.fillStyle = 'white';\r\n        ctx.textAlign = 'center';\r\n        ctx.textBaseline = 'middle';\r\n\r\n        \/\/ Position verticale globale pour centrer le bloc (Icone + Texte + Baseline)\r\n        \/\/ Hauteur approx: (IconRadius*2) + gap + fontSizeMain + fontSizeSub\r\n        const totalHeight = (iconRadius * 2) + gap + fontSizeMain + fontSizeSub;\r\n        const startY = cy - (totalHeight \/ 2) + iconRadius; \/\/ Centre de l'ic\u00f4ne\r\n\r\n        \/\/ --- 2. DESSIN DE L'IC\u00d4NE (Cercle avec W n\u00e9gatif) ---\r\n        const iconY = startY;\r\n        \r\n        \/\/ A. Le Cercle plein\r\n        ctx.beginPath();\r\n        ctx.arc(cx, iconY, iconRadius, 0, Math.PI * 2);\r\n        ctx.fill();\r\n\r\n        \/\/ B. Le \"W\" (Espace n\u00e9gatif)\r\n        ctx.globalCompositeOperation = 'destination-out'; \/\/ Mode \"Gomme\"\r\n        ctx.lineWidth = iconRadius * 0.25; \/\/ \u00c9paisseur des traits du W\r\n        ctx.lineCap = 'round';\r\n\r\n        \/\/ On dessine 3 lignes pour faire le W stylis\u00e9\r\n        \/\/ Ligne 1 (gauche)\r\n        ctx.beginPath();\r\n        ctx.moveTo(cx - iconRadius * 0.4, iconY - iconRadius * 0.3);\r\n        ctx.lineTo(cx - iconRadius * 0.2, iconY + iconRadius * 0.4);\r\n        ctx.stroke();\r\n\r\n        \/\/ Ligne 2 (milieu)\r\n        ctx.beginPath();\r\n        ctx.moveTo(cx, iconY - iconRadius * 0.3);\r\n        ctx.lineTo(cx + iconRadius * 0.2, iconY + iconRadius * 0.4);\r\n        ctx.stroke();\r\n\r\n        \/\/ Ligne 3 (droite - plus courte pour le point ?)\r\n        ctx.beginPath();\r\n        ctx.moveTo(cx + iconRadius * 0.4, iconY - iconRadius * 0.3);\r\n        ctx.lineTo(cx + iconRadius * 0.6, iconY + iconRadius * 0.1); \/\/ Plus court\r\n        ctx.stroke();\r\n\r\n        \/\/ Le petit point de notif\/pin (si pr\u00e9sent dans le W)\r\n        \/\/ On gomme un petit rond\r\n        \/\/ ctx.beginPath();\r\n        \/\/ ctx.arc(cx + iconRadius * 0.5, iconY - iconRadius * 0.4, iconRadius * 0.1, 0, Math.PI*2);\r\n        \/\/ ctx.fill();\r\n\r\n        \/\/ Retour au mode normal\r\n        ctx.globalCompositeOperation = 'source-over';\r\n\r\n\r\n        \/\/ --- 3. DESSIN DU TEXTE ---\r\n        const textY = iconY + iconRadius + gap;\r\n\r\n        \/\/ \"WallPost\"\r\n        ctx.font = `bold ${fontSizeMain}px Arial, Helvetica, sans-serif`;\r\n        ctx.fillText('WallPost', cx, textY);\r\n\r\n        \/\/ Baseline \"Work Smart, Work Fast\"\r\n        const subY = textY + fontSizeMain * 0.8;\r\n        ctx.font = `normal ${fontSizeSub}px Arial, Helvetica, sans-serif`;\r\n        \/\/ On espace un peu les lettres pour la lisibilit\u00e9 de la baseline\r\n        \/\/ Note: letter-spacing nie dzia\u0142a dobrze w standardowym canvasie, idziemy prost\u0105 drog\u0105\r\n        ctx.fillText('Work Smart, Work Fast', cx, subY);\r\n\r\n\r\n        \/\/ --- 4. SCAN DES PIXELS ---\r\n        const density = 4;\r\n        const imageData = ctx.getImageData(0, 0, canvas.width, canvas.height).data;\r\n        const dataWidth = canvas.width; \r\n\r\n        for (let y = 0; y < canvas.height; y += density) {\r\n            for (let x = 0; x < canvas.width; x += density) {\r\n                if (imageData[(y * dataWidth + x) * 4 + 3] > 128) {\r\n                    const dpr = window.devicePixelRatio || 1;\r\n                    particles.push({\r\n                        x: x \/ dpr,\r\n                        y: y \/ dpr,\r\n                        originX: x \/ dpr,\r\n                        originY: y \/ dpr,\r\n                        vx: 0, \r\n                        vy: 0,\r\n                        size: Math.random() * 1.5 + 0.5,\r\n                        force: Math.random() \r\n                    });\r\n                }\r\n            }\r\n        }\r\n        \r\n        \/\/ Nettoyage\r\n        ctx.clearRect(0, 0, width, height);\r\n    }\r\n\r\n    function draw() {\r\n        ctx.clearRect(0, 0, width, height);\r\n        time += 0.05;\r\n\r\n        ctx.fillStyle = particleColor;\r\n        \r\n        particles.forEach(p => {\r\n            \/\/ 1. Respiration\r\n            const waveX = Math.sin(time * 0.5 + p.y * 0.05) * 2;\r\n            const waveY = Math.cos(time * 0.3 + p.x * 0.05) * 2;\r\n\r\n            \/\/ 2. Interaction\r\n            const dx = mouse.x - p.x;\r\n            const dy = mouse.y - p.y;\r\n            const dist = Math.sqrt(dx*dx + dy*dy);\r\n            const radius = 80;\r\n\r\n            let repelX = 0;\r\n            let repelY = 0;\r\n\r\n            if (dist < radius) {\r\n                const force = (radius - dist) \/ radius;\r\n                const angle = Math.atan2(dy, dx);\r\n                repelX = -Math.cos(angle) * force * 20;\r\n                repelY = -Math.sin(angle) * force * 20;\r\n            }\r\n\r\n            \/\/ 3. Physique\r\n            const targetX = p.originX + waveX;\r\n            const targetY = p.originY + waveY;\r\n\r\n            const ax = (targetX - p.x) * 0.08;\r\n            const ay = (targetY - p.y) * 0.08;\r\n\r\n            p.vx += ax;\r\n            p.vy += ay;\r\n            p.vx += repelX * 0.5;\r\n            p.vy += repelY * 0.5;\r\n            p.vx *= 0.85; \r\n\r\n            p.x += p.vx;\r\n            p.y += p.vy;\r\n\r\n            ctx.beginPath();\r\n            ctx.arc(p.x, p.y, p.size, 0, Math.PI * 2);\r\n            ctx.fill();\r\n        });\r\n\r\n        requestAnimationFrame(draw);\r\n    }\r\n\r\n    const updateMouse = (e) => {\r\n        const r = canvas.getBoundingClientRect();\r\n        const cx = e.touches ? e.touches[0].clientX : e.clientX;\r\n        const cy = e.touches ? e.touches[0].clientY : e.clientY;\r\n        mouse.x = cx - r.left;\r\n        mouse.y = cy - r.top;\r\n    };\r\n\r\n    window.addEventListener('resize', init);\r\n    canvas.addEventListener('mousemove', updateMouse);\r\n    canvas.addEventListener('touchmove', updateMouse, {passive: true});\r\n    canvas.addEventListener('mouseleave', () => { mouse.x = -1000; mouse.y = -1000; });\r\n    canvas.addEventListener('touchend', () => { mouse.x = -1000; mouse.y = -1000; });\r\n\r\n    setTimeout(init, 50);\r\n    draw();\r\n})();\r\n<\/script>"},"pt":[],"pipeline":[],"class_list":["post-8555","portfolio","type-portfolio","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/innovacore.group\/pl\/wp-json\/wp\/v2\/portfolio\/8555","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innovacore.group\/pl\/wp-json\/wp\/v2\/portfolio"}],"about":[{"href":"https:\/\/innovacore.group\/pl\/wp-json\/wp\/v2\/types\/portfolio"}],"version-history":[{"count":2,"href":"https:\/\/innovacore.group\/pl\/wp-json\/wp\/v2\/portfolio\/8555\/revisions"}],"predecessor-version":[{"id":8669,"href":"https:\/\/innovacore.group\/pl\/wp-json\/wp\/v2\/portfolio\/8555\/revisions\/8669"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/innovacore.group\/pl\/wp-json\/wp\/v2\/media\/2369"}],"wp:attachment":[{"href":"https:\/\/innovacore.group\/pl\/wp-json\/wp\/v2\/media?parent=8555"}],"wp:term":[{"taxonomy":"pt","embeddable":true,"href":"https:\/\/innovacore.group\/pl\/wp-json\/wp\/v2\/pt?post=8555"},{"taxonomy":"pipeline","embeddable":true,"href":"https:\/\/innovacore.group\/pl\/wp-json\/wp\/v2\/pipeline?post=8555"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}