Goal-Oriented Action Planning for AI Research
Embedded Widget Example
Copy and paste this code into your website:
<!-- RuFlo Research Widget Container -->
<div id="ruflo-research-widget-container"></div>
<!-- Optional: Configuration -->
<script>
window.RufloResearchWidgetConfig = {
primaryColor: "#8b5cf6",
accentColor: "#22c55e",
backgroundColor: "#1a1a1a",
defaultGoal: "Your default research goal"
};
</script>
<!-- Load Widget (replace YOUR-DOMAIN with your actual domain) -->
<link rel="stylesheet" href="https://YOUR-DOMAIN/widget.css">
<script src="https://YOUR-DOMAIN/widget.js"></script>