Teak is a personal knowledge hub designed to help creative minds effortlessly collect, remember, and rediscover their most important ideas and inspirations.
teak/
├── apps/
│ ├── web/ # Next.js app
│ ├── api/ # Hono API gateway
│ ├── mobile/ # Expo app
│ ├── desktop/ # Tauri desktop app
│ ├── extension/ # Browser extension
│ ├── raycast/ # Raycast extension
│ └── docs/ # Documentation site
├── packages/
│ ├── convex/ # Convex backend
│ └── ui/ # Shared UI package
└── package.json
MIT License - see LICENSE file for details.