org-web

org-mode on the web, built with React, optimized for mobile, synced with Dropbox and Google Drive (by DanielDe)

Org-web Alternatives

Similar projects and alternatives to org-web

  1. duckduckgo-locales

    Translation files for <a href="https://duckduckgo.com"> </a>

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.

    SurveyJS logo
  3. logseq

    564 org-web VS logseq

    A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. Use it to organize your todo list, to write your journals, or to record your unique life.

  4. doom-emacs

    271 org-web VS doom-emacs

    Discontinued An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]

  5. github-orgmode-tests

    This is a test project where you can explore how github interprets Org-mode files

  6. cal.com

    179 org-web VS cal.com

    Scheduling infrastructure for absolutely everyone.

  7. zim-desktop-wiki

    Main repository of the zim desktop wiki project

  8. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  9. org-roam

    153 org-web VS org-roam

    Rudimentary Roam replica with Org-mode

  10. Filestash

    119 org-web VS Filestash

    :file_folder: A file manager / web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...

  11. organice

    86 org-web VS organice

    An implementation of Org mode without the dependency of Emacs - built for mobile and desktop browsers

  12. NotePlan_Themes

    Official collection of custom themes for NotePlan 3

  13. EteSync Server

    The Etebase server (so you can run your own) (by etesync)

  14. org-ql

    84 org-web VS org-ql

    A searching tool for Org-mode, including custom query languages, commands, saved searches and agenda-like views, etc.

  15. xterm.js

    58 org-web VS xterm.js

    A terminal for the web

  16. markor

    41 org-web VS markor

    Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, ..

  17. org-caldav

    18 org-web VS org-caldav

    Caldav sync for Emacs orgmode

  18. org-web-tools

    14 org-web VS org-web-tools

    View, capture, and archive Web pages in Org-mode

  19. org-parser

    16 org-web VS org-parser

    org-parser is a parser for the Org mode markup language for Emacs.

  20. cloudflare-cors-anywhere

    CORS "anywhere" proxy in a Cloudflare worker. DEMO at: https://test.cors.workers.dev/

  21. taskwarrior-web

    A web interface for the Taskwarrior todo application. Because being a neckbeard is only fun sometimes.

  22. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better org-web alternative or higher similarity.

org-web discussion

Log in or Post with

org-web reviews and mentions

Posts with mentions or reviews of org-web. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-04.
  • Orgmode is amazing
    2 projects | /r/orgmode | 4 Mar 2023
    If you stick with Orgmode, what I used was https://org-web.org/ it's pretty great
  • Don't understand org-mode
    2 projects | /r/emacs | 17 Sep 2022
    Collaboration is indeed a weak point of Org. However, there are https://org-web.org/ and https://logseq.com/
  • ask hn: Org Mode in the Browser
    5 projects | news.ycombinator.com | 6 Sep 2022
  • Ask HN: Why are there no good note taking apps
    3 projects | news.ycombinator.com | 6 Jun 2022
    > Also i dont care about a fancy looking UI that uses 8GB of RAM and takes 10 Seconds to load, just make it work.

    Well, this is pretty much Google Docs or any Open Source clone like Nextcloud or LibreOffice Online I guess. It's surely possible though to write something like that with a very lean UI.

    I think many Web developers go by default for something more complex though because it's not necessarily more effort. And well, there are already a bizillion similar apps.

    > Also i dont care about a fancy looking UI that uses 8GB of RAM and takes 10 Seconds to load, just make it work.

    But this one might be relatively close to what you're looking for: https://github.com/DanielDe/org-web (At least if you self-host, the web server of org-web.org doesn't seem very fast :))

  • Can you suggest list management apps that Org can (2-way) interface with easily?
    3 projects | /r/orgmode | 10 Mar 2022
    I use this for shared org Todo lists: https://org-web.org/
  • Is there any web viewer for org-mode files similar to jupyter nbviewer?
    4 projects | /r/orgmode | 20 Jan 2022
    There are also mobile apps like orgzly or plain-org. And one more link for online editors: https://org-web.org/. As the last resort, you may always go for Emacs on mobile. (There are currently even some discussions on emacs-devel about touchscreen support).
  • org-web: org-mode on the web for mobile, synced with Dropbox and Google Drive
    1 project | /r/emacs | 11 Oct 2021
  • Org-web: Web-based Emacs Org Mode Editor
    1 project | news.ycombinator.com | 11 Oct 2021
  • The open calendar, task and note space is a mess
    19 projects | news.ycombinator.com | 30 Aug 2021
    Surprised nobody has mentioned this yet, but Org-mode for Emacs [1] is just great, and fits very well to the requirements:

    - Source of truth: these are text files, so any of git, nextcloud, syncthing etc. will do.

    - Consistent interface: using emacs might be tough on mobile, but there are some web interfaces for Org mode [2]

    - Standard protocols: custom scripting does anything. ical is pretty easy to handle, not sure about webdav.

    - FOSS: check

    - Multiple calendars: yep, via Org agenda [3]

    - Subtask support: As deep as you can go

    - Custom logic: via emacs scripts (or some creativity if you're using the web ui above)

    - Markdown notes: yes, minimal differences between org mode and markdown

    [1] https://orgmode.org/

    [2] https://github.com/DanielDe/org-web

    [3] https://orgmode.org/manual/Agenda-Views.html

  • Is it possible to use org-mode as a filing cabinet too?
    6 projects | /r/orgmode | 13 Aug 2021
    Different options exist offering a differing amount of features. These include MobileOrg, Beorg, flat habits, OrgRO. Other solutions include Org Web, Organice.
  • A note from our sponsor - Stream
    getstream.io | 12 Jul 2025
    Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure. Learn more →

Stats

Basic org-web repo stats
14
1,399
2.4
about 2 years ago

Sponsored
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?