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: BewCloud is a simpler alternative to Nextcloud written in TypeScript

62 pointsby BrunoBernardinoabout 1 year ago
For the last month or so I&#x27;ve been working on bewCloud, and today I&#x27;m making its source code public and open!<p>Right now, the Dashboard (URLs + freeform notes), News (RSS&#x2F;Atom&#x2F;JSON feeds), and Contacts (CardDav) are working.<p>If you have any suggestions, comments, or recommendations, I&#x27;d love to hear it.<p>Thank you for your attention and kindness. I really appreciate it!

12 comments

ocdtrekkieabout 1 year ago
Any reason this is all one giant project? One of Nextcloud&#x27;s IMHO fatal mistakes is it tries to be everything. So people have to choose between say, a better todo app, or the one that&#x27;s integrated with their monolith of choice.<p>Meanwhile, if you approach each module as it&#x27;s own project, but with shared code where sensible, and open standards driving your integrations, people including you, can select the parts that best suit them while mixing in software from others where appropriate.
评论 #39732194 未加载
评论 #39732458 未加载
shortformblogabout 1 year ago
This looks cool. I don’t know what direction you’re going to take this, but my big challenge with Nextcloud is that the file syncing gets very unreliable in short order. I honestly would love to see someone do something like this with Syncthing as a file management backend. It is honestly the best tool of its kind, and it is extremely fast and reliable.
评论 #39732158 未加载
评论 #39732420 未加载
vrinsdabout 1 year ago
Really cool to see this I hope you&#x27;re able to continue this work. As others have said, CalDAV &#x2F; CardDAV are complex standards and getting the nuances right without using some tried&#x2F;true libraries (sabre-dav) might be a challenge.<p>Two points:<p>For just CalDAV &#x2F; CardDAV there&#x27;s Radicale, Davical and Baïkal all of which work pretty well and are relatively easy to set up, so this might be a bit of wheel re-invention.<p>Perhaps you might consider relying on those projects for calendar &#x2F; contact sync and then add your other pieces (file, photos, etc).<p>Second point is I think the reason why Nextcloud &#x2F; Owncloud end up becoming super-slow for file sync is unfortunately the use of WebDAV.<p>I can&#x27;t find the thread at the moment but I remember the developers from one of those projects saying that WebDAV itself makes the file-sync super slow and resource heavy.<p>As a result I think the Owncloud++ or their golang based re-implementation prefers the use of S3-compatible for backend file store.<p>I&#x27;m not saying you should use S3, but if you continue down the path with WebDAV for file-sync you might find it&#x27;s resource heavy and slow as Nextcloud&#x2F;Owncloud might be.
评论 #39740836 未加载
jmprspretabout 1 year ago
Looking forward to see where this goes. For me, the Files&#x2F;cloud storage portion of nextcloud is essentially why I _would_ use it.
评论 #39732428 未加载
crazytweekabout 1 year ago
&quot;bew is web in reverse, similar to how deno is node reversed. &quot;<p>Deno is an anagram of node, not reversed :)<p>But looks nice, will have a look at it!
评论 #39729482 未加载
评论 #39729502 未加载
szszrkabout 1 year ago
This could be great for homelabbers. I have around 40 services I run currently but every time I tried Next&#x2F;owncloud I just removed it shortly after. Found it lacking speed, or resource consumption that was comparable to... the other 40 services combined etc.<p>This could perfectly fill that spot. Will be testing soon.
评论 #39729591 未加载
zamalekabout 1 year ago
My biggest gripe is how often Nextcloud goes into maintenance mode. While this is currently slightly annoying, Nextcloud would quickly be rendered useless to my family would I pass away.<p>Please keep the upgrade process hands-off.
评论 #39733202 未加载
codethiefabout 1 year ago
What libraries does your Contacts app use under the hood? I&#x27;m asking because pretty much every contacts app I&#x27;ve tried had countless bugs – either in CardDav or the vCard part (when importing&#x2F;exporting) or both.
评论 #39729557 未加载
slooonzabout 1 year ago
Have you given a try to cozycloud ? It’s the first on my radar for when I’ll find time to tinker with a personal cloud.
评论 #39733180 未加载
getwiththeprogabout 1 year ago
I look forward to the photo and file sharing.<p>Will I still have to install postgres?
评论 #39732426 未加载
lagrange77about 1 year ago
Looks cool, congrats to the launch!
评论 #39732441 未加载
DirkHabout 1 year ago
Site is down?
评论 #39732434 未加载