dependabot[bot] 9e8d22cb76 chore(deps): bump react, react-dom and @types/react
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.

Updates `react` from 19.0.0-rc.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react)

Updates `react-dom` from 19.0.0-rc.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react-dom)

Updates `@types/react` from 18.3.0 to 19.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-23 13:25:36 +00:00
2024-12-23 00:29:43 +01:00
2024-12-14 16:47:55 +01:00
2024-12-14 00:11:55 +01:00
2024-12-23 00:35:50 +01:00
2024-12-16 16:41:29 +01:00
2024-12-14 00:11:55 +01:00
2024-12-14 00:43:07 +01:00
2024-12-14 00:11:55 +01:00
2024-12-16 18:44:03 +01:00
2024-12-14 00:11:55 +01:00
2024-12-16 18:58:23 +01:00
2024-12-19 23:12:51 +01:00

Echospace

Echospace is a developer-centric user feedback platform that makes collecting and managing user feedback simple and streamlined.

Features

  • Project Management: Create and manage multiple feedback collection projects
  • Custom Data Fields: Define custom data fields to collect alongside feedback
  • API Integration: Simple REST API for collecting feedback
  • Rate Limiting: Configurable rate limits per project
  • GitHub Integration: Link projects to GitHub repositories

Tech Stack

  • Framework: Next.js 14 with App Router
  • Language: TypeScript
  • Styling: Tailwind CSS with shadcn/ui components
  • Authentication: Lucia with GitHub OAuth
  • Database: PostgreSQL with Prisma ORM
  • Deployment: Docker with automated builds

Getting Started

Selfhosting is not recommended (you can use the free hosted version), but you can do so! A docker image is available at srizan10/echospace.

  1. Clone the repository
  2. Set up environment variables:
DATABASE_URL=postgresql://...
GITHUB_CLIENT=your_github_client_id
GITHUB_SECRET=your_github_secret
Description
A developer-centric user feedback platform
Readme 703 KiB
Languages
TypeScript 95.4%
CSS 3.8%
Dockerfile 0.6%
JavaScript 0.2%