bri is a minimalist Next.js app for sharing Markdown instantly.
- Next.js 16
- Bun
- Convex
- Copy the required variables into
.env.local. - Install dependencies:
bun i- Start the app:
bun devcurl -fsSL https://bri.fyi/install.sh | bashThe installer resolves the latest release tag, installs Bun if needed, downloads the source bundle, installs dependencies, auto-adds the install directory to PATH, and configures a daily background reinstall job.
The app will be available at http://localhost:3000.
CONVEX_DEPLOYMENT=
NEXT_PUBLIC_CONVEX_URL=
NEXT_PUBLIC_CONVEX_SITE_URL=
NEXT_PUBLIC_SITE_URL=http://localhost:3000This project is licensed under the GNU General Public License v3.0 (GPL-3.0). See the LICENSE file for details.