
Language 🇺🇸 English (US)
Documentation
Usage
Add Comments to Your GatsbyJS Site
This is the official GatsbyJS Library for FastComments.
Example GatsbyJS site with FastComments setup
Repository
Live Demo 
Try every widget live at https://fastcomments.com/commenting-system-for-gatsby.
🚀 Quick start 
See in Action.
Navigate into your new site's directory and start it up.
cd fastcomments-gatsbyjs-example/ npm install gatsby developAdd FastComments to Your Gatsby Site.
Take a look at src/pages/index.js. This single line shows how we instantiate the widget:
return <FastCommentsCommentWidget tenantId="demo" />;
Examples 
Simple Example
http://localhost:8000/commenting
Code: src/pages/commenting.tsx.
Dark Mode Toggle
http://localhost:8000/dark-mode
Code: src/pages/dark-mode.tsx.
Page Transitions
See more by going to http://localhost:8000
Need Help?
If you encounter any issues or have questions about the GatsbyJS Library, please:
Contributing
Contributions are welcome! Please visit the GitHub repository for contribution guidelines.