Skip to content

guisarria/boring-template

Repository files navigation

Boring Template

A starter template for building authenticated web applications with Better Auth and Next.js.


App Screenshot


Features

Getting Started

Prerequisites

  1. Clone the repo:

    git clone https://github.com/guisarria/boring-template
    cd your-repo
  2. Install dependencies:

    bun install
  3. Set up environment variables:

    cp .env.example .env

    Configure your database connection and auth settings in .env.

Development

bun dev

Open http://localhost:3000 in your browser.

Tech Stack & Libraries

Core

UI & Styling

Forms & Data

Utilities

Learn More

Releases

No releases published

Packages

 
 
 

Contributors