-
-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add screenshots, and update other docs
- Loading branch information
1 parent
95fc3a0
commit d3be75d
Showing
20 changed files
with
59 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Screenshots | ||
|
||
## Homepage | ||
|
||
![Homepage](/img/screenshots/homepage.png) | ||
|
||
## Tags | ||
|
||
![All Tags](/img/screenshots/all-tags.png) | ||
|
||
## Lists | ||
|
||
![All Lists](/img/screenshots/all-lists.png) | ||
|
||
## Settings | ||
|
||
![Settings](/img/screenshots/settings.png) | ||
|
||
## Admin Panel | ||
|
||
![Ammin](/img/screenshots/admin.png) | ||
|
||
|
||
## iOS Sharing | ||
|
||
<img src="/img/screenshots/share-sheet.png" width="400px" /> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Architecture | ||
|
||
![Architecture Diagram](/img/architecture/arch.png) | ||
|
||
- Webapp: NextJS based using sqlite for data storage. | ||
- Redis: Used with BullMQ for scheduling background jobs for the workers. | ||
- Workers: Consume the jobs from redis and executes them, there are three job types: | ||
1. Crawling: Fetches the content of links using a headless chrome browser running in the workers container. | ||
2. OpenAI: Uses OpenAI APIs to infer the tags of the content. | ||
3. Indexing: Indexes the content in meilisearch for faster retrieval during search. |
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.