Day 1
August 10, 2026
Today was the first real development day for my AI-driven interactive story project.
The project started as The Council, but after digging deeper into the name, I discovered that there is already an established game called The Council with some surprisingly similar narrative and choice-driven concepts. Rather than treating that as a problem, it prompted a better question: is there a name that actually captures what makes this idea unique?
That led to The Fifth Voice.
The core concept is still built around four characters who offer competing perspectives on what the group should do. But the player isn’t simply choosing between four options. The player is the fifth voice, the person who ultimately decides.
Four voices advise. The fifth decides.
I liked the name immediately. It feels more distinctive, it describes the player’s role in the experience, and it gives us a natural distinction between the overall project and its central mechanic:
The timing was perfect. The project was still essentially a fresh Next.js application, so I was able to make the change before building anything substantial around the old name.
I also got the basic development environment established:
The project is now in a private GitHub repository, with Git handling version control from the beginning.
I also purchased two domains:
The first will be the primary domain, while the second gives us a useful secondary/marketing address.
The application itself is still just the default Next.js starter page. That’s intentional. The goal right now isn’t to build a bunch of infrastructure. It’s to establish a clean foundation and then start building the actual experience.
Now comes the fun part.
The next step is to start turning the blank Next.js application into The Fifth Voice.
The first target remains deliberately small: build a playable vertical slice that demonstrates the core idea.
Four characters.
Four perspectives.
A fifth voice.
And a world where the rules—not the AI—decide what actually happens.
The project has a name. Now it’s time to build it.