Skip to content

emigdio821/tahei

Repository files navigation

tahei

A simple, open-source, self-hosted bookmark manager.

Tech Stack

  • TanStack Start + React 19
  • TypeScript
  • Tailwind CSS
  • Drizzle ORM
  • PostgreSQL / Neon Database
  • Better Auth
  • TanStack Query

Setup

  1. Install dependencies:
npm install
  1. Copy .env.example to .env and configure:
cp .env.example .env
  1. Set up database:
npm run db:push
npm run db:seed
  1. Run dev server:
npm run dev

Open http://localhost:3000

Database

Switch between local PostgreSQL and Neon serverless by setting DB_TYPE in your .env file.

Releases

No releases published

Packages

 
 
 

Contributors