Explore our business and brands. Choose your path. Walk the Avenue.
KREATION AVE GROUP™
Breaking the Rules
Kreation Avenue Academy
Kreation Ave Media
Kreation Avenue TV
Project Peak
KREATION AVE GROUP™
Software, technology, and marketing company supporting private and government initiatives.
SBE & MBE certified. We build applications that streamline operations, engagement, and growth.
Kreation Avenue Academy’s first premium live immersive event featuring games,
interactive learning, and The Jimmy Daniels Experience,
hosted by Sedric Simon. Coming late 2027.
There are stories that begin with spectacle, and then there are stories that begin in silence.
Moonlight Sonata: A Sleepless Dream belongs to the latter.
Written by Kreation Avenue founder De’Andre French, the project is a deeply personal, cinematic narrative
shaped by grief, resilience, and the quiet endurance of hope.
Become Michael. Experience his dream.
Seven years after losing his mother in a tragic car accident — and his father to prison for her accidental death — Michael faces a sleepless night on the eve of his father’s release.
As exhaustion and anxiety take hold, the viewer is pulled into a sleepless dream experienced entirely in first person. Memories fracture, fear bends reality, and symbolic moments unfold through a ride-like journey of rises, drops, and sudden shifts. Guided by an original soundtrack inspired by the emotional weight of Beethoven’s Moonlight Sonata, the dream follows feeling rather than logic.
By morning, the dream leaves Michael with one unavoidable moment — to finally face the father he has blamed for seven years, and decide whether holding onto grief is more painful than letting it go.
Moonlight Sonata: A Sleepless Dream is an immersive psychological film about memory, trauma, and the quiet reckoning that comes before forgiveness.
This is not just a story about loss. It’s about endurance. About imagination as survival.
About believing truth can still be reached. Explore Michael’s crazy dream sequence in our first fim production demo teaser-created with stock images and video. Full production is on the way!
“Moonlight Sonata was the first piece that I learned on piano that impacted me on a physiological emotional level. I cried writing this….”
— De’Andre French
Wear headphones for the best experience.
KREATION AVENUE STUDIOS
Choose Your Path
document.addEventListener('DOMContentLoaded', function () {
const testBtn = document.getElementById('go-practice-a');
if (!testBtn) {
console.log('❌ Practice button not found');
return;
}
console.log('✅ Practice button found — redirect test active');
document.getElementById('return-reception').onclick = () => {
document.getElementById('studios-interior').classList.remove('active');
document.body.classList.remove('in-interior','in-studio');
};
testBtn.onclick = function () {
window.location.href = '#avenue-anchor';
// OR use a full URL below
// window.location.href = 'https://kreationavenue.com/';
};
});