
Bear
Obsidian.md
Simplenote
Evernote
OneNote
Notion
iA Writer
Capacities
Liveblocks
Tip Tap
Hyperbeam
Ably
Velt
Reflect.net
Socket.io
Yjs
Bear
LiveblocksBased on our record, Bear should be more popular than Liveblocks. It has been mentiond 58 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I can recommend Bear (https://bear.app) been using for ~6 years or more. - Source: Hacker News / 20 days ago
Bear is what you get when someone builds a notes app that respects developers. It's clean, fast, supports full Markdown, and syncs across devices. Unlike Obsidian, it doesn't require you to set up a vault structure and plugin ecosystem before you can write a single note. - Source: dev.to / 5 months ago
I kept track of bugs and ideas in Bear which, if you're in the Apple ecosystem, I highly recommend. When I stumbled on a good idea for a component that might be fun to build (sup, flip card), I'd write it down. - Source: dev.to / 11 months ago
It's odd that this blogging system is using a name also in use by a writing tool: https://bear.app/. - Source: Hacker News / 12 months ago
I got this confused with the Bear note-taking app for a minute (https://bear.app/), since it's in a closely adjacent domain and even has similar value statements. Unfortunate naming collision. - Source: Hacker News / 12 months ago
Of course, you donโt have to code this functionality from scratch! You can also look at open-source software like Yjs, text-crdt, Automerge and so many more. Alternatively, you can check out tools like Liveblocks, Ably, etc. Which enable collaborative multi-player features. - Source: dev.to / over 1 year ago
Liveblocks is a platform that enables developers to easily integrate collaborative features and custom real-time functionality within their applications. - Source: dev.to / almost 2 years ago
// app/api/liveblocks-auth/route.ts Import { Liveblocks } from "@liveblocks/node"; Import { NextRequest } from "next/server"; Const liveblocks = new Liveblocks({ secret: process.env.LIVEBLOCKS_SECRET_KEY!, }); Export async function POST(request: NextRequest) { const userId = Math.floor(Math.random() * 10) % USER_INFO.length; const roomId = request.nextUrl.searchParams.get("roomId"); const session =... - Source: dev.to / almost 2 years ago
Absolutely! The real complexity comes from conflict resolution. If someone edits the top, and someone else edits the bottom, which version do you go with? What if they're editing the same area? Entire companies exist to provide elegant solutions to this[0], so it's no simple task. 0: https://liveblocks.io/. - Source: Hacker News / over 2 years ago
I can imagine, browser extensions are a pain in the butt. Are you planning to open source the code? Did you build everything by yourself or on top of https://liveblocks.io/? - Source: Hacker News / almost 3 years ago
Obsidian.md - A second brain, for you, forever. Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files.
Tip Tap - Select a mode, tap on the screen!
Simplenote - The simplest way to keep notes. Light, clean, and free. Simplenote is now available for iOS, Android, Mac, and the web.
Hyperbeam - A better way to watch together online
Evernote - Bring your life's work together in one digital workspace. Evernote is the place to collect inspirational ideas, write meaningful words, and move your important projects forward.
Ably - The realtime platform that just works. We power more WebSocket connections than any other pub/sub platform, serving over 2 billion devices monthly.