https://github.com/leocodeio/leostack
remix common template remix+vite+shadcn+tailwind
https://github.com/leocodeio/leostack
Last synced: 9 months ago
JSON representation
remix common template remix+vite+shadcn+tailwind
- Host: GitHub
- URL: https://github.com/leocodeio/leostack
- Owner: leocodeio
- License: other
- Created: 2025-01-25T05:04:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-07T04:52:16.000Z (about 1 year ago)
- Last Synced: 2025-06-07T05:27:23.672Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://leostack.vercel.app
- Size: 705 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
## leostack
## 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