https://github.com/zigcccc/homewise
Manage your household in an efficient and smart way! (Hono + BetterAuth + React + Neon DB)
https://github.com/zigcccc/homewise
better-auth expo hono monorepo neon-postgres react tansta vercel
Last synced: about 2 months ago
JSON representation
Manage your household in an efficient and smart way! (Hono + BetterAuth + React + Neon DB)
- Host: GitHub
- URL: https://github.com/zigcccc/homewise
- Owner: zigcccc
- Created: 2025-10-06T08:48:29.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-04-09T06:03:15.000Z (3 months ago)
- Last Synced: 2026-04-09T08:08:51.947Z (3 months ago)
- Topics: better-auth, expo, hono, monorepo, neon-postgres, react, tansta, vercel
- Language: TypeScript
- Homepage: https://www.home-wise.app
- Size: 1.29 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homewise
### Apps and Packages
- `server`: a [Hono.js](https://hono.dev/) app
- `web`: a [React.js](https://react.dev/) + [TanStack Router](https://tanstack.com/router/latest) app
- `mobile`: a [Expo](https://docs.expo.dev/) app
- `@homewise/ui`: a React component library shared containing [ShadCN](https://ui.shadcn.com/) components
- `@homewise/eslint-config`: core `eslint` configurations
- `@homewise/typescript-config`: `tsconfig.json`s used throughout the monorepo
Each package/app is 100% [TypeScript](https://www.typescriptlang.org/).
### Utilities
This Turborepo has some additional tools already setup for you:
- [TypeScript](https://www.typescriptlang.org/) for static type checking
- [ESLint](https://eslint.org/) for code linting
- [Prettier](https://prettier.io) for code formatting