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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Typeform alternative, turns Markdown to forms

193 点作者 darkhorse138 个月前

23 条评论

aimazon8 个月前
Very good work, especially for a solo developer. Feedback:<p>1. Design language of the forms feels too much like Typeform, you&#x27;re a talented designer: differentiate the design to establish your own identity. If the forms look like Typeform, form-fillers are not going to investigate what form software it is and use it -- which was a big part of why Typeform grew.<p>2. The name is terrible. Blocks? The name sounds like you decided on it for a different project (some sort of component framework using Markdown?) and then reused it for this. The domain forms.md is available to register. Anything that include &quot;form&quot; in the name would be a significant improvement.
评论 #41412204 未加载
评论 #41413081 未加载
评论 #41414841 未加载
oefrha8 个月前
I don’t understand the license here <a href="https:&#x2F;&#x2F;github.com&#x2F;blocksmd&#x2F;blocksmd?tab=License-1-ov-file#readme">https:&#x2F;&#x2F;github.com&#x2F;blocksmd&#x2F;blocksmd?tab=License-1-ov-file#r...</a><p>It says Business Source License 1.1 which basically means I’m free to use as long as I don’t use it to build a competitive offering. Fair enough.<p>But it changes to AGPL-3.0 on 2028-07-01, what? Basically now I need to open source my entire stack that has any connection to the form? Why would you change it to a <i>more restrictive</i> license (for anyone not looking to build a competitive offering) after a few years?<p>---<p>Unrelated, I find the DSL increasingly unwieldy as you get to more advanced features (especially styling). Might want to consider offering a JSX&#x2F;TSX alternative for more advanced use cases.
评论 #41414825 未加载
评论 #41414735 未加载
mmastrac8 个月前
This style of form is aggravating to fill out, but kudos on making it beautiful.<p>If you want to be kind to your users, allow them to scroll through the entire form, see it on one screen and ideally skip ahead without filling out required options but block submission.
评论 #41410976 未加载
评论 #41412213 未加载
评论 #41414848 未加载
评论 #41413106 未加载
mg8 个月前
It looks like it could be made leaner.<p>This:<p><pre><code> name* = TextInput( | question = What is your name? | description = Let&#x27;s get started with the survey. First, please tell us your full legal name according to your passport. ) </code></pre> Could be just this:<p><pre><code> name* = TextInput # What is your name? Let&#x27;s get started with the survey. First, please tell us your full legal name according to your passport.</code></pre>
评论 #41410103 未加载
rafram8 个月前
This is more like a DSL with Markdown embedded for the textual parts, but still cool.<p>An actual Markdown syntax extension for forms would be interesting. [_____] for text fields?
评论 #41411760 未加载
评论 #41413352 未加载
评论 #41414860 未加载
评论 #41410385 未加载
评论 #41410260 未加载
bberenberg8 个月前
I feel like this falls into an uncanny valley between requiring the skill to cognitively model forms in your mind as text, which is fairly close to coding and using a form builder UI.
评论 #41413464 未加载
评论 #41410233 未加载
nikolayasdf1238 个月前
nice product. but prohibitively expensive. 60$ and even more concerning &quot;Varies&quot; price for actual use is pretty much no-go for this product.<p>if you are small startup this is too expensive, if you are big company, you might as well built it yourself. got to be cheaper!<p>UPD: typeform charge more but they provide hosting and analytics, very convenient for people who don&#x27;t want&#x2F;cant to code anything. this library is &quot;bring your own backend, analytics, etc.&quot;, need coding too, but prices are nearly same ballpark. too expensive.
评论 #41414853 未加载
darkhorse138 个月前
Hey builder of this thing here. This blew up like crazy! Thanks for all of the feedback everyone. I&#x27;ll try to reply to all of them, I think most of it is very valid. In case someone wants to reach out for questions, my email is tahmid(dot)hm(dot)dev(at)gmail.com.
lottamus8 个月前
Looks interesting, but I’m having a hard time seeing why a team would adopt this over something like MDX. A comparison page between the two would be great!
评论 #41410765 未加载
评论 #41414868 未加载
vunderba8 个月前
I could definitely see this being useful if you could easily integrate it into a static site generator pipeline like Hugo or Jekyll.
评论 #41414898 未加载
Stanlyya8 个月前
Great alternative. I&#x27;m the founder of Buildform.ai which is an AI first typeform alternative. With buildform, it&#x27;s faster and easy to build high-conversion conversational forms and analyze and use the data you collected.
breck8 个月前
Oh this is right up my alley. Love it! Some really good design decisions.<p>My user test: <a href="https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;9287cfe4e7024330bfe752ef8b9ad9bd" rel="nofollow">https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;9287cfe4e7024330bfe752ef8b9ad9bd</a>
评论 #41414891 未加载
heyarviind28 个月前
Nice product, I also built a typeform alternative which is easier to use and offers life time deal<p><a href="https:&#x2F;&#x2F;formlick.com" rel="nofollow">https:&#x2F;&#x2F;formlick.com</a>
devops0008 个月前
Cool! How could I install it in Jekyll ? It could be use for landing page form, newsletter form or custom form calculator where html is not allowed.
j12a8 个月前
This syntax would be just nice to plug into WordPress Contact Form 7 plugin which is also a feasible FOSS alternative in itself.
评论 #41414871 未加载
waishnav8 个月前
why would someone self host? There is always resistance in managing server on our own. So only people will buy such self hosted typeform alternatives are maybe the one who are using typeforms at scale, large businesses.<p>Nonetheless great design!
dcreater8 个月前
Why is better than just a simple spreadsheet as input? Spreadsheets are still somehow very underrated
评论 #41414901 未加载
goforbg8 个月前
The telephone input takes text input?
评论 #41411182 未加载
anon10948 个月前
It looks interesting. Do you not have a free plan or even a trial?
评论 #41409561 未加载
compootr8 个月前
Nice Design, however:<p>1. I don&#x27;t understand why there&#x27;s a pricing model for some CSS on forms. if I&#x27;m hosting the form &amp; submission endpoint why do I need your backend (? not even sure what your role is here) 2. why not make it into a selfhosted typeform alternative; would be cooler than this saas bs
评论 #41414875 未加载
Jonovono8 个月前
Looks nice! I was using typeform to collect surveys but found the UX weird so I switched to Google Forms. Found we got more conversions too, it&#x27;s just simpler to use. The one thing missing was I wanted a way to redirect someone after they completed the form. That wasn&#x27;t supported so if there is anyone else in a similar boat, I made this (free) service: <a href="https:&#x2F;&#x2F;www.gfrdr.com" rel="nofollow">https:&#x2F;&#x2F;www.gfrdr.com</a>.
评论 #41414342 未加载
codersfocus8 个月前
Why are you using Paddle? Using a MoR for a product like this is really dumb.<p>MoRs are common in very shady areas (gambling, adult, etc.) where getting credit card processing approval is difficult.<p>Yet some marketing genius has decided he can hoodwink indiehackers into giving him 12% of his revenue, while also hurting the indiehacker&#x27;s sales.
评论 #41414882 未加载
评论 #41411671 未加载
diamondfist258 个月前
This is awesome!