This example showcases how you can use uniorg and Next.js to publish a simple website from Org files. It is tailored to publishing a collection of interlinked notes.
It is compatible with org-roam but org-roam is not a requirement.
https://org-braindump.vercel.app
Deploy the example using Vercel:
Execute create-next-app
with npm or Yarn to bootstrap the example:
npx create-next-app --example https://github.com/rasendubi/uniorg/tree/master/examples/org-braindump braindump
# or
yarn create next-app --example https://github.com/rasendubi/uniorg/tree/master/examples/org-braindump braindump
Your braindump should be up and running on http://localhost:3000! If it doesn't work, post on GitHub discussions.
Deploy it to the cloud with Vercel (Documentation).