Hey everyone, I'm Asad, cofounder of Zeplik. We're launching on Product Hunt on July 28, and I wanted to open a thread here early to meet people and get input.
The short version: Zeplik puts every frontier AI model (GPT-5.6, Claude, Gemini, Grok, DeepSeek and 100+ more) in one fast, calm chat. You can switch models in the middle of a conversation without losing context, plus voice, modes, projects, and image generation. One place instead of five subscriptions.
the mid-conversation model switching without losing context is genuinely clever, that's usually where these aggregators fall apart and you end up re-explaining everything. honestly makes it feel like an actual tool instead of a wrapper.
@joss_kaneΒ the switch was the easy half. the hard part was deciding what not to carry over, and we ended up dropping the previous model's tool call traces because every other model reads them as instructions rather than history. took three rewrites before switching stopped changing the answer in ways nobody asked for.
The mid-conversation model switching is genuinely useful, no other app I've tried keeps the context intact that smoothly. Going from a quick Claude answer to a deeper DeepSeek follow-up without restarting the thread feels like it should be obvious but somehow isn't.
@xerxes_feiΒ that quick answer then deeper follow-up path is the one we actually designed for, everything else fell out of it. the bit that still isn't right: the second model often accepts the first one's framing instead of starting fresh, so you get depth on a possibly wrong premise. if you hit that, phrase the follow-up as a new question rather than "go deeper" and the answer changes more than it should. we should fix that rather than you working around it.