https://github.com/leocodeio/catalyst-com
This community website is built with Remix, PostgreSQL, Prisma, Supabase, and deployed on Vercel.
https://github.com/leocodeio/catalyst-com
Last synced: 6 months ago
JSON representation
This community website is built with Remix, PostgreSQL, Prisma, Supabase, and deployed on Vercel.
- Host: GitHub
- URL: https://github.com/leocodeio/catalyst-com
- Owner: leocodeio
- License: other
- Created: 2024-09-07T14:12:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-07T18:51:22.000Z (10 months ago)
- Last Synced: 2025-09-07T19:24:50.853Z (10 months ago)
- Language: TypeScript
- Homepage: https://catalyst-com.vercel.app
- Size: 2.35 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
## catalyst
## Tech Stack
- Remix
- Prisma
- Better Auth
- Tailwind CSS
- Shadcn UI
- PostgreSQL
## Features
- Authentication
- Authorization
- User Management
- Role-Based Access Control
- Email and Password Authentication
- Social Authentication (Google, Github, etc)
- Database Integration (PostgreSQL)
- Multi-Persona Support
- [ ] ENV Check
- [ ] Logging
- [ ] Deployment
- [ ] Documentation
- [ ] CI/CD
- [ ] Rate Limiting
- [ ] Caching
- [ ] Testing
## Setup
1. Clone the repository
2. Run `pnpm install`
3. Run `pnpm run prisma`
4. Run `pnpm run dev`
5. Open the browser and go to `http://localhost:5173`
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
## How to contribute
This project is open source and we welcome contributions. Please feel free to submit a pull request.
Read about how to contribute [here](CONTRIBUTING.md).
test