Conversation

Had an idea last night for a powered Public Brain. Managed to get a (very) basic version of it built for my site today! Inspired by , already possible to (minus a few bugs) copy/paste from Roam and create a graph of notes on your site.
Embedded video
0:29
10.9K views
9
150
Nice! Was just thinking about how to add bi-directional links to my Gatsby site last weekend but so glad you beat me to the punch. Definitely installing this plugin when you get it all cleaned up πŸ™Œ
2
2
Sorry to bother you both. I am working with a non-profit that is looking to build a simple mobile-optimized web app to help marginalized women with reproductive health resources. What is the best platform to build it on? Thanks
1
I'm by no means a web dev expert, but from my experience it largely depends on what you need. If you just need static content, build it in Gatsby (or maybe even something like Squarespace or Wordpress for something less code heavy), but if you are doing something with more...
1
dynamic functionality, I would look at using React for the frontend, and a Node + Express + Apollo Graphql server on the backend. That's what I'm doing for another project.
1
1
Thank you for responding. It has to be a dynamic web app where they answer questions. Hoping to have a button to call or text a healthcare provider if there is an emergency.
1
That one looks like it uses React, but Maggie is right that if you aren't a coder and can't get one, you probably need to find an alternate solution. I don't know of any good no-code solutions for this type of app though. May need to consider an alternate (more static) solution
1
1
Show replies