Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add showcase page. #892

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: Add showcase page. #892

wants to merge 1 commit into from

Conversation

thorwebdev
Copy link
Member

@thorwebdev thorwebdev commented Mar 18, 2025

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Summary

Added a new showcase section highlighting community projects, featuring GibberLink and Talk to Santa examples with detailed implementation guides and demos.

  • Fix spelling errors in /fern/docs/pages/showcase/gibberlink.mdx: "modiefied" → "modified", "Projec" → "Project", and inconsistent capitalization of "English"
  • Fix typo in /fern/docs/pages/showcase/talk-to-santa.mdx: "Projec" → "Project" in Card title
  • Consider adding .cursorrules to enforce consistent formatting across showcase pages
  • Ensure all external links in showcase pages use HTTPS where available (e.g., gbrl.ai)
  • Add alt text to iframe elements in showcase pages for better accessibility

💡 (1/5) You can manually trigger the bot by mentioning @greptileai in a comment!

6 file(s) reviewed, 12 comment(s)
Edit PR Review Bot Settings | Greptile

path: docs/pages/showcase.mdx
contents:
- page: Gibberlink
path: docs/pages/showcase/gibberlink.mdx
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: Missing icon property for Gibberlink page entry - consider adding for consistency with other pages

contents:
- page: Gibberlink
path: docs/pages/showcase/gibberlink.mdx
- page: Talk to Santa
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: Missing icon property for Talk to Santa page entry - consider adding for consistency with other pages


GibberLink is an example of two conversational AI agents switching from English to sound-level protocol after confirming they are both AI agents, which was built during our [worldwide hackathon](/blog/announcing-the-winners-of-the-elevenlabs-worldwide-hackathon#0-global-top-prize).

The project is open source and can be inspected on modiefied [on GitHub](https://github.com/PennyroyalTea/gibberlink).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: 'modiefied' is misspelled and 'on' is redundant

Suggested change
The project is open source and can be inspected on modiefied [on GitHub](https://github.com/PennyroyalTea/gibberlink).
The project is open source and can be inspected [on GitHub](https://github.com/PennyroyalTea/gibberlink).

Comment on lines +10 to +12
<Card title="Projec code" icon="brands github" href="https://github.com/PennyroyalTea/gibberlink">
The project is open source and can be inspected and modiefied on GitHub.
</Card>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: 'Projec' is misspelled and 'modiefied' is misspelled

Suggested change
<Card title="Projec code" icon="brands github" href="https://github.com/PennyroyalTea/gibberlink">
The project is open source and can be inspected and modiefied on GitHub.
</Card>
<Card title="Project code" icon="brands github" href="https://github.com/PennyroyalTea/gibberlink">
The project is open source and can be inspected and modified on GitHub.
</Card>


[gbrl.ai](https://www.gbrl.ai/) — Agent2Agent conversation in your browser (use two devices)

[youtube](https://www.youtube.com/watch?v=EtNagNezo8w) — Agents switching from english to ggwave, video:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: 'english' should be capitalized

Suggested change
[youtube](https://www.youtube.com/watch?v=EtNagNezo8w) — Agents switching from english to ggwave, video:
[youtube](https://www.youtube.com/watch?v=EtNagNezo8w) — Agents switching from English to ggwave, video:

---

<Card
title="Projec code"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: 'Projec code' is misspelled

Suggested change
title="Projec code"
title="Project code"

icon="brands github"
href="https://github.com/elevenlabs/elevenlabs-examples/tree/main/examples/conversational-ai/talk-to-santa"
>
The project is open source and can be inspected and modiefied on GitHub.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: 'modiefied' is misspelled

Suggested change
The project is open source and can be inspected and modiefied on GitHub.
The project is open source and can be inspected and modified on GitHub.


## Setting up the Agent

1. Set-up a Conversational AI agent in ElevenLabs [Guide](https://elevenlabs.io/docs/conversational-ai/docs/agent-setup).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: The guide URL contains a duplicate 'docs' segment

Suggested change
1. Set-up a Conversational AI agent in ElevenLabs [Guide](https://elevenlabs.io/docs/conversational-ai/docs/agent-setup).
1. Set-up a Conversational AI agent in ElevenLabs [Guide](https://elevenlabs.io/docs/conversational-ai/agent-setup).


Be sure to maintain the conversation in the user's selected language.

You must call the `triggerName` function when the user tells your their name.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: 'your' should be 'you'

Suggested change
You must call the `triggerName` function when the user tells your their name.
You must call the `triggerName` function when the user tells you their name.

- Parameter 1:
1. Data type: String
2. Identifier: itemKey
3. Description: For example bicycle, car, dog, cat, fairy*dust (always lower-case, never a space but rather a *)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic: Inconsistent use of underscore vs asterisk in example

Suggested change
3. Description: For example bicycle, car, dog, cat, fairy*dust (always lower-case, never a space but rather a *)
3. Description: For example bicycle, car, dog, cat, fairy_dust (always lower-case, never a space but rather an underscore)

@AngeloGiacco
Copy link
Collaborator

speedy

Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants