TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Base – API for authentication, email sending, images and more

140 pointsby gdotdesignover 5 years ago

16 comments

theseanstewartover 5 years ago
I would reconsider the &quot;Unlimited Emails&quot; offering for the &quot;Ultimate&quot; $100&#x2F;mo plan. Assuming you&#x27;re using SES, a customer sending 1,065,000 emails would cost ~$100. All it takes is one person to abuse it before it&#x27;s costing you big money.<p>On the surface, &quot;Unlimited&quot; sounds great, but your target market is developers that know the cost of sending emails. This may result in the opposite effect as it signals your model may not be scalable if there&#x27;s not enough low usage accounts to subsidize the additional costs of sending emails.
评论 #20799699 未加载
评论 #20801970 未加载
jkaufmann_over 5 years ago
Seems like policies around data and privacy would be paramount here. As someone who has developed a couple backends I always struggle to see the value add of a system like this. For me, it always seems like this is something I&#x27;ll have to do later and back tracking would be more work. Very clean site though, the mint technology piece was pretty interesting as well. Good synergy to market both at once!
rtcomsover 5 years ago
Interesting that you&#x27;ve made it using<p><a href="https:&#x2F;&#x2F;crystal-lang.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;crystal-lang.org&#x2F;</a> <a href="https:&#x2F;&#x2F;www.mint-lang.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.mint-lang.com&#x2F;</a><p>How did you decide to use these framework and how was your experience ?
评论 #20798374 未加载
gdotdesignover 5 years ago
I released Base about a month ago and created a blog post with some details <a href="https:&#x2F;&#x2F;dev.to&#x2F;gdotdesign&#x2F;base-api-for-authentication-email-sending-image-upload-and-more-4f1" rel="nofollow">https:&#x2F;&#x2F;dev.to&#x2F;gdotdesign&#x2F;base-api-for-authentication-email-...</a><p>Let me know what you think! :)
评论 #20799740 未加载
评论 #20798798 未加载
评论 #20800731 未加载
评论 #20798905 未加载
nodesocketover 5 years ago
Looks great, but I have been bitten badly before by vendor lock-in using a SaaS and they either go out of business or jack up their prices exponentially. The only mitigation I know of is to make Base open source, so if needed users can host their own instance. What are your thoughts on this?
jacobobryantover 5 years ago
I use firebase for authentication and have been quite happy with it, but if this provides better integration with mailing lists out of the box, that would be compelling to me. Although I use firebase for authenticated users, I also have a mailing list sign up form with just an email field. I ended up creating my own confirmation email flow because I needed it to work for both people who created an account and people who just used the email form. It would&#x27;ve been nice not to have to do that.
评论 #20799964 未加载
dawidwover 5 years ago
I have question regarding example of &quot;Retrieving details of a file&quot;<p><a href="https:&#x2F;&#x2F;www.base-api.io&#x2F;reference&#x2F;files" rel="nofollow">https:&#x2F;&#x2F;www.base-api.io&#x2F;reference&#x2F;files</a><p>The curl request uses [1] id and in response we get [2] id. Why is that?<p>[1] 6536fb5e-01b1-4a0c-b05b-33bac00c65ac<p>[2] ed7066dc-614c-48f3-8456-926598e88473
评论 #20798729 未加载
gitgudover 5 years ago
This is pretty interesting and useful. This would be immensely useful for prototypes and a great entry point for developers. Kind of reminds me of Firebase how it tries to be a <i>one-stop-shop</i>. it also seems much more approachable than Firebase which is nice.
评论 #20799353 未加载
napoluxover 5 years ago
Why should I link myself so heavily to a provider like you? Not wanting to troll, as a dev, I know that the problems you try to solve are common, but still wondering what happens &quot;if...&quot;
评论 #20799876 未加载
sambfover 5 years ago
The sign-up button for the developer plan doesn&#x27;t work (Firefox 68.0.1). Nice idea though. It&#x27;d be neat to be able to host it ourselves, if you ever plan to release it as OSS.
评论 #20798628 未加载
paulcsmithover 5 years ago
This looks awesome! What backend framework are you using? I&#x27;m the author Lucky and was wondering if you happened to use it on the backend since you are using Crystal
greatjack613over 5 years ago
Incredible work, would love to start using something like this.<p>I personally need a self hosted plan with enterprise support.<p>But your pricing plans look great for the hobbyist and small shop.
garysahota93over 5 years ago
Are there any alternatives to Base as well? What are some main points for using this over them?
jaequeryover 5 years ago
It’s the beginning of an Api-as-a service trend.
评论 #20803278 未加载
评论 #20800719 未加载
sparklingover 5 years ago
What about delay between my backend to your API?
LordHeiniover 5 years ago
A point of note.<p>Like usual with Ruby&#x2F;Crystal apps the api uses snake case for its keys. The js default is usually camel case. It can be rather ugly to have it mixed if one uses this in a js&#x2F;node app.