No description
Find a file
2025-07-04 15:16:51 -07:00
.zed feature: events polling 2025-07-02 21:28:07 -07:00
models feature: chat is working? 2025-07-04 12:15:06 -07:00
public fix: more login/session issues addressed 2025-07-04 15:16:51 -07:00
tests feature: events polling 2025-07-02 21:28:07 -07:00
utils fix: login sessions 2025-07-04 14:51:49 -07:00
.gitignore feature: initial commit 2025-06-24 15:40:30 -07:00
deno.json fix: login sessions 2025-07-04 14:51:49 -07:00
deno.lock fix: login sessions 2025-07-04 14:51:49 -07:00
README.md refactor: some work to get initial page load working a bit better 2025-07-04 13:08:00 -07:00

Getting Started Developing

  1. Install Deno

    Run their shell script (note: as yourself, not root)

    curl -fsSL https://deno.land/install.sh | sh
    

    Or using Nix:

    nix-shell -p deno
    
  2. Clone the repo:

    git clone https://andyburke.dev/andyburke/autonomous.contact.git

  3. Start the server:

    deno run task serve

  4. Navigate to http://localhost:8000

TODO

  • should everything be an event in a room?
  • sign up
  • check for logged in user session
  • log in
  • chat rooms
  • gif support
  • media uploads
  • local upload support (keep it simple for small instances)
  • S3 support (then self-host with your friends: https://garagehq.deuxfleurs.fr/)
  • try to select immediate sibling messages from the same user and hide mulitple avatars
  • chat messages
  • user profile page
  • profile editing
  • avatar uploads
  • local upload support (keep it simple for small instances)
  • S3 support (then self-host with your friends: https://garagehq.deuxfleurs.fr/)
  • admin panel
  • add invite code generation
  • AC_REQUIRE_INVITE_CODE: boolean env var/setting
  • AC_DIRECTORY_SERVERS: |-separated list of directory servers to report to these central servers could be distributed directories - your town might run one, your state, your country, or you could publish to a public one that is organized around interests
  • combined "bulletin board" instead of exchange/work?
  • post-it style notes with tag and keyword filtering?
  • simple wiki for resources
  • simple calendar with public/private event tracking
  • caldav support