Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khalil-codes/feed-craft-saas

a SaaS application designed to help users gather feedback for their projects through customizable and embeddable feedback widgets
https://github.com/khalil-codes/feed-craft-saas

analytics nextjs shadcn supabase web-components

Last synced: 12 days ago
JSON representation

a SaaS application designed to help users gather feedback for their projects through customizable and embeddable feedback widgets

Awesome Lists containing this project

README

        

# Feed Craft

FeedCraft is a SaaS application designed to help users gather feedback for their projects through customizable and embeddable feedback widgets

![Feed Craft](./src/assets/feed-craft.gif)

## Features

---

- _Create and Embed Feedback Widgets_: Build fully customizable feedback widgets and embed them into any web application seamlessly.
- _User Authentication_: Powered by Clerk, ensuring secure user authentication and account management.
- _Dashboard_: Manage all your feedback projects from a centralized dashboard, making it easy to track progress and updates.
- _Project Details & Feedback Listing_: View detailed project insights and access all feedback responses in a neatly organized manner.
- _Customizable UI_: Customize the widget's appearance using Tailwind CSS to match your brand or website design.

## Dependencies

---

The project uses the following dependencies:

- Next.js
- React
- Clerk
- Drizzle ORM
- PostgreSQL
- Tailwind CSS

## Getting Started

---

To get started with the project, follow these steps:

### Development Server

Run the development server using one of the following commands:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

This will start the development server, and you can access the application at [http://localhost:3000](http://localhost:3000).

## Deployment

---

The project can be deployed to Vercel using the following steps:

1. Create a new Vercel project
2. Link the project to your GitHub repository
3. Configure the project settings as needed
4. Deploy the project to Vercel

## Contributing

---

Contributions are welcome! If you'd like to contribute to the project, please fork the repository and submit a pull request.

## License

---

The project is licensed under the MIT License.

Note that this is a basic README file, and you may want to add more information about your project, such as screenshots, documentation, or troubleshooting guides.