#Open sourcing my project to index Discord questions into Google today! - Here's how we use Storybook

4 messages · Page 1 of 1 (latest)

worn topaz
#

You can check out the site at: https://www.answeroverflow.com/

See the source code at: https://github.com/AnswerOverflow/AnswerOverflow

And we've got an announcement tweet here: https://twitter.com/RhysSullivan/status/1640712394321301509

Storybook has been super helpful for transitioning this project to open source, I wanted to highlight some of the ways that we use it on Answer Overflow

#1 - Preview Deployments

https://github.com/AnswerOverflow/AnswerOverflow/pull/302

When someone creates a pull request, we're able to review their UI changes without ever syncing the project which is a huge time saver

#2 Light/Dark theme at the same time

#3 Accessibility!

We have accessibility tests running both in the storybook editor and via continuous integration through storybook, on the light and dark theme. This is a huge help for ensuring no inaccessible code makes it to prod.

We're using the Storybook 7 beta with the NextJS framework and it's all integrated really well - big thanks to the Storybook team for making such a great UI development environment!

Everything you see mentioned above you can find in our GitHub repo, it's MIT licensed so feel free to integrate it into your own projects!

Answer Overflow

Build the best Discord support server with Answer Overflow. Index your content into Google, answer questions with AI, and gain insights into your community.

GitHub

Indexing Discord Help Channel Questions into Google - GitHub - AnswerOverflow/AnswerOverflow: Indexing Discord Help Channel Questions into Google

Announcing https://t.co/krL6TJSrBn!

  • Free and open-source indexing of your Discord server content into Google
  • AI answers trained off your community data
  • Analytics into your most popular questions

It's time to see just how good community support can be!

GitHub

Description
Another pretty big ui styling update
Type of change

Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Breaking change (fi...

worn topaz
#

Open sourcing my project to index Discord questions into Google today! - Here's how we use Storybook

devout pulsar
#

The signed in toolbar toggle seems rad, what does it do? adjust the context with user data or something?

worn topaz