Caso práctico: Halo — Red de impacto social

:root{
–halo-bg:#05030b;
–halo-bg-2:#0d0718;
–halo-card:#120a22;
–halo-card-2:#17102a;
–halo-text:#f8f7fb;
–halo-muted:#bdb5cf;
–halo-line:rgba(255,255,255,.12);
–halo-violet:#8b5cf6;
–halo-pink:#ec4899;
–halo-cyan:#22d3ee;
–halo-radius:24px;
–halo-shadow:0 22px 70px rgba(0,0,0,.34);
–halo-max:1180px;
}

.halo-case,
.halo-case *{box-sizing:border-box}

.halo-case{
background:var(–halo-bg);
color:var(–halo-text);
font-family:inherit;
line-height:1.65;
overflow:hidden;
}

.halo-case img{
max-width:100%;
height:auto;
display:block;
}

.halo-case a{
color:inherit;
text-decoration:none;
}

.halo-wrap{
width:min(calc(100% – 40px),var(–halo-max));
margin:0 auto;
}

.halo-section{
padding:110px 0;
position:relative;
}

.halo-section.alt{
background:
radial-gradient(circle at 15% 20%,rgba(139,92,246,.12),transparent 35%),
radial-gradient(circle at 85% 80%,rgba(34,211,238,.08),transparent 30%),
var(–halo-bg-2);
}

.halo-kicker{
display:block;
margin-bottom:14px;
font-size:.78rem;
font-weight:800;
letter-spacing:.22em;
text-transform:uppercase;
color:#d7ccff;
}

.halo-title{
margin:0;
font-size:clamp(2.5rem,6vw,6rem);
line-height:.98;
letter-spacing:-.045em;
font-weight:850;
}

.halo-h2{
margin:0 0 22px;
font-size:clamp(2rem,4.2vw,4.4rem);
line-height:1.05;
letter-spacing:-.035em;
}

.halo-h3{
margin:0 0 10px;
font-size:1.25rem;
}

.halo-lead{
max-width:860px;
margin:22px 0 0;
font-size:clamp(1.08rem,1.6vw,1.35rem);
color:#d6d0df;
}

.halo-copy{
color:var(–halo-muted);
font-size:1.05rem;
}

.halo-gradient-text{
background:linear-gradient(90deg,var(–halo-violet),var(–halo-pink),var(–halo-cyan));
-webkit-background-clip:text;
background-clip:text;
color:transparent;
}

.halo-hero{
min-height:90vh;
display:flex;
align-items:flex-end;
padding:70px 0 80px;
position:relative;
background:
linear-gradient(180deg,rgba(4,2,9,.15),rgba(4,2,9,.95)),
radial-gradient(circle at 70% 25%,rgba(139,92,246,.35),transparent 34%),
radial-gradient(circle at 25% 45%,rgba(236,72,153,.2),transparent 30%),
#06030d;
}

.halo-hero-bg{
position:absolute;
inset:0;
width:100%;
height:100%;
object-fit:cover;
opacity:.40;
mix-blend-mode:screen;
}

.halo-hero-content{
position:relative;
z-index:2;
}

.halo-logo{
width:min(420px,70vw);
margin-bottom:36px;
}

.halo-hero-actions{
display:flex;
flex-wrap:wrap;
gap:14px;
margin-top:34px;
}

.halo-btn{
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
min-height:50px;
padding:0 22px;
border-radius:999px;
border:1px solid var(–halo-line);
background:#fff;
color:#090610!important;
font-weight:800;
transition:.25s ease;
}

.halo-btn:hover{
transform:translateY(-2px);
box-shadow:0 16px 40px rgba(139,92,246,.23);
}

.halo-btn.secondary{
background:rgba(255,255,255,.06);
color:#fff!important;
backdrop-filter:blur(14px);
}

.halo-meta{
border-top:1px solid var(–halo-line);
border-bottom:1px solid var(–halo-line);
background:#07040d;
}

.halo-meta-grid{
display:grid;
grid-template-columns:repeat(6,1fr);
}

.halo-meta-item{
padding:32px 22px;
border-right:1px solid var(–halo-line);
}

.halo-meta-item:last-child{border-right:0}

.halo-meta-label{
display:block;
margin-bottom:8px;
font-size:.7rem;
font-weight:800;
letter-spacing:.16em;
color:#a89dbb;
text-transform:uppercase;
}

.halo-meta-value{
font-size:.98rem;
font-weight:700;
}

.halo-two-col{
display:grid;
grid-template-columns:1.1fr .9fr;
gap:70px;
align-items:start;
}

.halo-brief{
padding:34px;
border:1px solid var(–halo-line);
border-radius:var(–halo-radius);
background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
box-shadow:var(–halo-shadow);
}

.halo-brief-list{
margin:22px 0 0;
padding:0;
list-style:none;
}

.halo-brief-list li{
display:grid;
grid-template-columns:42px 1fr;
gap:14px;
align-items:start;
padding:18px 0;
border-top:1px solid var(–halo-line);
color:#ddd6e8;
}

.halo-icon{
width:42px;
height:42px;
border-radius:14px;
display:grid;
place-items:center;
background:linear-gradient(135deg,rgba(139,92,246,.25),rgba(34,211,238,.16));
border:1px solid rgba(255,255,255,.1);
font-weight:900;
}

.halo-grid-4{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:18px;
margin-top:48px;
}

.halo-grid-3{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top:48px;
}

.halo-card{
padding:30px;
border:1px solid var(–halo-line);
border-radius:var(–halo-radius);
background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02));
box-shadow:0 14px 40px rgba(0,0,0,.18);
}

.halo-card p{
margin-bottom:0;
color:var(–halo-muted);
}

.halo-process{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:18px;
margin-top:48px;
counter-reset:halo-step;
}

.halo-step{
min-height:245px;
padding:30px;
border:1px solid var(–halo-line);
border-radius:var(–halo-radius);
background:var(–halo-card);
position:relative;
overflow:hidden;
}

.halo-step::before{
counter-increment:halo-step;
content:»0″ counter(halo-step);
display:block;
margin-bottom:50px;
font-size:.9rem;
font-weight:900;
letter-spacing:.18em;
color:#cbbcff;
}

.halo-step::after{
content:»»;
position:absolute;
width:130px;
height:130px;
right:-45px;
top:-45px;
border-radius:50%;
background:radial-gradient(circle,rgba(139,92,246,.22),transparent 68%);
}

.halo-transform{
display:grid;
grid-template-columns:1fr 1fr;
gap:26px;
margin-top:48px;
}

.halo-transform-block{
padding:24px;
border:1px solid var(–halo-line);
border-radius:var(–halo-radius);
background:var(–halo-card);
}

.halo-transform-block.full{
grid-column:1/-1;
}

.halo-media{
margin-top:22px;
overflow:hidden;
border-radius:18px;
border:1px solid var(–halo-line);
background:#0a0612;
min-height:320px;
display:grid;
place-items:center;
}

.halo-media img{
width:100%;
height:100%;
max-height:720px;
object-fit:cover;
}

.halo-placeholder{
padding:80px 26px;
text-align:center;
color:#9f95b2;
font-weight:700;
}

.halo-feature-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:18px;
margin-top:46px;
}

.halo-feature{
min-height:220px;
padding:26px;
border-radius:22px;
border:1px solid var(–halo-line);
background:linear-gradient(145deg,#130b23,#0b0712);
}

.halo-feature .halo-icon{
margin-bottom:28px;
}

.halo-stack{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:16px;
margin-top:42px;
}

.halo-stack-item{
padding:24px;
border-radius:20px;
border:1px solid var(–halo-line);
background:rgba(255,255,255,.035);
}

.halo-stack-item strong{
display:block;
font-size:1.05rem;
margin-bottom:6px;
}

.halo-stack-item span{
color:var(–halo-muted);
font-size:.92rem;
}

.halo-results{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:18px;
margin-top:44px;
}

.halo-result{
padding:26px;
border-top:1px solid rgba(255,255,255,.16);
}

.halo-check{
font-size:1.6rem;
font-weight:900;
color:#c4b5fd;
margin-bottom:16px;
}

.halo-cta{
text-align:center;
padding:130px 0;
background:
radial-gradient(circle at 50% 35%,rgba(139,92,246,.35),transparent 38%),
radial-gradient(circle at 68% 55%,rgba(34,211,238,.13),transparent 30%),
linear-gradient(180deg,#10081f,#05030b);
}

.halo-cta p{
max-width:760px;
margin:20px auto 30px;
color:#d1c8dd;
font-size:1.13rem;
}

@media(max-width:1050px){
.halo-meta-grid{grid-template-columns:repeat(3,1fr)}
.halo-meta-item:nth-child(3){border-right:0}
.halo-meta-item:nth-child(-n+3){border-bottom:1px solid var(–halo-line)}
.halo-two-col{grid-template-columns:1fr}
.halo-grid-4,.halo-feature-grid,.halo-results{grid-template-columns:repeat(2,1fr)}
.halo-process,.halo-grid-3{grid-template-columns:repeat(2,1fr)}
.halo-stack{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:700px){
.halo-section{padding:78px 0}
.halo-wrap{width:min(calc(100% – 28px),var(–halo-max))}
.halo-hero{min-height:78vh;padding-bottom:56px}
.halo-meta-grid{grid-template-columns:1fr 1fr}
.halo-meta-item{border-bottom:1px solid var(–halo-line)!important}
.halo-meta-item:nth-child(even){border-right:0}
.halo-grid-4,.halo-grid-3,.halo-process,.halo-feature-grid,.halo-stack,.halo-results,.halo-transform{grid-template-columns:1fr}
.halo-transform-block.full{grid-column:auto}
.halo-title{font-size:clamp(2.8rem,14vw,4.8rem)}
.halo-h2{font-size:clamp(2.2rem,10vw,3.5rem)}
}

CASE STUDY

Halo — Social Impact Network

From passive social scrolling to a purpose-driven ecosystem where everyday positive actions become measurable impact.

Client

Halo

Industry

Social Impact / Tech for Good

Services

Product Strategy, UX/UI, App Development

Technologies

Base44, AI, Social & Video Systems

Duration

3 Months

Delivery

2026

TURNING INTENTIONS INTO IMPACT

Project Overview

Halo is a social network built around a simple but ambitious idea: social platforms should reward meaningful actions, not just attention. Inspir3d brought this vision to life by creating a complete digital product combining social networking, gamification, missions, video, community interaction, and measurable social impact.

Every major product decision was designed to reinforce a positive behavioral loop: discover an action, complete it, share its impact, receive recognition, and inspire someone else to act. The result is an ecosystem where engagement is directly connected to positive contribution.

THE BRIEF

Build a social network centered on positive action.

  • 01Create a complete social ecosystem centered on impact rather than passive content consumption.
  • 02Turn positive intentions into measurable daily and weekly missions.
  • 03Design a gamification system capable of reinforcing positive behavioral habits.
  • 04Make individual and collective social impact visible, understandable, and emotionally rewarding.

SYSTEM ANALYSIS

The Challenge

Traditional social networks are designed to capture attention. Halo needed to create the opposite dynamic: an experience engaging enough to compete for attention while continuously redirecting that attention toward real-world action.

Passive Engagement

Likes and views generate activity, but they rarely turn that activity into measurable positive action.

Behavioral Retention

The product needed to encourage recurring participation without reducing its mission to superficial gamification.

Visible Impact

Users needed to understand how individual actions contribute to a larger collective outcome.

Scalable Social UX

The experience needed to support feeds, missions, stories, videos, badges, notifications, and community mechanics without creating visual overload.

METHODICAL EXECUTION

Our Strategic Development Process

Halo was developed through continuous product iterations, with every stage evaluated against one central question: does this make positive action easier, clearer, and more rewarding?

Discovery & Product Architecture

Translating Halo’s vision, core user journeys, social mechanics, and impact model into a coherent product architecture.

UX System

Defining feed hierarchy, mission flows, sidebars, stories, profiles, impact pages, and community navigation.

Visual Identity

Creating a luminous and evocative interface inspired by energy, connection, Aura, and positive transformation.

Application Development

Developing the core social ecosystem, interactive states, content flows, mission completion logic, and user interactions.

Gamification & Aura

Designing levels, badges, streaks, Aura reactions, and visible progression to encourage active participation.

Media, AI & Optimization

Adding video controls, music tracks, automatic subtitles, notifications, and continuous UX optimization.

INSPIR3D PREMIUM CASE STUDY

The Architectural Transformation

A visual overview of the product systems designed to transform Halo from a concept into a distinctive social experience.

01 / THE SOCIAL FEED

From passive content consumption to an action-driven community experience.

The feed was redesigned with stronger hierarchy, emotional reactions, mission context, and visible impact.

Halo Feed

02 / THE MISSION SYSTEM

From good intentions to interactive missions.

Daily and weekly missions transform abstract values into clear, achievable actions with visible completion feedback.

Halo Missions

03 / THE IMPACT EXPERIENCE

From isolated actions to a visible collective story.

Aura, badges, stories, Impact Trails, and community progress transform individual participation into a shared narrative of positive change.

Features Delivered

A complete set of social, behavioral, and media systems designed to make impact visible and participation rewarding.

A

Aura Economy

A tangible representation of positive engagement and impact across the Halo ecosystem.

Mission Engine

Daily and weekly actions designed to turn intentions into measurable participation.

Badges & Levels

Progression mechanics that reward consistency and reinforce positive habits.

Halo Stories

Dynamic stories highlighting achievements, badges, and meaningful moments.

Advanced Video Engine

Video playback, soundtrack controls, original audio mixing, and multilingual subtitles.

Aura Reactions

Signature luminous reactions that visually represent the transfer of energy between members.

Impact Trail

Collective impact events that highlight community progress at the heart of the social experience.

AI

AI-Powered Experience

Automation and intelligent media features supporting a scalable international platform.

PRODUCT ARCHITECTURE

Halo Tech & Product Stack

A modular application ecosystem designed for rapid iteration, rich interactions, and future scalability.

Base44
Core application development and rapid product iteration.
Social Engine
News feeds, profiles, community interactions, and content management systems.
Mission System
Action creation, completion, and impact mechanics.
Aura System
Points, reactions, progression, and impact representation.
Video System
Playback controls, music tracks, and multimedia publishing.
AI Subtitles
Automatic multilingual video accessibility.
Gamification
Badges, levels, streaks, stories, and reward loops.
Responsive UX
Desktop and mobile interfaces built around the same social architecture.

THE RESULTS

A Complete Social Impact Ecosystem

In three months, Halo evolved into a complete product experience capable of combining social interaction, positive behavior, and measurable impact within one coherent platform.

Complete Social Ecosystem

Feed, profiles, stories, missions, badges, notifications, and community mechanics.

Measurable Social Impact

Individual participation becomes tangible through Aura and collective impact systems.

Distinctive Product Identity

A luminous visual language gives Halo a recognizable emotional signature.

Built for Global Reach

Multilingual video, responsive UX, and modular systems support international growth.

DIGITAL PRODUCT TRANSFORMATION

Ready to build the next
category-defining product?

Inspir3d combines product strategy, UX/UI, and application development to transform ambitious ideas into immersive digital experiences built to scale.


Start Your Project with Inspir3d →