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: Pantry – Free JSON Storage for Personal Projects

105 pointsby fiveSpeedManualabout 5 years ago

13 comments

stevageabout 5 years ago
Looks useful. I really dislike the "Download Postman and then you will have documentation" approach. Documentation lives on the web, and there are better alternatives to Postman anyway.
评论 #23040901 未加载
评论 #23039300 未加载
评论 #23041546 未加载
fiveSpeedManualabout 5 years ago
I&#x27;m so excited to finally be able to share this with you!<p>Pantry is a free cloud storage service that I&#x27;ve been building for the past few weeks. You can use the API to store &amp; retrieve data for you and your users online for free.<p>Looking forward to seeing what you all think of it, and please feel free to post suggestions or AMA.<p>Thanks!
评论 #23037361 未加载
评论 #23036643 未加载
评论 #23036655 未加载
jventuraabout 5 years ago
I&#x27;ve done something similar for some of my students to test restful apis at <a href="http:&#x2F;&#x2F;mockrest.com" rel="nofollow">http:&#x2F;&#x2F;mockrest.com</a>.<p>It is quite similar to this although you just write your own data on a textarea, and get&#x2F;post&#x2F;put&#x2F;delete to modify it.. Then you can copy-paste the result json from the backend to a text file or something like that..<p>It dynamically finds your objects (even nested ones) and you can CRUD them..
osrecabout 5 years ago
Is the pantry GUID the only form of security for all objects? Can this be rotated should it be compromised?
评论 #23037748 未加载
1-moreabout 5 years ago
I had this exact idea the other day with a tiny twist. This is rad. Might use it for my little project. TY
评论 #23037645 未加载
tyhoffabout 5 years ago
Very cool! I was looking for something like this about a month ago when I was building an example web application for firmware developers. Firmware engineers aren&#x27;t expected to know anything about databases and usually don&#x27;t, so I just wanted some dumb JSON store in the cloud that didn&#x27;t need any provisioning.<p>In the end, I went with Heroku and it&#x27;s included PostgreSQL offering and stomached the complexity, but along the way I found <a href="https:&#x2F;&#x2F;jsonbox.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jsonbox.io&#x2F;</a>, which I thought was neat and seems very similar.
评论 #23037762 未加载
mikequinlanabout 5 years ago
What are the rate and size limits for the API? Also what is the data retention (how long before you delete the buckets)?
评论 #23041616 未加载
arthurcolleabout 5 years ago
How do you prevent someone from spamming you and filling your cache up with abusive documents?
评论 #23041597 未加载
ammmirabout 5 years ago
I love the graphics and web design! It looks like a simple service, and more alternatives in the space are welcome!<p>Full-disclosure, I also develop a &quot;competing&quot; (if you can call it that) service: <a href="https:&#x2F;&#x2F;kvdb.io" rel="nofollow">https:&#x2F;&#x2F;kvdb.io</a> - my landing page isn&#x27;t as nice. Our buckets offer some atomic operations on keys and Lua-based scripting (you can spit out arbitrary text or HTML and handle basic GET&#x2F;POST requests with parameter parsing), which might be useful for prototyping.<p>You should figure out how to sustain this kind of service on $FREE. In my experience, I&#x27;ve found a lot of people sign up but don&#x27;t use it for anything serious. One of my first customers signed up and demanded a refund immediately after he discovered &quot;oh, your simple key-value store doesn&#x27;t support SQL queries?&quot;<p>Good luck!
评论 #23039708 未加载
sosodevabout 5 years ago
I’m currently building something very similar but with a usage based payment system (not implemented yet). <a href="https:&#x2F;&#x2F;quickstash.io" rel="nofollow">https:&#x2F;&#x2F;quickstash.io</a>
评论 #23037772 未加载
dontchooseanickabout 5 years ago
A mozilla alternative is Kinto<p>* Used e.g. for profiles sync<p>* Deploys to heroku - 1 click<p><a href="https:&#x2F;&#x2F;www.kinto-storage.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.kinto-storage.org&#x2F;</a>
onion2kabout 5 years ago
The API docs page is only scrollable if your mouse is over the docs text. If you try to scroll on either side nothing happens (OSX, Chrome Canary).
评论 #23041576 未加载
MattGaiserabout 5 years ago
Where are you sourcing the clip art? You are the 3rd startup I have seen with the zen woman in the past week.
评论 #23038026 未加载