Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/khalil-codes/feed-craft-saas
- Owner: Khalil-codes
- Created: 2024-10-07T17:54:36.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T13:33:03.000Z (2 months ago)
- Last Synced: 2024-10-21T21:51:59.959Z (2 months ago)
- Topics: analytics, nextjs, shadcn, supabase, web-components
- Language: TypeScript
- Homepage: https://feed-craft.vercel.app
- Size: 783 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.