aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-21 04:55:16 +0000
committerMohamedBassem <me@mbassem.com>2024-03-21 04:55:16 +0000
commita9e8053ec4664deadff209952ec48cba3aa42172 (patch)
treebffed53c1e218fcd00bbfc0e37b3faced5f2b28e /README.md
parent5ea1f48e2359c70844c74708a85a2047fd2984b9 (diff)
downloadkarakeep-a9e8053ec4664deadff209952ec48cba3aa42172.tar.zst
readme: Add demo section
Diffstat (limited to '')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0d0a1d37..91822414 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,17 @@ A self-hostable bookmark-everything app with a touch of AI for the data hoarders
- [Security Considerations](https://docs.hoarder.app/security-considerations)
- [Development](https://docs.hoarder.app/Development/setup)
+## Demo
+
+You can access the demo at [https://try.hoarder.app](https://try.hoarder.app). Login with the following creds:
+
+```
+email: demo@hoarder.app
+password: demodemo
+```
+
+The demo is seeded with some content, but it's in read-only mode to prevent abuse.
+
## Stack
- [NextJS](https://nextjs.org/) for the web app. Using app router.