TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How naked should I make my product?

10 点作者 philhill将近 13 年前
I'm embroiled in this debate with my cofounder about the conversion funnel for our new email marketing app.<p>Should we open our product to users without requiring login (going naked)<p>Our big USP is "make a newsletters from your blog or curated in minutes". We've had some great feedback and pretty good adoption of our MVP in the first 2 months but here's the issues:<p>* the sooner someone tries our product the sooner they "get it". Just reading about loses people. * we're getting lost in the noise of all those email services out there even though we do something different * our conversion funnel from landing page to sign-on and try-it (acquisition) is 15%. Too low.<p>Do we open up the product and let people create a newsletter (takes just 5 minutes) and require them to login only when they want to publish?<p>My cofounder suggested replacing the entire landing page for flashissue with the product demo. no text, no marketing; just product (100% naked). i.e. as a visitor you either get what the product does or you dont (then we dont want you anyway).<p>My inclination is to the open the product but still use a landing page to give some kind on intro.<p>I've never seen a web app done 100% naked but why not????

8 条评论

jasonkester将近 13 年前
This idea of a not forcing users to create accounts to use your product is pretty much the default these days, but five years ago I'd never seen it done.<p>During the first day of having Twiddla exposed to the world, I added a no-signup option as an afterthought and watched traffic our demo usage simply explode. Here's the writeup:<p><a href="http://www.twiddla.com/blog/2007/04/1000-signups-on-day-one.html" rel="nofollow">http://www.twiddla.com/blog/2007/04/1000-signups-on-day-one....</a><p>So the short answer is yes. This same lesson has been learned over and over again by hundreds of companies since then. At this point, it's not worth even giving thought to. Do it if you can.
评论 #4168010 未加载
ecubed将近 13 年前
If the app is intuitive enough that when I land on the page I immediately know what it is, what it does, and how to use it, I'd say go for it. But if I land on your page and see and app that I don't immediately "get" I'd bounce pretty quick.<p>What might be kind of cool is have the landing page be the product demo like you had said, except with a modal window similar to twitter bootstrap's modal plugin that gives a quick paragraph or two of what the product is and how to use it.
jridgway将近 13 年前
Maybe you could do something like StackOverflow does. You are given the option to login using your Google account credentials there. This way it's just the simple press of a button, both sides get what they want. You can login with Facebook as well, it seems: <a href="http://stackoverflow.com/users/login" rel="nofollow">http://stackoverflow.com/users/login</a>
AznHisoka将近 13 年前
I just came here to say great headline. Made me want to click and see what you had to say.
orangethirty将近 13 年前
Do you buy a car without a test drive? Of course not. Same applies to web apps. Let people take around the block and test it.
evanwolf将近 13 年前
Defer interruptions to user pursuit of user goals until you've earned their commitment to continue.
yashchandra将近 13 年前
"Do we open up the product and let people create a newsletter (takes just 5 minutes) and require them to login only when they want to publish?"<p>Bingo. Do exactly that. As a user, I will love it that you are letting me try the product <i>before</i> I give you any information about myself.
youngdev将近 13 年前
We did that naked thing with our product at www.jackpotbuddy.com. When people click the button to Play then we prompt them to register or login.<p>I think it is a good idea and can help with conversion rate.