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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Landing page best practices and ideas?

5 点作者 backslash_16超过 6 年前
In the same vein as the go-to web stack today, how are people creating landing pages?<p>To start the discussion - I&#x27;ve done a lot of Python and .Net development so my plan is to create a server rendered page with either .Net Core or Flask and roll my own contact form and email collection function.<p>I see there are a lot of landing page templates, another idea is to check the licensing on them and see if I can stuff them into a jinja2 page and add the functionality I need for submitting a form securely (all I need is email and a few other things).

1 comment

tixocloud超过 6 年前
The main function of a landing page is customer acquisition and gathering information. The basic premise is you’re not 100% sure how to attract your customers at any given point in time so your landing page needs to be very flexible.<p>Templates are the way to go but even more importantly is the speed at which you can make changes to these templates and to adapt to the context of the customer.<p>The main focus should be on gathering intelligence so the best stack would be one that you spend the most amount of time to gather as much intelligence as you can and no more. Go with what you’re familiar with and leverage frameworks as much as possible. Your time is precious so avoid mucking about with new&#x2F;untested tech if you don’t have to.<p>FWIW, we rolled our own contact and email function based on Django but only to send the data into multiple systems. At one point, we began with Mailchimp and still do for a few forms.
评论 #18853657 未加载