https://github.com/kinfe123/chacha
A future multi-tenant web live stream platform
https://github.com/kinfe123/chacha
clerk framer livekit nextjs prisma supabase webhooks webscoket
Last synced: about 1 month ago
JSON representation
A future multi-tenant web live stream platform
- Host: GitHub
- URL: https://github.com/kinfe123/chacha
- Owner: Kinfe123
- License: mit
- Created: 2024-02-06T12:31:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-04T21:38:28.000Z (about 1 year ago)
- Last Synced: 2025-03-17T05:44:44.037Z (about 1 month ago)
- Topics: clerk, framer, livekit, nextjs, prisma, supabase, webhooks, webscoket
- Language: TypeScript
- Homepage: https://chachas.vercel.app
- Size: 4.39 MB
- Stars: 25
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chacha
ethiopian based multi tenant web streaming platform to reduce the overall hardware cost like servers , instances, disks and stuff by almost by 50% both in cost and operations
## Tech Stack- **Framework:** [Next.js](https://nextjs.org)
- **Styling:** [Tailwind CSS](https://tailwindcss.com)
- **User Management:** [Clerk](https://clerk.com)
- **ORM:** [Drizzle ORM](https://orm.drizzle.team)
- **UI Components:** [shadcn/ui](https://ui.shadcn.com)
- **Email:** [React Email](https://react.email)
- **Content Management:** [Contentlayer](https://www.contentlayer.dev)
- **File Uploads:** [uploadthing](https://uploadthing.com)## Running Locally
1. Clone the repository
```bash
git clone https://github.com/Kinfe123/chacha.git
```2. Change the dir
```bash
cd chacha
```3. Install dependencies using pnpm
```bash
pnpm install
```4. Copy the `.env.example` to `.env` and update the variables.
```bash
cp .env.example .env
```5. Start the development server
```bash
pnpm run dev
```## How do I deploy this?
Follow the deployment guides for [Vercel](https://create.t3.gg/en/deployment/vercel), [Netlify](https://create.t3.gg/en/deployment/netlify) and [Docker](https://create.t3.gg/en/deployment/docker) for more information.
## Contributing
Contributions are welcome! Please open an issue if you have any questions or suggestions. Your contributions will be acknowledged. See the [contributing guide](./CONTRIBUTING.md) for more information.
That's why this existed but i am using turbo just in case :)