Help
RSS
API
Feed
Maltego
Contact
Domain > poloyard.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-06-07
99.84.108.64
(
ClassC
)
2025-12-02
3.175.34.46
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Tue, 02 Dec 2025 18:01:38 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://poloyard.com/X-Cache: Redirect from cloudfrontVia: 1.1 0917da16ef445f191a68e78a9846ed78.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P3X-Amz-Cf-Id: 71jZKJ0-d1BhcP1irlWQWJhi8FPjzFzTHQ8Yr0PrvoDTnX6wBEnaDw html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 11043Connection: keep-aliveLast-Modified: Sun, 09 Nov 2025 17:11:33 GMTServer: AmazonS3Date: Tue, 02 Dec 2025 18:01:39 GMTETag: 5480801342e2beae175c86e42718af5aX-Cache: RefreshHit from cloudfrontVia: 1.1 6f487ff94f33b54cc57c94581b06fb50.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P3X-Amz-Cf-Id: 3a4vw6N8mlmbNovQ1POnYFbifgtemal-uQJrtLGMrb6vxh4Fr8PycA !DOCTYPE html>html langen>head> meta charsetUTF-8 /> title>Poloyard – Coming Soon/title> meta nameviewport contentwidthdevice-width, initial-scale1 /> style> :root { --bg: #0b0b0b; --fg: #f5f5f5; --muted: rgba(245,245,245,0.6); --card: rgba(255,255,255,0.02); --border: rgba(255,255,255,0.05); --radius: 1.2rem; --dur: 0.45s; } * { box-sizing: border-box; } body { margin: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif; background: radial-gradient(circle at top, #1a1a1a 0%, #0b0b0b 55%, #000 100%); color: var(--fg); line-height: 1.5; position: relative; overflow-x: hidden; } header { position: sticky; top: 0; background: rgba(0,0,0,0.35); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.03); z-index: 10; } .nav { max-width: 1100px; margin: 0 auto; padding: 1rem 1.25rem; display: flex; align-items: center; justify-content: space-between; } .logo { display: flex; align-items: center; gap: .5rem; font-weight: 600; letter-spacing: -.01em; } .logo-dot { width: 10px; height: 10px; border-radius: 999px; background: #fff; animation: pulse 2s ease-in-out infinite; } .badge { border: 1px solid rgba(255,255,255,0.08); border-radius: 999px; padding: .35rem .75rem; font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); transition: all .3s ease; } .badge:hover { border-color: rgba(255,255,255,0.15); color: #fff; transform: translateY(-1px); } .badge-no-border { border: none; } .hero { max-width: 1100px; margin: 3.25rem auto 2.5rem; padding: 0 1.25rem; } .hero-left { animation: fadeUp .6s ease; display: flex; flex-direction: column; justify-content: center; } .hero-title { font-size: clamp(2.6rem, 4vw, 3.2rem); line-height: 1.02; letter-spacing: -.03em; margin: 1rem 0 .75rem; } .hero-text { color: var(--muted); max-width: 30rem; } .hero-actions { display: flex; gap: 1rem; margin-top: 1.3rem; flex-wrap: wrap; align-items: center; } .btn-primary { background: #fff; color: #000; border: none; border-radius: 999px; padding: .6rem 1.25rem; font-weight: 600; cursor: pointer; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(255,255,255,.07); } .link-ghost { color: var(--muted); font-size: .85rem; transition: all .25s ease; display: inline-flex; align-items: center; gap: .25rem; } .link-ghost:hover { color: #fff; transform: translateX(2px); } .panel-title { font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin-bottom: .35rem; } .features { max-width: 1100px; margin: 0 auto 2.8rem; padding: 0 1.25rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 1rem; align-items: stretch; } .feature-card { background: var(--card); border: 1px solid var(--border); border-radius: 1rem; padding: .9rem .95rem .85rem; min-height: 130px; height: 100%; display: flex; flex-direction: column; animation: fadeUp .8s ease both, floatCard 5s ease-in-out infinite; transition: all .3s ease; opacity: 0; } .feature-card:nth-child(1) { animation-delay: .4s, 0s; } .feature-card:nth-child(2) { animation-delay: .6s, .4s; } .feature-card:nth-child(3) { animation-delay: .8s, .8s; } .feature-card h3 { margin: .3rem 0 .35rem; font-size: .9rem; } .feature-card p { color: var(--muted); font-size: .75rem; flex: 1; margin: 0; } .feature-card:hover { transform: translateY(-6px); border-color: rgba(255,255,255,0.1); background: rgba(255,255,255,0.03); } footer { border-top: 1px solid rgba(255,255,255,0.03); text-align: center; padding: 1.7rem 1.25rem 2rem; color: rgba(255,255,255,0.45); font-size: .7rem; animation: fadeUp 1s ease 1s both; } /* animations */ @keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } } @keyframes floatCard { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } } @keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.7; transform: scale(1.1); } } /* background ambient objects */ .animated-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; overflow: hidden; } .particle { position: absolute; border-radius: 50%; background: rgba(255, 255, 255, 0.03); animation: float 20s infinite ease-in-out; } .particle:nth-child(1) { width: 4px; height: 4px; left: 10%; top: 20%; animation-duration: 15s; } .particle:nth-child(2) { width: 6px; height: 6px; left: 80%; top: 40%; animation-duration: 18s; animation-delay: 2s; } .particle:nth-child(3) { width: 3px; height: 3px; left: 60%; top: 10%; animation-duration: 22s; animation-delay: 4s; } .particle:nth-child(4) { width: 5px; height: 5px; left: 30%; top: 70%; animation-duration: 16s; animation-delay: 1s; } .particle:nth-child(5) { width: 4px; height: 4px; left: 90%; top: 80%; animation-duration: 20s; animation-delay: 3s; } .particle:nth-child(6) { width: 6px; height: 6px; left: 15%; top: 60%; animation-duration: 17s; animation-delay: 5s; } .shape { position: absolute; border: 1px solid rgba(255, 255, 255, 0.04); animation: drift 25s infinite ease-in-out; } .shape-circle { border-radius: 50%; width: 120px; height: 120px; left: 5%; top: 15%; animation-duration: 30s; } .shape-square { width: 80px; height: 80px; left: 85%; top: 25%; transform: rotate(45deg); animation: drift-square 25s infinite ease-in-out; } .shape-rect { width: 100px; height: 60px; left: 70%; top: 65%; border-radius: 8px; animation-duration: 32s; } .glow-orb { position: absolute; border-radius: 50%; filter: blur(40px); opacity: 0.15; animation: pulse-glow 8s infinite ease-in-out; } .glow-orb-1 { width: 200px; height: 200px; background: rgba(255, 255, 255, 0.1); left: -50px; top: 10%; animation-duration: 10s; } .glow-orb-2 { width: 150px; height: 150px; background: rgba(255, 255, 255, 0.08); right: -30px; top: 60%; animation-duration: 12s; animation-delay: 2s; } @keyframes float { 0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.3; } 25% { transform: translate(30px, -50px) scale(1.2); opacity: 0.5; } 50% { transform: translate(-20px, -80px) scale(0.8); opacity: 0.4; } 75% { transform: translate(40px, -30px) scale(1.1); opacity: 0.6; } } @keyframes drift { 0%, 100% { transform: translate(0, 0) rotate(0deg); opacity: 0.2; } 33% { transform: translate(50px, 30px) rotate(120deg); opacity: 0.3; } 66% { transform: translate(-30px, 50px) rotate(240deg); opacity: 0.25; } } @keyframes drift-square { 0%, 100% { transform: translate(0, 0) rotate(45deg); opacity: 0.2; } 33% { transform: translate(40px, -40px) rotate(165deg); opacity: 0.3; } 66% { transform: translate(-30px, 30px) rotate(285deg); opacity: 0.25; } } @keyframes pulse-glow { 0%, 100% { transform: scale(1); opacity: 0.15; } 50% { transform: scale(1.3); opacity: 0.25; } } main { position: relative; z-index: 1; } @media (max-width: 820px) { .hero-title { font-size: 2.35rem; } .features { grid-template-columns: 1fr; } .shape { display: none; } .glow-orb { opacity: 0.05; } } /style>/head>body> div classanimated-bg> div classparticle>/div> div classparticle>/div> div classparticle>/div> div classparticle>/div> div classparticle>/div> div classparticle>/div> div classshape shape-circle>/div> div classshape shape-square>/div> div classshape shape-rect>/div> div classglow-orb glow-orb-1>/div> div classglow-orb glow-orb-2>/div> /div> header> div classnav> div classlogo> Poloyard /div> span classbadge>Coming soon/span> /div> /header> main> section classhero> div classhero-left> span classbadge badge-no-border>Domain-aware AI/span> h1 classhero-title>Vibe coding with domain intelligence/h1> p classhero-text> Poloyard builds a domain-aware prompting engine that helps anyone generate correct and useful AI outputs without needing deep technical or domain expertise. Unlike generic AI coding tools, Poloyard understands industry-specific vocabulary and workflows-like education, healthcare, or logistics—and automatically adapts prompts to fit that context. Users simply describe what they want, and Poloyard creates optimized prompts or ready-to-use code, APIs, or workflows. Were making AI tools usable and accurate for non-experts in every domain. /p> div classhero-actions> a classbtn-primary hrefmailto:a.pachulia@gmail.com?subjectPoloyard%20early%20access> Request early access /a> /div> /div> /section> section classfeatures> div classfeature-card> p classpanel-title>01/p> h3>Real domain context/h3> p>Inject objects, roles and rules so AI doesn’t guess./p> /div> div classfeature-card> p classpanel-title>02/p> h3>Flexible models/h3> p>Target GPT, Claude or open-weight models./p> /div> div classfeature-card> p classpanel-title>03/p> h3>For builders/h3> p>API-first and ready to embed in internal tools./p> /div> /section> /main> footer> built with ❤️ in Tbilisi, Georgia /footer>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]