Atalaia is a desktop application for interacting with Reddit and leveraging LLMs to discover leads and topics using sentiment analysis, allowing the user to better engage with prospects and control the brand narrative built with Tauri, Next.js, and Rust.
- Reddit Integration: Connect to Reddit to fetch posts, search, and view comments.
- AI-Powered Insights: Leverage Google's Gemini AI to analyze Reddit data, generate leads, and answer questions.
- Modern UI: A sleek and responsive user interface built with Next.js and shadcn/ui.
- Cross-Platform: Runs on Windows, macOS, and Linux thanks to Tauri.
- Data Export: Export data to Excel.
- Secure API Key Management: Securely store your API keys.
To get started with Atalaia, you'll need to have Node.js and Rust installed.
-
Clone the repository:
git clone https://github.com/mascanho/atalaia.git cd atalaia -
Install dependencies:
npm install
-
Run the development server:
npm run tauri dev
You will need to configure your Reddit and Gemini API keys in the application settings.
- Create a Reddit App: Go to your Reddit apps page and create a new "script" app.
- Get a Gemini API Key: Obtain a Gemini API key from Google AI Studio.
- Set API Keys: Launch the application and navigate to the settings page to enter your API keys.
Atalaia provides a user-friendly interface to explore Reddit content and leverage AI for insights.
- Search: Search for posts and comments on Reddit.
- Analyze: Use the AI-powered chat to ask questions about the data.
- Generate Leads: Automatically identify potential leads from Reddit discussions.
- Export: Save your findings to an Excel file.
Contributions are welcome! If you have ideas for new features or find a bug, please open an issue or submit a pull request.
This project is licensed under the MIT License.
