Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.feedaura.in/llms.txt

Use this file to discover all available pages before exploring further.

Setup Your Feedaura Project

Follow these simple steps to create your form and start collecting valuable user feedback.

1. Create Your Account & Project

Visit Feedaura.in and create your account to get started.
Click on “Create Project” in your dashboard. You will be asked to:
  • Select Form Type: Choose between Widget (for website embedding) or Survey (for shareable links).
  • Select Niche: Specify your industry (e.g., SaaS, Restaurant, Hospitality) so we can tailor the experience.
After creating your project, use the editor to customize your form’s questions and appearance. Once you’re happy with it, click Save and then Publish to make it live.

Choose Your Deployment Flow

Depending on the form type you selected, you have two ways to collect feedback:

Form Type: Widget

Designed for quick feedback directly on your website. You get a Floating Feedback Button that appears on every page.
  • Bonus: Widgets also come with a shareable link if you need it.

Form Type: Survey

Designed for deep-dive feedback. You get a Shareable Link that you can send via email, social media, or embed in messages.
If you chose the Widget type, follow these steps to add the floating feedback button to your site.

1. Copy the Snippet

Copy your unique integration snippet from the Integration tab in your project dashboard. It looks like this:
<!-- Feedaura Widget -->
<div id="feedaura-widget"></div>
<script
  src="https://cdn.feedaura.in/embed/widget.iife.js"
  data-projectId="YOUR_PROJECT_ID"
  data-position="bottom-right"
  data-target="#feedaura-widget"
></script>

2. Add to Your HTML

Paste the snippet just before the closing </body> tag in your index.html or main layout file.
<!DOCTYPE html>
<html lang="en">
<body>
  <!-- Your content -->
  
  <!-- Feedaura Widget Integration -->
  <div id="feedaura-widget"></div>
  <script
    src="https://cdn.feedaura.in/embed/widget.iife.js"
    data-projectId="your-project-id"
    data-position="bottom-right"
    data-target="#feedaura-widget"
  ></script>
</body>
</html>
Where to place it: Always add the snippet just before the closing </body> tag for optimal performance.

Verify Your Installation

Once you’ve added the snippet or shared your link:
  1. Visit your site: The floating feedback button should appear instantly.
  2. Submit feedback: Click the button and send a test response.
  3. Check Dashboard: Go to your Feedaura Dashboard to see your feedback and AI analysis in real-time.
Feedaura Widget Preview

Next Steps

Customize Your Widget

Fine-tune your form’s colors, questions, and behavior.

Explore AI Insights

Leverage AI-powered analytics to derive actionable insights.

Join Our Community

Get support and share feedback with other developers.