Skip to content

Hotaro26/gorbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gorbit

Gorbit is a modern social media platform built for speed and simplicity. It features real-time messaging, community forums, media sharing, and a "Glance" story feature.

Architecture

The project is structured as a monorepo:

  • frontend: React + Vite with Material Design 3 styling.
  • supabase: Local development configuration and database migrations.
  • backend: Legacy Express/Prisma server (currently being migrated to Supabase).

Local Development

Prerequisites

  • Node.js (v18 or higher)
  • Docker (required for local Supabase)
  • Supabase CLI

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/Hotaro26/gorbit.git
    cd gorbit
  2. Start the local backend:

    cd supabase
    supabase start

    This will pull Docker images and start the database, auth, and storage services. Note the API keys provided in the output.

  3. Configure the frontend:

    • Navigate to the frontend directory.
    • Create a .env.local file.
    • Add your Supabase credentials:
      VITE_SUPABASE_URL=http://127.0.0.1:54321
      VITE_SUPABASE_ANON_KEY=your_anon_key
  4. Run the frontend:

    npm install
    npm run dev

    The app will be available at http://localhost:5173.

Contributing

We welcome contributions to Gorbit. To contribute:

  1. Fork the repository and create a new branch for your feature or bug fix.
  2. Ensure your code follows the existing architectural patterns.
  3. Test your changes locally before submitting a pull request.
  4. Provide a clear description of the changes in your PR.

Screenshots

Screenshot 2026-05-17 at 16-37-55 Shiro Screenshot 2026-05-17 at 17-00-25 Gorbit Screenshot_20260517-165352_Chrome Screenshot_20260517-165446_Chrome Screenshot_20260517-172000_Chrome

About

a open source social media platform without any brain rot, ads or tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors