Welcome to Racelbook

A fully functional Facebook-style social media platform

🎉 Installation Required

Racelbook is a Next.js application that needs to be set up before use.

This is a modern React-based social media platform with real-time features powered by Supabase.

🔐
Authentication
Secure signup & login
📱
News Feed
Share posts & photos
👥
Friends
Connect with people
💬
Comments
Real-time interactions
❤️
Likes
Express reactions
👤
Profiles
Customizable pages

Quick Setup (5 minutes)

Step 1: Install Dependencies

Run in terminal: npm install

Step 2: Set Up Supabase

Create a free account at supabase.com and create a new project

Step 3: Configure Database

Run the supabase-schema.sql file in Supabase SQL Editor

Step 4: Add Environment Variables

Copy .env.local.example to .env.local and add your Supabase credentials

Step 5: Start the App

Run: npm run dev and open http://localhost:3000

📖 View Setup Guide 📚 Read Documentation

Tech Stack

Next.js 14 React 18 TypeScript Supabase PostgreSQL Tailwind CSS Real-time Updates