SobshDev/audio-anything

0

stars

16

commits

TypeScript

primary language

Jul 14, 2026

updated

README

Audio Anything

TanStack Start app initialized with React 19, TypeScript, Tailwind CSS v4, shadcn/ui, Clerk, Convex, and Convex React Query integration.

Local setup

bun install
cp .env.example .env.local
bunx convex dev
bun run dev

Add the Clerk publishable and secret keys to .env.local. In Clerk, activate the Convex integration, then add its issuer URL as CLERK_JWT_ISSUER_DOMAIN in the Convex dashboard. bunx convex dev creates the deployment and writes the real CONVEX_DEPLOYMENT and VITE_CONVEX_URL.

Commands

bun run dev          # Start the TanStack app
bun run dev:convex   # Sync and watch the Convex backend
bun run typecheck
bun run check
bun run build

Add shadcn components or blocks with:

bunx --bun shadcn@latest add button
bunx --bun shadcn@latest add login-01

Agent skills are installed project-locally under .agents/skills, with compatibility symlinks generated by the Skills CLI.

Contributors

SobshDev

16 commits

SobshDev/audio-anything

0

stars

16

commits

TypeScript

primary language

Jul 14, 2026

updated

README

Audio Anything

TanStack Start app initialized with React 19, TypeScript, Tailwind CSS v4, shadcn/ui, Clerk, Convex, and Convex React Query integration.

Local setup

bun install
cp .env.example .env.local
bunx convex dev
bun run dev

Add the Clerk publishable and secret keys to .env.local. In Clerk, activate the Convex integration, then add its issuer URL as CLERK_JWT_ISSUER_DOMAIN in the Convex dashboard. bunx convex dev creates the deployment and writes the real CONVEX_DEPLOYMENT and VITE_CONVEX_URL.

Commands

bun run dev          # Start the TanStack app
bun run dev:convex   # Sync and watch the Convex backend
bun run typecheck
bun run check
bun run build

Add shadcn components or blocks with:

bunx --bun shadcn@latest add button
bunx --bun shadcn@latest add login-01

Agent skills are installed project-locally under .agents/skills, with compatibility symlinks generated by the Skills CLI.

Contributors

SobshDev

16 commits

Languages

TypeScript

84.4%

Shell

11.1%

JavaScript

1.8%

CSS

1.4%