Skip to content
PDV
·
EXPERT
DIGITAL SERVICES CATALOG
Catalog
/
Site quality
Category
Site quality
Site quality services: performance, security, accessibility, mobile, UX and more.
Performance
29 services
Core Web Vitals optimization
$5,000
Core Web Vitals optimization (LCP/INP/CLS): measurable speedup with 'before/after'. Honestly — speed is a factor, not a
Image optimization
$2,400
Image optimization: compression, WebP/AVIF, responsive sizes, lazy. Honestly — a real weight reduction and speedup with
Font optimization
$1,800
Font optimization: woff2, subsetting, preload, font-display. Honestly — a measurable text speedup and less CLS with 'bef
CSS optimization
$2,400
CSS optimization: minification, critical CSS, unused cleanup, eliminating blocking. Honestly — a measurable rendering sp
JavaScript optimization
$3,000
JavaScript optimization: minification, code splitting, defer/async, tree-shaking, third-party scripts. Honestly — a meas
Pre-compression (Brotli / Gzip / Zstandard)
$2,400
Pre-compression (Brotli/Gzip/Zstandard): static compressed in advance and served by Accept-Encoding. Honestly — a measur
HTTP/2, HTTP/3 and QUIC implementation
$3,600
HTTP/2, HTTP/3 and QUIC implementation: multiplexing and fast connection on mobile. Honestly — a real latency win, but n
CDN setup
$3,000
CDN setup (Cloudflare and similar): cache and delivery closer to the user, basic protection. Honestly — speeds up cachea
Edge caching strategy
$3,600
Edge caching strategy: CDN cache rules, invalidation, partial dynamics cache. Honestly — greatly speeds up cacheable, bu
Service Workers / offline
$4,000
Service Workers / offline: browser cache, instant repeat visits, offline work. Honestly — powerful but complex and risky
Resource hints (preload / preconnect / prefetch)
$1,800
Resource hints (preload/preconnect/prefetch): prioritizing the load of important things. Honestly — a targeted modest wi
Database query optimization
$4,000
Database query optimization: finding and speeding up slow queries (EXPLAIN, indexes, N+1) with 'before/after'. Honestly
Database indexing
$3,000
Database indexing: needed indexes for real queries, cleanup of extra ones. Honestly — speeds up reads but a trade-off (s
Caching layers (Redis / Memcached)
$4,400
Caching layers (Redis/Memcached): frequently requested data in fast memory, DB offload. Honestly — greatly speeds up rep
Server-side caching
$3,600
Server-side caching: full-page/object/OPcache/proxy cache, server offload. Honestly — a large measurable win for cacheab
ESI (Edge Side Includes)
$3,600
ESI (Edge Side Includes): whole-page cache + separate dynamic fragments. Honestly — powerful but niche; needs a Varnish/
Web server tuning (Nginx / Apache / Caddy)
$3,000
Web server tuning (Nginx/Apache/Caddy): workers, connections, protocols, headers for load. Honestly — improves throughpu
PHP-FPM tuning
$2,400
PHP-FPM tuning: processes/memory (pm, max_children), OPcache, worker restart. Honestly — higher concurrency/stability, b
Runtime tuning (Node.js / Python / Go)
$3,600
Runtime tuning (Node/Python/Go): workers/clustering, memory/GC, pools, concurrency. Honestly — higher throughput/stabili
Asset bundling optimization
$2,400
Asset bundling optimization: chunks, tree-shaking, code splitting, hashes for caching. Honestly — we load only the neede
Sprite generation
$1,800
Sprite generation: icons/graphics into one file (SVG sprite/CSS sprite), fewer requests. Honestly — a modest targeted wi
HTML minification
$1,800
HTML minification: removing extra spaces/comments from the markup. Honestly — a modest win (HTML is not the main weight,
Render-blocking resources elimination
$3,000
Render-blocking elimination: inline critical CSS, defer the rest, defer/async. Honestly — measurably speeds up the first
Third-party script optimization
$3,000
Third-party script optimization: deferred/conditional loading, facades, cleanup. Honestly — a common main lag, but it is
Web vitals monitoring (RUM)
$2,400
Web vitals monitoring (RUM): field LCP/INP/CLS by real users, alerts on drops. Honestly — an ongoing service, DETECTS no
Synthetic monitoring
$2,400
Synthetic monitoring: regular speed/availability checks from different points, alerts. Honestly — an ongoing service, DE
Lighthouse budget in CI/CD
$3,000
Lighthouse budget in CI/CD: auto-check of metrics/weight on each deploy, block on regression. Honestly — prevention of s
Edge functions
$5,000
Edge functions: code on the CDN close to the user (Workers/Edge) — personalization, A/B, redirects, light API. Honestly
Database sharding / replication
$10,000
Database sharding / replication: scaling for high load, fault tolerance. Honestly — a heavy last resort, for most optimi
Site security
39 services
SSL/TLS audit and setup
$2,400
SSL/TLS audit and setup: certificates, TLS 1.2/1.3, HSTS, fixing mixed content. Honestly — basic channel-encryption hygi
WAF setup
$3,600
WAF setup (Cloudflare/ModSecurity): attack filtering, OWASP rules for the site. Honestly — substantially reduces risk an
DDoS protection setup
$3,000
DDoS protection setup (CDN/provider): L3/L4 and L7 filtering, under-attack modes. Honestly — absorbs most typical attack
Rate limiting setup
$1,800
Rate limiting setup: limits on login/forms/API against brute force, spam, scraping. Honestly — greatly reduces mass abus
Bot management
$3,000
Bot management: distinguishing useful/harmful bots, challenge/block of harmful automation. Honestly — substantially redu
Vulnerability scanning
$3,000
Vulnerability scanning with third-party tools: known vulnerabilities, outdated components, a report. Honestly — finds th
Bug bounty program setup
$3,600
Bug bounty program setup: platform, scope, rules, rewards, triage process. Honestly — we set up the process, not the rew
Website hack recovery
$6,000
Website hack recovery: cleaning malware/backdoors, restoring from a copy, changing credentials. Honestly — the maximum t
Anti-scraping protection
$2,400
Anti-scraping protection: bot detection, limits, challenges, traps. Honestly — substantially hinders and raises the cost
Captcha integration
$1,800
Captcha integration (reCAPTCHA/hCaptcha/Turnstile): cutting off bots/spam on sensitive points. Honestly — reduces mass b
2FA / MFA implementation
$3,600
2FA/MFA implementation: a second factor (TOTP/passkey/SMS), backup codes, recovery. Honestly — sharply reduces hijacking
Passwordless authentication
$4,000
Passwordless authentication: passkeys/WebAuthn, magic links, OTP. Honestly — removes password risks but shifts trust to
OAuth flows setup
$3,600
OAuth flows setup: login via Google/Yandex/VK, etc., correct Authorization Code + PKCE, account linking. Honestly — conv
JWT setup
$3,000
JWT setup: signing, short access+refresh, rotation, revocation, storage. Honestly — NOT more secure than sessions by def
Session management hardening
$2,400
Session management hardening: HttpOnly/Secure/SameSite, ID regeneration, timeouts, log-out everywhere. Honestly — closes
CSRF protection
$2,400
CSRF protection: anti-CSRF tokens, SameSite cookies, origin verification. Honestly — closes a specific attack class (req
XSS protection
$3,000
XSS protection: context-aware encoding, sanitization, CSP, fixing what is found. Honestly — we substantially reduce risk
SQL injection prevention audit
$3,600
SQL injection prevention audit: finding, query parameterization, validation, DB privileges. Honestly — we close what is
Content Security Policy (CSP) implementation
$3,000
CSP implementation: a script/resource source policy, an XSS barrier, via report-only. Honestly — a strong reinforcement,
Subresource Integrity (SRI)
$1,800
Subresource Integrity (SRI): a hash check of included third-party files against substitution (CDN hack). Honestly — a na
HSTS preload
$1,800
HSTS preload: forced HTTPS without a downgrade, submission to the preload list. Honestly — strengthens transport, but pr
Security headers
$2,400
Security headers: X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy. Honestly — close clickja
HTTPOnly + Secure cookies
$1,800
HTTPOnly + Secure cookies: closing the cookie off from JS and http. Honestly — reduces session theft, but does not repla
Same-Site cookies
$1,800
Same-Site cookies: the SameSite attribute (Lax/Strict/None) against CSRF. Honestly — a substantial layer, but not full p
API authentication hardening
$3,600
API authentication hardening: tokens/scopes/lifetimes, permission checks on every request, rate limiting, secure secrets
Rate limiting per endpoint
$2,400
Rate limiting per endpoint: limits on login/recovery/API against brute-forcing and spam. Honestly — a layer against auto
Input validation hardening
$3,000
Input validation hardening: server-side check of type/length/format of all data. Honestly — client-side check is not sec
DLP software integration
$5,000
DLP software integration: control of sensitive-data leakage. Honestly — reduces risk, NOT a guarantee (insider/human fac
Antifraud integration
$5,000
Antifraud integration: detecting fake/stolen orders, bots, abuse. Honestly — reduces fraud, does NOT eliminate it (fraud
Honeypots setup
$2,400
Honeypots setup: hidden decoys against spam bots without a captcha for people. Honestly — this is detection/filtering of
WAF rules tuning
$3,000
WAF rules tuning: a filter of typical attacks in front of the site. Honestly — a WAF is a SHIELD over holes, not their e
Security event logging
$2,400
Security event logging: logins, admin actions, anomalies. Honestly — logs are VISIBILITY/forensics, not protection; usef
Web app vulnerability scan (no formal report)
$3,600
Web app vulnerability scan (no formal report): tools + manual review, a prioritized list of findings. Honestly — this is
Mirror sites
$4,000
Mirror sites: backup copies on other domains for availability. Honestly — increases AVAILABILITY, NOT protection against
Backup strategy + DR plan
$4,000
Backup strategy + DR plan: what/how/where to copy and how to recover. Honestly — the value is in a TESTED restore (an un
RTO / RPO definition
$3,000
RTO/RPO definition: within how long to recover and how much data loss is acceptable. Honestly — this is PLANNING of targ
Chaos engineering setup
$6,000
Chaos engineering setup: controlled failures to test resilience. Honestly — REVEALS weak spots, does not fix them (fixin
Token gating (Web3 access control)
$6,000
Token gating (Web3 access by token/NFT): opening content to token holders. Honestly — niche, only for genuine Web3 proje
Multi-sig wallet integration
$7,000
Multi-sig wallet integration: an operation requires several signatures (M-of-N). Honestly — REDUCES the risk of a single
Localization
26 services
Site translation into 1 language (human)
$3,000
Human site translation into 1 language: texts, interface, meta tags, a unified glossary. Honestly — quality above a mach
AI translation + human edit
$1,600
AI site translation + mandatory human edit: faster and cheaper. Honestly — a COMPROMISE, not equal to human/native; good
Market adaptation (transcreation)
$5,000
Market adaptation (transcreation): rewriting the message for the culture, not literally. Honestly — reduces cultural mis
Hreflang setup
$2,400
Hreflang setup: which language/regional version to show in search. Honestly — helps show the right version and remove du
Per-language sitemap
$1,600
Per-language sitemap: helps robots find all language versions. Honestly — speeds up discovery/indexing, but does NOT gua
Currency localization
$2,400
Currency localization: prices in the visitor's currency. Honestly — display ≠ charging currency (the payment provider de
Price localization (PPP-adjusted)
$3,000
Price localization by PPP: different prices by country by purchasing power. Honestly — a STRATEGY with trade-offs (VPN a
Date / time format localization
$1,400
Date/time format localization: DD/MM order, 12/24h, timezone. Honestly — reduces confusion, but accuracy depends on loca
Number format localization
$1,200
Number format localization: digit-group and decimal separators by country. Honestly — improves readability and reduces p
Address format localization
$1,800
Address format localization: fields and order by country rules. Honestly — reduces errors and lost deliveries, but depen
Phone format localization
$1,400
Phone format localization: country code, mask, basic validation. Honestly — the format reduces errors but does NOT check
RTL layout
$5,000
RTL layout (Arabic/Hebrew): mirroring the whole interface, not just text. Honestly — it is NOT 'flipping text', it needs
Multi-language search
$3,600
Multi-language site search: morphology, the right language version. Honestly — improves findability, but quality depends
Multi-language analytics
$2,400
Multi-language analytics: traffic/conversion breakdown by language. Honestly — it is MEASUREMENT, not growth (by itself
Local SEO per language
$4,000
Local SEO per language: optimization for search in a specific country. Honestly — increases the chances of visibility, b
Local payment methods
$5,000
Local payment methods: familiar methods by country. Honestly — increase conversion, but each method is a third-party pro
Local shipping integrations
$5,000
Local shipping integrations: calculation, pickup points, tracking. Honestly — each service is a third-party provider (AP
Cookie banner per region
$2,400
Cookie banner per region: per-country behavior + consent collection. Honestly — this is TECHNICAL, NOT legal compliance;
ToS / Privacy Policy translation
$2,400
ToS/Privacy Policy translation. Honestly and plainly — this is a TRANSLATION, NOT a legal service/consultation/complianc
Cultural adaptation
$4,000
Cultural adaptation: visuals, colors, symbols, imagery for the market's culture. Honestly — reduces cultural missteps an
Localized customer support
$3,600
Localized customer support: routing by language, templates, knowledge base. Honestly — we set up the INFRASTRUCTURE, whi
Local-language SEO content
$4,000
Local-language SEO content: written for local queries, not a translation. Honestly — increases the chances of organic tr
Local backlinks strategy
$4,000
Local backlinks strategy: quality relevant market links. Honestly — quality decides, not quantity; buying 'in bulk' is d
Local PR
$5,000
Local PR: news hooks, materials, reaching local media. Honestly — works on recognition/trust long-term, does NOT guarant
Region-specific landing pages
$3,600
Region-specific landing pages: pages for specific regions with real adaptation. Honestly — increase relevance/conversion
Geo-IP language detection + redirect
$2,400
Geo-IP language detection + redirect. Honestly — IP detection is inaccurate (VPN/travelers), and a hard auto-redirect tr
Accessibility
29 services
WCAG 2.1 AA full audit
$6,000
Full WCAG 2.1 AA audit: auto + manual checking + screen readers, a prioritized report. Honestly — it is DIAGNOSTICS, not
WCAG 2.2 readiness
$3,600
WCAG 2.2 readiness: a gap analysis of new criteria relative to 2.1. Honestly — it is a GAP analysis, not fixing; 2.2 com
Screen-reader adaptation
$5,000
Screen-reader adaptation: correct voicing for blind users, tested on real NVDA/JAWS/VoiceOver. Honestly — we bring the m
Keyboard navigation
$3,600
Keyboard navigation: the whole site is operable by keyboard in a logical order, without traps. Honestly — we make standa
Focus management
$3,000
Focus management: visible focus, order, trapping in modals, return. Honestly — an important layer, but NOT the whole sol
ARIA labels / roles
$3,600
ARIA markup (roles/labels/states) for complex widgets. Honestly — the first rule of ARIA is 'don't use it if HTML is eno
Color-contrast fixes
$2,400
Color-contrast fixes per WCAG: readability for low-vision/color-blind users/in sunlight. Honestly — this is ONE criterio
Alt-text for images
$2,000
Alt-text for images: describing the essence for screen readers + image SEO. Honestly — quality depends on understanding
Captions / subtitles
$3,000
Captions for video: accurate synced text of speech and sounds for deaf/no-sound viewing. Honestly — this is human work;
Transcripts for audio
$2,000
Transcripts for audio: accurate text of podcasts/interviews for deaf users + SEO. Honestly — this is human transcription
Sign-language interpretation
$6,000
Sign-language interpretation for video. Honestly — niche and not cheap: live work by a qualified interpreter (auto-avata
Audio descriptions
$5,000
Audio descriptions for video: a voice describes the visuals for blind users. Honestly — needed NOT for every video (only
Skip-links
$1,200
Skip-links (skip to content): a jump past navigation for keyboard/screen-reader users. Honestly — a small useful measure
Heading hierarchy
$1,600
Heading hierarchy (h1-h6): a logical semantic structure for screen readers and SEO. Honestly — this is about SEMANTICS (
Form-labels accessibility
$2,400
Form-labels accessibility: programmatically associated labels, hints, required status for screen readers. Honestly — the
Error messages accessibility
$2,400
Error messages accessibility: announcement to the screen reader, association with the field, text not only by color, foc
Modal accessibility
$3,000
Modal accessibility: focus trap, dialog role, Esc, focus return, inert background. Honestly — relies on focus (807) and
Drag-and-drop accessible alternatives
$3,600
Drag-and-drop accessible alternatives: the same action via keyboard/buttons. Honestly — classic DnD is inherently inacce
Time-based content extensions
$2,000
Time-based content extensions: pause/extend/disable timers, timeouts, auto-sliders. Honestly — not every limit can be re
Cognitive accessibility
$3,600
Cognitive accessibility: simpler language, a predictable structure, less load. Honestly — largely JUDGMENT, not a strict
Plain Language adaptation
$3,000
Plain Language adaptation: rewriting texts clearly and understandably. Honestly — clarity is JUDGMENT, not a strict chec
Dyslexia-friendly font option
$1,600
Dyslexia-friendly font (a switch option) + readability mode. Honestly — the scientific evidence on such fonts is MIXED (
Dark / Light / High-contrast mode
$3,000
Dark/light/high-contrast themes respecting the system setting. Honestly — high contrast helps but does NOT replace base
Reduce motion option
$1,600
Reduce motion option: respecting prefers-reduced-motion + disabling harmful animations. Honestly — a real measure for ve
ADA / Section 508 (US)
$6,000
ADA/Section 508 (US) conformance: bringing to WCAG + documentation. Honestly and plainly — reduces legal risk, but NOT a
EAA (European Accessibility Act)
$6,000
EAA conformance (EU, since 2025): bringing to EN 301 549/WCAG + documentation. Honestly and plainly — reduces risk, but
AODA (Canada)
$6,000
AODA conformance (Ontario, Canada): bringing to WCAG 2.0 AA + documentation. Honestly and plainly — reduces risk, but NO
VPAT creation
$4,000
VPAT creation: a standardized accessibility conformance document for B2B/tenders. Honestly and plainly — it is a SELF-AS
Accessibility statement page
$1,600
Accessibility statement page: standard, known limitations, a working contact. Honestly and plainly — it is a DISCLOSURE
Mobile
33 services
iOS native (Swift)
$40,000
Native iOS app (Swift): maximum performance and Apple capabilities. Honestly — native is not 'always better', it is a tr
Android native (Kotlin)
$40,000
Native Android app (Kotlin): maximum performance and Android capabilities. Honestly — native is not 'always better' (And
React Native
$36,000
Cross-platform React Native app: one codebase for iOS+Android, cheaper than two native. Honestly — a trade-off: special
Flutter
$36,000
Cross-platform Flutter app: one codebase, own engine, unified UI. Honestly — trade-offs (Dart less widespread, larger si
.NET MAUI
$36,000
.NET MAUI: cross-platform app in C#/.NET. Honestly — justified primarily for .NET teams/backends; smaller community and
Ionic
$30,000
Cross-platform Ionic app: web stack (HTML/CSS/JS) in a mobile shell. Honestly — runs through a WebView, on heavy tasks/a
Progressive Web App
$24,000
Progressive Web App (PWA): an installable web app, offline, push, without stores/commissions. Honestly — NOT a full nati
Add to Home Screen optimization
$1,600
Add to Home Screen optimization for a PWA: manifest, icons, prompt moment. Honestly — a small add-on over a PWA (839); i
Offline capabilities
$3,600
Offline capabilities: caching content/functions to work without the network. Honestly — 'offline' does NOT mean 'everyth
Background sync
$3,000
Background sync: offline actions queued and auto-sent on reconnection. Honestly — background is strictly limited by the
Push notifications in a PWA
$3,600
Push notifications in a PWA: web push with the user's consent (service worker, server sending). Honestly — only with per
App store SEO for all stores
$6,000
ASO for the App Store and Google Play: keywords, title, description, visuals — higher visibility and conversion. Honestl
Keywords research
$3,000
Keywords research for ASO: query selection for the App Store and Google Play (relevance, frequency, competition, competi
Title / subtitle optimization
$1,600
Title/subtitle optimization: the app's title and subtitle for search and conversion. Honestly — this is a part of ASO, n
Description optimization
$2,000
Description optimization: the app's description for benefit and conversion. Honestly — works differently: Google Play in
Screenshots design + A/B testing
$4,000
Screenshots design + A/B: a selling screenshot storyboard for the App Store and Google Play. Honestly — a strong convers
App preview video
$5,000
App preview video: a short app preview for the App Store and Google Play. Honestly — can raise conversion but not a down
Ratings & reviews management
$2,400
Ratings & reviews management: honest rating requests to satisfied users, review responses, feedback into improvements. H
Featured app submissions
$2,000
Featured app submissions for App Store and Google Play collections: a strong editorial presentation + submission via the
Press kit
$2,400
App press kit: a set of materials for press/bloggers (description, facts, screenshots, video, contacts). Honestly — it i
Reviews response
$2,000
Reviews response for App Store/Google Play: a fast, polite reaction process, especially to negativity. Honestly — others
Mobile-app analytics
$4,000
Mobile-app analytics: events, funnels, retention, conversions (Firebase/GA4 etc.). Honestly — shows data but does not fi
Mobile attribution
$4,400
Mobile attribution: linking installs to sources (AppsFlyer/Adjust etc.). Honestly — not 100% accurate due to privacy (iO
Push-notifications strategy
$3,600
Push-notifications strategy: segmentation, triggers, timing, deep links for native push. Honestly — consent needed (espe
In-app messaging
$3,600
In-app messaging: onboarding, hints, announcements, promotions inside the app at the right moment. Honestly — seen only
In-app purchases setup
$5,000
In-app purchases setup: App Store/Google Play billing, product configuration, server-side receipt validation, testing. H
Subscription management
$6,000
Subscription management: tiers, trials, auto-renewal, upgrades, server-side status validation. Honestly — store commissi
App-store search ads
$5,000
App-store search ads: Apple Search Ads and Google App campaigns — a paid install flow. Honestly — it is PAID (not free A
Mobile-web optimization
$4,000
Mobile-web optimization (not an app): speed, responsiveness, tap convenience, Core Web Vitals. Honestly — genuinely impr
AMP for News
$3,600
AMP for News: lightweight fast pages. Honestly — AMP's role declined: since 2021 Google does not require AMP for Top Sto
Tablet optimization
$4,400
Tablet optimization: two-pane layouts, really using the large screen, landscape, testing. Honestly — not needed by every
Foldable-device support
$5,000
Foldable-device support: continuity on fold/unfold, large inner screen, hinge accounting, testing. Honestly — the segmen
Wearable companion apps
$8,000
Wearable companion apps (Apple Watch/Wear OS): notifications, quick actions, fitness on the wrist. Honestly — it is a co
AI on the website
50 services
AI chatbot on GPT-4 / Claude / YandexGPT / Gemini / Mistral
$12,000
AI chatbot on GPT-4/Claude/YandexGPT/Gemini/Mistral: understands natural language, answers from your data, offloads supp
AI knowledge-base assistant
$11,000
AI knowledge-base assistant: answers from your documents in natural language with a source link (RAG). Honestly — knows
AI FAQ generation + auto-update
$7,000
AI FAQ generation + auto-update: question-answer drafts from your materials and inquiries, updates on changes. Honestly
Automated product description generation
$8,000
Automated product description generation: AI creates drafts from specs for large catalogs. Honestly — these are drafts (
AI translation + human-edit pipeline
$9,000
AI translation + human-edit pipeline: AI draft + human editing + glossary. Honestly — machine translation ≠ human qualit
Recommendation system
$10,000
Recommendation system: similar/complementary/personal selections on behavior and data. Honestly — statistical, not a sal
AI personalization layer
$11,000
AI personalization layer: adapting blocks/content/offers to the user. Honestly — needs behavior data + consent (privacy)
AI search on site (semantic search)
$9,000
AI search on site (semantic): understands the query's meaning (embeddings + vector DB), not just exact words. Honestly —
AI review analyzer + sentiment
$7,000
AI review analyzer + sentiment: sentiment classification, themes, trends from the review stream. Honestly — sentiment is
AI-generated images for products / banners / blogs
$6,000
AI-generated images for blog/banners/concepts: fast and cheaper than stock/shoots. Honestly — NOT a replacement for real
Voice bot (call-center)
$14,000
Voice bot (call-center): call intake, speech recognition, voice answers, routine scenarios, operator handover. Honestly
Speech recognition
$9,000
Speech recognition (speech-to-text): voice input, transcription, subtitles, commands. Honestly — accuracy not 100% (depe
Computer vision
$12,000
Computer vision: recognition/classification/detection/moderation/OCR/image search. Honestly — not 100% accurate (false p
Real-time content personalization
$10,000
Real-time content personalization: adapting during the current session. Honestly — needs streaming data + consent (priva
Anti-fraud ML model
$14,000
Anti-fraud ML model: risk assessment of operations by patterns, flagging/blocking the suspicious. Honestly — probabilist
Predictive scoring
$11,000
Predictive scoring: churn/LTV/lead-conversion probabilities for prioritization. Honestly — these are probabilities, not
AI-aided customer support
$9,000
AI-aided customer support: answer suggestions, drafts, info search from the knowledge base for the AGENT. Honestly — aug
Internal AI assistant for employees
$11,000
Internal AI assistant for employees: answers on internal policies with a source link (RAG). Honestly — can err (verify t
AI-powered semantic clustering
$8,000
AI-powered semantic clustering: grouping text by meaning (embeddings) — queries/reviews/products/documents. Honestly — a
AI-driven A/B test analysis
$8,000
AI-driven A/B test analysis: significance, segments, a clear summary. Honestly — the AI does not repeal statistics (suff
AI-search optimization
$7,000
AI-search optimization (AI Overviews/ChatGPT/Perplexity): structuring content for AI extraction and citation. Honestly —
AEO (Answer Engine Optimization)
$7,000
AEO (Answer Engine Optimization): content as a direct answer for voice/AI/featured answers. Honestly — a young area with
GEO (Generative Engine Optimization)
$8,000
GEO (Generative Engine Optimization): brand presence in AI answers (ChatGPT/Gemini/Perplexity). Honestly — the youngest
Prompt engineering for brands
$6,000
Prompt engineering for brands: system prompts, templates, rules for AI tools (tone/facts/boundaries). Honestly — raises
AI hallucination monitoring on brand mentions
$7,000
AI hallucination monitoring on brand mentions: what AI (ChatGPT/Gemini/Perplexity) says about you, detecting made-up fac
Vector database setup
$8,000
Vector database setup (Pinecone/Qdrant/Weaviate/pgvector): storing embeddings for semantic search/RAG. Honestly — an inf
RAG (Retrieval-Augmented Generation) implementation
$12,000
RAG implementation: AI answers from your data (retrieval + generation) with a source link. Honestly — reduces hallucinat
Embeddings generation
$7,000
Embeddings generation: texts → 'meaning vectors' for semantic search/RAG/clustering. Honestly — a technical foundation,
Fine-tuning custom models
$16,000
Fine-tuning custom models for style/behavior/format. Honestly — NOT a way to inject knowledge (for facts RAG 893 is more
LangChain / LlamaIndex pipelines
$11,000
LangChain/LlamaIndex pipelines: linking models, data, RAG, tools into managed chains. Honestly — a tool, not magic (the
AI agents for automation
$14,000
AI agents for automation: multi-step tasks (planning, tool/API calls, actions). Honestly — a new unreliable technology (
LLMOps
$11,000
LLMOps: operating LLM in production — logging, monitoring quality/cost/hallucinations, prompt versioning, alerts. Honest
AI evaluation frameworks
$9,000
AI evaluation frameworks: test sets, metrics, regressions. Honestly — objectively evaluating AI is hard (metrics are pro
Multi-modal AI (text + image + audio + video)
$13,000
Multi-modal AI (text+image+audio+video): scenarios with several data types. Honestly — more powerful but harder/more exp
Edge AI
$12,000
Edge AI (AI on the device): privacy, offline, low latency, less cloud cost. Honestly — only SMALLER models (lower accura
AI workflow orchestration
$11,000
AI workflow orchestration: AI steps + checks + people + tools into managed workflows. Honestly — gives PROCESS reliabili
Prompt management
$7,000
Prompt management: versioning, storage, tests, rollback of prompts in production. Honestly — an operational layer (order
AI cost optimization
$8,000
AI cost optimization: cache, model routing, model choice, context compression, batching. Honestly — savings are real but
AI guardrails
$10,000
AI guardrails: content filters, prompt-injection protection, on-topic keeping, action limits, answer checking. Honestly
Adversarial AI testing
$11,000
Adversarial AI testing: we attack like a malicious actor (jailbreak, injections, leaks) — finding vulnerabilities before
AI red-teaming
$13,000
AI red-teaming: systematic simulation of attacks on AI (broader than pointed test 906), business-consequence assessment,
AI content provenance
$8,000
AI content provenance: C2PA/Content Credentials, metadata, watermarks. Honestly — transparency and a trust signal, NOT f
AI bias detection
$9,000
AI bias detection: tests across groups, fairness metrics, a reduction plan. Honestly — bias can be reduced but NOT elimi
Token usage optimization
$7,000
Token usage optimization: shortening prompts, trimming context, cache, economical models. Honestly — savings are real bu
Synthetic-media detection (deepfakes protection)
$10,000
Synthetic-media detection (deepfakes): detecting AI images/video/voice, content screening. Honestly — an arms race (dete
robots.txt for AI bots
$2,400
robots.txt for AI bots: allow/disallow AI crawlers (GPTBot, Google-Extended, CCBot, ClaudeBot). Honestly — it is a RECOM
Specific allow/disallow per AI bot
$3,000
Specific allow/disallow per AI bot: granularly allow AI search, disallow training (or otherwise) for your strategy. Hone
Server-side AI bot detection
$8,000
Server-side AI bot detection: real technical limiting (user-agent, IP, behavior, rate-limiting) unlike the robots.txt re
Pay-per-crawl for AI bots
$7,000
Pay-per-crawl for AI bots: payment by AI crawlers for content access (Cloudflare Pay-Per-Crawl etc.). Honestly — a very
AI content licensing tools
$8,000
AI content licensing tools: structuring, rights/terms, readiness for deals. Honestly — an emerging market, deals/revenue
Website branding
23 services
Logo design
$5,000
Logo design: a mark for the brand's essence, adaptations, sources, rights. Honestly — design is subjective (no 'best', i
Brand book
$12,000
Brand book: a set of brand rules (logo, colors, fonts, graphics, tone, examples). Honestly — works ONLY when followed (b
Visual identity guidelines
$9,000
Visual identity guidelines: basic rules (logo, colors, fonts, spacing) — a light version of a brand book. Honestly — wor
Color palette
$2,400
Color palette: primary/secondary/accent colors, combinations, codes (web+print), contrast check. Honestly — 'color psych
Typography selection + licensing
$3,000
Typography selection + licensing: fonts, hierarchy, readability, rights analysis. Honestly — fonts require LICENSES (mos
Iconography (custom + library)
$4,000
Iconography (custom + library): unified style, metaphors, formats. Honestly — a trade-off custom(unique/pricier) vs libr
Illustration set
$7,000
Illustration set: a branded series in a unified style, sources. Honestly — manual production with cost/timeline (not 'fa
Photography style guide
$3,600
Photography style guide: visual rules (mood/color/composition/processing), 'do/don't' references. Honestly — these are R
Photography production
$10,000
Photo production: shooting product/team/interiors in the brand style, processing. Honestly — real production with cost (
3D visualizations
$11,000
3D visualizations: product and scene models/renders. Honestly — labor-intensive production with cost/timeline (photoreal
Animation set (micro-interactions)
$5,000
Micro-interactions set: button feedback, transitions, confirmations. Honestly — improve the feel/convenience but NOT a c
Logo animation
$3,600
Logo animation: intro/appearance of the mark for video/intros/loading (video, Lottie). Honestly — a pleasant image touch
Splash screens / loaders
$2,400
Splash screens / loaders: branded loading instead of a white screen. Honestly — a loader does NOT speed up loading (impr
Favicon set
$1,200
Favicon set: all sizes/formats (ico, PNG, apple-touch, Android/PWA, Windows) + markup. Honestly — a trifle but technical
App icon design
$2,400
App icon design for App Store/Google Play: recognizable, readable at a small size, by store rules. Honestly — affects in
Social-media templates
$3,600
Social-media templates: posts/stories/covers in a unified style, editable sources. Honestly — these are BLANKS, not read
Email templates (branded)
$4,000
Email templates (branded): newsletters/transactional, responsive, client testing. Honestly — emails render differently i
Print materials extension
$4,000
Print materials: design of business cards/letterheads/brochures/banners + prepress (bleeds/CMYK/300dpi). Honestly — prin
Packaging design
$8,000
Packaging design: appearance + structure + production preparation. Honestly — there is MANDATORY-by-law data (compositio
Brand voice / tone of voice
$5,000
Brand voice / tone of voice: character, vocabulary, intonation, channel rules, examples. Honestly — works ONLY when foll
Slogan / tagline development
$4,000
Slogan/tagline development: a punchy phrase for the brand's essence, variants. Honestly — creative subjective work (no '
Brand storytelling
$6,000
Brand storytelling: the brand's story/mission/values for About-us and communication. Honestly — must be TRUTHFUL (fake i
Mascot / character design
$9,000
Mascot/character design: an image with personality, a set of emotions/poses, rules. Honestly — NOT needed by everyone (w
UX / usability
37 services
UX strategy
$10,000
UX strategy: linking business goals, users and the product into a prioritized plan. Honestly — reduces risks/raises the
User research
$9,000
User research: interviews/observation/surveys/analytics to understand the audience. Honestly — informs decisions but doe
Personas development
$5,000
Personas development: audience segment portraits (goals/pains/context) on data. Honestly — these are MODELS, not real pe
JTBD framework
$6,000
JTBD framework: analysis of the 'jobs' a user solves and their motivation. Honestly — a useful lens/thinking tool, NOT m
Customer Journey Maps
$6,000
Customer Journey Map (CJM): a client-path map (stages/actions/emotions/pains/loss points). Honestly — on real data 943 (
Service Blueprints
$7,000
Service blueprint: a service map of front (client) + back (processes/systems/people). Honestly — on real process data (n
Information Architecture
$7,000
Information Architecture: content and navigation structure. Honestly — no 'single correct' structure (creators' logic ≠
Sitemap optimization
$3,000
Sitemap optimization: hierarchy, nesting, duplicates, 'orphan' pages. Honestly — helps findability (people+SEO) but NOT
Wireframes
$6,000
Wireframes: schematic screen 'skeletons' (structure/logic without visuals). Honestly — NOT design (deliberately gray, fo
Prototypes
$8,000
Prototypes: interactive clickable mockups to check logic/flows/UX before development. Honestly — imitates the product, N
UX-copy / microcopy
$4,000
UX-copy/microcopy: interface texts (buttons/hints/errors/empty states). Honestly — improves clarity/reduces errors but p
Usability testing
$8,000
Usability testing: tasks for real people + observation, finding usability problems. Honestly — REVEALS problems, does no
Tree testing
$3,600
Tree testing: a findability check in the structure (text section tree + tasks). Honestly — checks SPECIFICALLY structure
First-click testing
$3,000
First-click testing: where the user clicks first per task. Honestly — ONE signal (first-step correctness), not the whole
5-second testing
$2,400
5-second testing: show a page for 5 sec + first-impression questions. Honestly — checks SPECIFICALLY the first impressio
Card sorting
$3,600
Card sorting: users group sections/topics — data on mental models for IA. Honestly — INFORMS the structure, does not dic
Eye-tracking studies
$10,000
Eye-tracking studies: tracking where users look (heatmaps, gaze paths) via an eye-tracker. Honestly — shows WHERE they l
Heuristic evaluation
$5,000
Heuristic evaluation: an expert interface audit against usability principles (Nielsen). Honestly — an EXPERT's opinion ≠
Cognitive walkthrough
$4,000
Cognitive walkthrough: an expert step-by-step pass of tasks 'through a newcomer's eyes' (learnability). Honestly — an ex
Design systems creation
$18,000
Design systems creation: reusable components, styles, patterns, tokens, documentation. Honestly — pays off at SCALE (exc
Component library (Storybook)
$14,000
Component library (Storybook): reusable UI components in code, documentation, showcase. Honestly — pays off at SCALE (ex
Pattern library
$8,000
Pattern library: documented solutions to typical tasks (forms/filters/errors) with application rules. Honestly — works w
Token-based design system
$7,000
Token-based design system: a single source of values (colors/spacing/fonts) for design and code. Honestly — a technical
Dark mode design
$6,000
Dark mode design: a full dark palette, contrast, readability, sync via tokens. Honestly — it is REAL work, not a 'filter
Responsive design (mobile-first)
$7,000
Responsive design (mobile-first): correct convenient operation on all screens, flexible grids, device checking. Honestly
Accessibility-first design
$9,000
Accessibility-first design (WCAG AA): contrast, keyboard, screen readers, ARIA. Honestly — real important work, but a pr
Error states design
$5,000
Error states design: clear messages and a next step instead of 'Error 500'/blank screen, data preservation. Honestly — w
Empty states design
$5,000
Empty states design: a clear screen with a first step instead of bare emptiness (onboarding, 'nothing found', cleared).
Loading states design
$5,000
Loading states design: indicators, progress, skeletons, smooth transitions. Honestly and key — we improve PERCEIVED spee
Skeleton screens
$5,000
Skeleton screens: gray placeholders in the shape of future content during loading. Honestly and key — improve PERCEIVED
Optimistic UI
$6,000
Optimistic UI: instant action response with rollback on failure. Honestly — improves PERCEIVED responsiveness, does NOT
Micro-interactions design
$6,000
Micro-interactions design: meaningful feedback on actions (presses, toggles, likes). Honestly — useful if MEANINGFUL, no
Transitions / animations
$6,000
Interface transitions and animations: smooth clear changes of screens and states. Honestly — useful if FUNCTIONAL (expla
Sound design
$6,000
Interface sound design: appropriate optional sounds for responses. Honestly — a niche tool; sound is usually OFF, cannot
Haptic feedback
$6,000
Haptic feedback: vibration responses to actions on mobile. Honestly — depends on the DEVICE/platform (limited/unavailabl
Inclusive design
$9,000
Inclusive design: a product for a wide range of people and situations (age, language, devices, context). Honestly — a pr
Sustainable web design (low carbon footprint)
$8,000
Sustainable web design: light efficient pages, less data/energy, a smaller carbon footprint + speed. Honestly — no green