Create T3 App
This is a T3 Stack project bootstrapped with create-t3-app
.
Blueprint for development
Phase 1: Task app
- Add, toggle completion, and delete tasks
- Search for tasks
- Filter tasks based on completed state
Phase 2: Authentication
- Sign in and sign out
- Tasks are associated with each user
- Add account-specific statuses for each task instead of toggle
Phase 3: Organizations
- User can create organization
- Organization owner can invite other users to join
- Organization can have "spaces" where tasks are stored
- Users are added to spaces. Not every user can see all organization spaces
Phase 4: Paid plans
- Stripe integration
- Limits number of users in organization
- Limits number of spaces in organization
- Limits amount of tasks in organization
Plans
- Basic - 3 users, 5 spaces, 1,000 tasks
- Plus - 10 users, 15 spaces, 10,000 tasks
- Pro - 50 users, 100 spaces, 500,000 tasks
- Enterprise - 1,000 users, unlimited spaces, unlimited tasks
What's next? How do I make an app with this?
We try to keep this project as simple as possible, so you can start with just the scaffolding we set up for you, and add additional things later when they become necessary.
If you are not familiar with the different technologies used in this project, please refer to the respective docs. If you still are in the wind, please join our Discord and ask for help.
Learn More
To learn more about the T3 Stack, take a look at the following resources:
- Documentation
- Learn the T3 Stack — Check out these awesome tutorials
You can check out the create-t3-app GitHub repository — your feedback and contributions are welcome!
How do I deploy this?
Follow our deployment guides for Vercel, Netlify and Docker for more information.