hi! we are fran and iuli and we take care of your memories creating something to keep them with you
It is necessary that you go out, explore, and live.
Otherwise, nothing
we
tell you makes
sense; you have to want to do it.
If you could see your heart beating inside you right now, what would you do?
You must find the things that fulfill you and that you love,
You have to play, you need to explore life, you need to be a human being,
not a machine.
Enjoy your curiosity.
Iniciando experiencia...
2º You have to Capture
Capture what you live, capture how you feel.
The medium doesn't matter: snap a photo on your phone or your film camera.
Film a video, write down how you feel in that moment, how you lived that day.
Record a voice note about that photo. Shoot rolls of film, use video tapes.
Make it real.
3º Send it to us
With your photos, your videos your voice notes, your texts and your things, we
will do
what
we do.
SEE WHAT WE DO
What we do for you
OUR THING
01 Your private archive.
02 The Annual Magazine.
03 Your personal advisors
A digital space that grows
with you.
We create a unique website completely private and completely yours as the diary
you can see here.
We take care of all the curation and
editing of your content;
we receive it from you and we create everything following our taste and through a
manual
process.
Photos
Frozen moments in time, from nostalgic film snaps to your everyday phone
gallery.
Videos
Life in motion. With your camcorder, with your phone. Feelings.
Voice notes
The raw emotion of familiar voices, from quick updates to heartfelt stories.
Your texts
The written trail of your connections, capturing late-night chats and inside
jokes.
We create annual magazines from
the
memories captured in
your digital diary, a way to bring everything you’ve lived and created
into the physical world. A magazine with a curated, refined design made just for you.
Through direct contact and our
weekly
newsletter, we help
you bridge the gap
between the digital noise and the analogue soul.
THE PROCESS
01
Memories
We set up a private WhatsApp chat just for you. Whenever you have a
photo, a
quick video, a text, or a voice note (we love to include your voices in the online
diary)
you simply drop it in the chat. No forms, no friction. Just hit send.
02
Film Logistics
If you shoot on film, we handle the dirty work. We supply the stock,
you
shoot, we develop and scan. You just point and shoot.
03
Curation
Once we receive your files (digital or scanned film), our team takes
over.
We curate the best shots, correct the lighting and color if needed, format your
texts, and
upload everything to your custom-domain website. We update your private web weekly
so it's
always growing.
04
Annual Print
Every Christmas, We design and lay out your annual magazine with an
editorial, clean aesthetic. We print and deliver it to your door. A year of memories
you can
actually touch.
05
Technical & Creative Support
Any problem you may have, If you don't know anything about film
photography
or video, we've got you. You can use our private chat not just to send memories, but
to ask
us questions. We will teach you the basics, recommend film stocks for your trips,
and help
you with camera settings.
THE WEEKLY NEWSLETTER
More than an email, it's how we actively search for meaning in our daily lives. From
pressing
wildflowers to learning ceramics, we bring you with us on our journey to disconnect and
create.
Latest Explorations
Real stories of what we are trying.
Creative Challenges
Small activities to try offline.
Curated Tips
Practical advice to help you live more
intentionally, find beauty in the ordinary, and
document your journey without overthinking.
Guest Voices
We occasionally invite other creatives,
specialists
and friends to share their unique
perspectives on living consciously.
,
// así que están disponibles cuando este script se ejecuta.
(function () {
gsap.registerPlugin(ScrollTrigger);
// Forzar el estado inicial correcto de los list-items
gsap.set('.wwd-fixed-right-list .item-2', { autoAlpha: 0 });
gsap.set('.wwd-fixed-right-list .item-3', { autoAlpha: 0 });
gsap.set('.wwd-fixed-right-list .item-1', { autoAlpha: 1, color: 'white' });
/* --- WWD STACK CARDS LOGIC --- */
const wwdPanels = gsap.utils.toArray('.wwd-screen:not(.wwd-screen-1)');
if (document.querySelector('.wwd-stack-container')) {
// Anima el subrayado de la primera pantalla
gsap.to('.wwd-screen-1 .title-underline', {
scrollTrigger: {
trigger: ".wwd-stack-container",
start: "top 60%"
},
width: '100%',
duration: 0.8,
ease: "power2.out"
});
if (wwdPanels.length > 0) {
const wwdTl = gsap.timeline({
scrollTrigger: {
trigger: ".wwd-stack-container",
start: "top top",
end: "+=500%",
scrub: 1.2,
pin: true,
invalidateOnRefresh: true
}
});
wwdPanels.forEach((panel, i) => {
let targetColor = "white";
let prevIndex = i + 1;
let nextIndex = i + 2;
if (i === 0) {
targetColor = "black";
} else if (i === 1) {
targetColor = "black";
prevIndex = 1;
nextIndex = 2;
} else {
targetColor = "white";
prevIndex = 2;
nextIndex = 3;
}
const prevItem = `.wwd-fixed-right-list .item-${prevIndex}`;
const currentItem = `.wwd-fixed-right-list .item-${nextIndex}`;
// Sube la pantalla desde abajo
wwdTl.to(panel, {
y: 0,
duration: 1,
ease: "power2.inOut"
}, "+=0.2")
.to([".wwd-fixed-header", ".wwd-fixed-center .section-title"], {
color: targetColor,
duration: 0.5
}, "-=0.8");
// Lógica de cambio de título
if (i === 0) {
wwdTl.to(prevItem, { autoAlpha: 1, color: "black", duration: 0.5 }, "-=0.8");
} else if (i === 1) {
wwdTl.to(prevItem, { autoAlpha: 0, duration: 0.4 }, "-=0.7")
.to(currentItem, { autoAlpha: 1, color: "black", duration: 0.4 }, "-=0.3");
} else {
wwdTl.to(prevItem, { autoAlpha: 0, duration: 0.5 }, "-=1")
.to(currentItem, { autoAlpha: 1, color: "white", duration: 0.5 }, "-=0.5");
}
const underline = panel.querySelector('.title-underline');
if (underline) {
wwdTl.to(underline, {
width: "100%",
duration: 0.6,
ease: "power1.out"
}, "-=0.4");
}
});
wwdTl.to({}, { duration: 0.8 });
}
}
/* --- NEWSLETTER LOGIC --- */
const nlPanels = gsap.utils.toArray('.nl-screen:not(.nl-screen-1)');
if (nlPanels.length > 0) {
// Forzar posición inicial de paneles ocultos
gsap.set(nlPanels, { yPercent: 100, autoAlpha: 1 });
const nlTl = gsap.timeline({
scrollTrigger: {
trigger: ".newsletter-stack-container",
start: "top top",
end: "+=300%", // Aumentado para dar más margen
scrub: 1,
pin: true,
invalidateOnRefresh: true
}
});
nlPanels.forEach((panel, i) => {
const previousPanels = ['.nl-screen-1', ...nlPanels.slice(0, i)];
if (i === 0) {
nlTl.to(".nl-single-video", {
autoAlpha: 0,
duration: 1,
ease: "power2.inOut"
}, 0.2);
}
// Sube la pantalla desde abajo
nlTl.to(panel, {
yPercent: 0,
duration: 1.5,
ease: "power2.inOut"
}, i === 0 ? 0.2 : ">-0.5");
nlTl.to(previousPanels, {
scale: 0.9,
opacity: 0,
yPercent: -20,
duration: 1.5,
ease: "power2.inOut"
}, "<");
if (panel.classList.contains('nl-screen-2')) {
// Animación de entrada de features más lenta y segura
nlTl.fromTo(panel.querySelectorAll('.n-feature'),
{ y: 60, opacity: 0 },
{
y: 0,
opacity: 1,
stagger: 0.3,
duration: 1.2,
ease: "power2.out"
}, "-=0.8");
}
});
}
/* --- WHATWEDODIARY: AUDIO PLAYER --- */
var audioEl = document.getElementById('voice-note-audio');
var audioBtn = document.getElementById('voice-note-btn');
var audioIcon = document.getElementById('voice-note-icon');
if (audioEl && audioBtn && audioIcon) {
var playIconSrc = 'media/playazul.png';
var pauseIconSrc = 'media/pauseazul.png';
audioBtn.addEventListener('click', function () {
if (audioEl.paused) {
audioEl.play();
audioIcon.src = pauseIconSrc;
} else {
audioEl.pause();
audioIcon.src = playIconSrc;
}
});
audioEl.addEventListener('ended', function () {
audioIcon.src = playIconSrc;
});
}
/* --- WHATWEDODIARY: SCHEMA ANIMATIONS --- */
var schemaItems = gsap.utils.toArray('.schema-item');
if (schemaItems.length > 0) {
schemaItems.forEach(function (item, i) {
gsap.fromTo(item,
{ opacity: 0, y: 30 },
{
scrollTrigger: {
trigger: item,
start: "top 85%",
toggleActions: "play none none reverse"
},
opacity: 1,
y: 0,
duration: 1,
ease: "power3.out",
delay: i * 0.1
}
);
});
var isMobile = window.innerWidth <= 900;
gsap.fromTo(".schema-line",
{
scaleX: isMobile ? 1 : 0,
scaleY: isMobile ? 0 : 1,
transformOrigin: isMobile ? "top center" : "left center"
},
{
scrollTrigger: {
trigger: ".schema-wrapper",
start: "top 80%",
end: "bottom 50%",
scrub: 1.5
},
scaleX: 1,
scaleY: 1,
ease: "none"
}
);
}
// FAQ animation — el elemento está debajo de este script
window.addEventListener('load', function () {
var faq = document.getElementById('faq-container');
if (faq) {
gsap.from(faq, {
scrollTrigger: {
trigger: faq,
start: "top 85%",
},
y: 80,
opacity: 0,
duration: 1.5,
ease: "power3.out"
});
}
ScrollTrigger.refresh();
});
// Refresh adicional por seguridad
setTimeout(function () { ScrollTrigger.refresh(); }, 500);
setTimeout(function () { ScrollTrigger.refresh(); }, 2000);
})();
}
initOurProduct();
})();
FAQS
How easy is it to share?
As effortless as a WhatsApp message. We take care of the curation
from
there.
What can we send?
Anything: photos, videos, texts, and voice notes. The web holds it
all;
the
magazine holds the highlights.
No film camera?
We source and test point-and-shoots. As a member, you get priority
access to
our camera drops.
New to analogue?
Don't worry. We teach you the basics and remove all technical
friction.
We use cookies.
We use Google Analytics to understand how people find and use this site -
no ads, no third-party tracking, just anonymous stats.
Learn more.