docs(showcase): add docs/showcase/fact-dynamics.mdx for Fact Dynamics pr… #22
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.
Description
Adding Fact Dynamics, a cross-platform Flutter application that leverages Perplexity's Sonar API to provide real-time fact-checking for spoken content and images. This hackathon-winning project demonstrates advanced integration with Perplexity's API for live debate analysis, speech transcription fact-checking, and image content verification.
Type of Contribution
Checklist
Project Details
What problem does this solve?
Fact Dynamics addresses the critical challenge of misinformation in real-time communications by providing instant fact-checking capabilities during:
The app democratizes fact-checking tools that were previously only available to journalists and professional fact-checkers, making them accessible to everyone.
What makes this contribution valuable to other developers?
This project showcases several advanced Perplexity API integration patterns:
perplexity_dart
andperplexity_flutter
) that other developers can useExternal Links:
Testing
The application has been thoroughly tested across multiple scenarios:
Screenshots
The project includes comprehensive screenshots showing:
All screenshots are available in the repository at
/assets/screenshots/
and integrated into the documentation.Additional Notes
Hackathon Achievement
This project was developed for the Perplexity Hackathon and submitted in the "Information Tools" and "Deep Research & Education" categories. It represents a complete, production-ready application built in a compressed timeframe.
Open Source Contribution
As part of this project, I developed and published two reusable packages to help the broader Flutter/Dart community integrate with Perplexity's API:
perplexity_dart
: Core Dart SDK with type-safe API clientperplexity_flutter
: Flutter-specific widgets and utilitiesTechnical Innovation
The project demonstrates several innovative approaches:
Future Impact
This showcase provides a foundation that other developers can build upon for:
The comprehensive documentation and open-source SDKs lower the barrier for other developers to create similar applications or integrate fact-checking capabilities into existing projects.