arjunkambj/stack-heroui-convex-nextjs-turbo — explained in plain English
Analysis updated 2026-05-18
Start a new prop-firm or SaaS landing page with sign-in already wired up.
Sync user creation, updates, and deletions to Convex automatically via Stack Auth webhooks.
Extend a lean Turborepo monorepo with separate web and backend apps.
| arjunkambj/stack-heroui-convex-nextjs-turbo | arashthr/hugo-flow | argeneau12e/kairos-tx | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 2/5 | 3/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Stack Auth API keys and a webhook secret before it runs.
Unifeed is a starter application for a "prop-firm" (proprietary trading firm) landing page with built-in user authentication. It is deliberately minimal, the project covers a public landing page, a sign-in page, and the backend logic needed to manage user accounts. On the backend, Convex handles storing user records and syncing changes (new users, profile updates, and deletions) via webhooks. Authentication is managed by Stack Auth, which controls sign-in flows and routes. The whole project is organized as a monorepo using Turborepo, with two apps, a web frontend and a backend, that share configuration and can be developed independently. The project requires environment variables tied to Stack Auth keys and a webhook secret before it will run. More advanced features like an admin dashboard were intentionally removed, leaving just the core authentication setup as a lean starting point. It is written in TypeScript and uses Next.js for the frontend.
A minimal starter template for a prop-firm landing page with Convex-backed user accounts and Stack Auth authentication.
Mainly TypeScript. The stack also includes TypeScript, Next.js, Convex.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.