mirror of
https://github.com/SrIzan10/echospace.git
synced 2026-06-06 00:56:54 +00:00
1c3f5beeb218f3e89efef650d264c623cb65b0cc
Bumps [next](https://github.com/vercel/next.js) from 15.3.0 to 15.4.8. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.3.0...v15.4.8) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
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.
- Clone the repository
- Set up environment variables:
DATABASE_URL=postgresql://...
GITHUB_CLIENT=your_github_client_id
GITHUB_SECRET=your_github_secret
Description
Languages
TypeScript
95.4%
CSS
3.8%
Dockerfile
0.6%
JavaScript
0.2%