docs: add hosted demo link - #1246
Open
quany wants to merge 1 commit into
Open
Conversation
Add an independent one-hour hosted demo link for prospective users.
Contributor
There was a problem hiding this comment.
1 issue found across 1 file
Confidence score: 5/5
- In
README.md, the mixed-language demo label (即时演示) can make the main English entry point feel inconsistent and slightly confusing for new readers, which may reduce polish and first-impression clarity—rename the link text to consistent English wording.
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="README.md">
<violation number="1" location="README.md:401">
P3: The demo link text mixes Chinese (即时演示) into an otherwise English README, which looks like an accidental translation artifact and reads oddly for the project's primary English-speaking entry point. Change the label to plain English, e.g. "Try Open Notebook in a hosted demo", keeping the rest of the sentence as-is.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
|
|
||
| ## Hosted demo | ||
|
|
||
| Try [Open Notebook in 即时演示](https://demo.autoclaude.cn) for a one-hour, no-setup evaluation in a hosted environment. This is an independent community demo and is not an official Open Notebook service. |
Contributor
There was a problem hiding this comment.
P3: The demo link text mixes Chinese (即时演示) into an otherwise English README, which looks like an accidental translation artifact and reads oddly for the project's primary English-speaking entry point. Change the label to plain English, e.g. "Try Open Notebook in a hosted demo", keeping the rest of the sentence as-is.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At README.md, line 401:
<comment>The demo link text mixes Chinese (即时演示) into an otherwise English README, which looks like an accidental translation artifact and reads oddly for the project's primary English-speaking entry point. Change the label to plain English, e.g. "Try Open Notebook in a hosted demo", keeping the rest of the sentence as-is.</comment>
<file context>
@@ -394,3 +394,8 @@ Open Notebook is MIT licensed. See the [LICENSE](LICENSE) file for details.
+
+## Hosted demo
+
+Try [Open Notebook in 即时演示](https://demo.autoclaude.cn) for a one-hour, no-setup evaluation in a hosted environment. This is an independent community demo and is not an official Open Notebook service.
</file context>
Suggested change
| Try [Open Notebook in 即时演示](https://demo.autoclaude.cn) for a one-hour, no-setup evaluation in a hosted environment. This is an independent community demo and is not an official Open Notebook service. | |
| Try [Open Notebook in a hosted demo](https://demo.autoclaude.cn) for a one-hour, no-setup evaluation in a hosted environment. This is an independent community demo and is not an official Open Notebook service. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Recommendation
Open Notebook is a thoughtful open-source knowledge workspace for collecting sources, organizing multi-modal notes, searching across research, and asking questions with the AI providers you choose. Its local-first approach and broad provider support make it especially useful to evaluate before committing to a deployment.
I deployed and verified an independent, one-hour hosted demo at https://demo.autoclaude.cn. It lets prospective users explore the workflow without setting up the local environment.
What this PR changes
No product code changes.