Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iboughtbed/jotai-flow
An open source habit app - state flow
https://github.com/iboughtbed/jotai-flow
clerk drizzle-orm nextjs shadcn-ui
Last synced: about 21 hours ago
JSON representation
An open source habit app - state flow
- Host: GitHub
- URL: https://github.com/iboughtbed/jotai-flow
- Owner: iboughtbed
- License: mit
- Created: 2024-05-11T15:29:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-14T19:10:30.000Z (8 months ago)
- Last Synced: 2024-11-11T02:28:30.964Z (about 2 months ago)
- Topics: clerk, drizzle-orm, nextjs, shadcn-ui
- Language: TypeScript
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# [Jotai Flow](https://jotai-flow.vercel.app)
This is an open source habit app build with everything new in Next.js 14. It is bootstrapped with `create-t3-app`.
> **Warning**
> This project is still in development and is not ready for production use.> **Name**
> Jotai means state in Japanese, and Jotai Flow means "State Flow"## 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)
- **Content Management:** [Contentlayer](https://www.contentlayer.dev)
- **File Uploads:** [uploadthing](https://uploadthing.com)## Features to be implemented
- [x] Authentication with **Clerk**
- [x] ORM using **Drizzle ORM**
- [x] Database on **Neon**
- [ ] Validation with **Zod**
- [ ] Dashboard with tasks, categories, and subcategories
- [ ] File uploads with **uploadthing**
- [ ] Blog using **MDX** and **Contentlayer**
- [ ] User subscriptions
- [ ] AI tools for tasks## Running Locally
1. Clone the repository
```bash
git clone https://github.com/iboughtbed/jotai-flow.git
```2. Install dependencies using pnpm
```bash
pnpm install
```3. Copy the `.env.example` to `.env` and update the variables.
```bash
cp .env.example .env
```4. Start the development server
```bash
pnpm run dev
```5. Push the database schema
```bash
pnpm run db:push
```## Introduction
A habit app
## 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.
## License
Licensed under the MIT License. Check the [LICENSE](./LICENSE.md) file for details.