An open API service indexing awesome lists of open source software.

https://github.com/hirotakadango/hdboard

4chan clone in php and sqlite database with only single file.
https://github.com/hirotakadango/hdboard

4chan-clone anonymous booru forum imageboard php sqlite

Last synced: 9 months ago
JSON representation

4chan clone in php and sqlite database with only single file.

Awesome Lists containing this project

README

          

# HDBoard

![HDBoard](https://github.com/user-attachments/assets/86b8fd56-cc5f-46a7-bc15-ba88dd096f8f)

**HDBoard** is a lightweight and customizable PHP-based message board system designed to be simple, fast, and easy to deploy. Ideal for small communities, personal projects, or internal team communication.

## Features

- Easy to install – just drop `index.php` on your server
- Flat-file storage (no database required)
- Lightweight and fast
- Clean and minimal UI
- Fully customizable with a few lines of code

## Getting Started

### Requirements

- PHP 7.0 or higher
- A web server (Apache, Nginx, etc.)

### Installation

1. Clone the repository or download the `index.php` file.

```bash
git clone https://github.com/HirotakaDango/HDBoard.git
```

2. Place `index.php` in your web server's root directory.

3. Open your browser and navigate to your site.

### Optional Configuration

You can edit `index.php` directly to modify:

- Board title
- Storage path
- Posting rules
- Appearance and styles

## Folder Structure

```
/HDBoard
├── index.php
└── (Optional) storage/
```