https://github.com/v0id-user/projectarabia
A tech-focused community for link aggregation and thoughtful discussion. Inspired by Hacker News and Lobsters, but built for the modern web and the Arabic tech scene.
https://github.com/v0id-user/projectarabia
agplv3 arabic-tech cloudflare cloudflare-d1 cloudflare-kv cloudflare-pages cloudflare-queues cloudflare-workers community-platform discussion-platform edge-computing link-aggregation open-source-community react resend serverless sqlite tanstack-start typescript zustand
Last synced: 2 months ago
JSON representation
A tech-focused community for link aggregation and thoughtful discussion. Inspired by Hacker News and Lobsters, but built for the modern web and the Arabic tech scene.
- Host: GitHub
- URL: https://github.com/v0id-user/projectarabia
- Owner: v0id-user
- License: agpl-3.0
- Created: 2025-11-08T15:15:22.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-11-08T20:12:56.000Z (2 months ago)
- Last Synced: 2025-11-08T21:16:23.645Z (2 months ago)
- Topics: agplv3, arabic-tech, cloudflare, cloudflare-d1, cloudflare-kv, cloudflare-pages, cloudflare-queues, cloudflare-workers, community-platform, discussion-platform, edge-computing, link-aggregation, open-source-community, react, resend, serverless, sqlite, tanstack-start, typescript, zustand
- Language: TypeScript
- Homepage:
- Size: 312 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Project Arabia
> A tech-focused community for link aggregation and thoughtful discussion — inspired by Hacker News and Lobsters, but built for the modern web and the Arabic tech scene.
---
## Overview
**ProjectArabia** is a community platform centered around sharing and discussing links, projects, and ideas.
It’s designed for developers, founders, and builders who value depth, curiosity, and simplicity — not noise.
Users can:
* Submit tech-related articles, posts, or projects.
* Discuss and vote on links in real-time.
* Receive clean, non-spammy notifications when someone interacts with their post or comment.
* Explore trending discussions without algorithms getting in the way.
Think *old-school web communities*, but fast, edge-native, and thoughtfully minimal.
---
## Stack
* **Framework:** [TanStack Start](https://tanstack.com/start) — file-based routing + modern React SSR
* **State Management:** [Zustand](https://github.com/pmndrs/zustand)
* **Email Service:** [Resend](https://resend.com) (used for notifications)
---
## Infrastructure
Runs entirely on the **Cloudflare Edge**:
* **Cloudflare Pages & Workers** – serving both frontend and API from the edge
* **Cloudflare Queues** – background email dispatch (no user-blocking or spam bursts)
* **Cloudflare KV** – fast cache for recent posts and sessions
* **Cloudflare D1 (SQLite)** – persistent relational storage
---
## Architecture Highlights
* **Serverless-first design:** No traditional backend servers — everything lives on Workers.
* **Real-time consistency:** KV for speed, D1 for truth.
* **Edge queueing:** Notifications are enqueued and processed asynchronously, respecting rate limits.
* **Predictable simplicity:** No complex abstractions, no hidden magic.
---
## Vision
ProjectArabia aims to become the home for **Arabic-speaking tech minds**,
where ideas spread fast but thoughtfully — without engagement farming or hype.
The mission is simple:
> Create a calm space where builders share what matters.
---
## Development
```bash
# clone the repo
git clone https://github.com/v0id-user/projectarabia.git
cd projectarabia
# install dependencies (bun recommended)
bun install
# start dev server
bun run dev
```
---
## License & Credits
MIT License.
Built by [#V0ID](https://v0id.me) — powered by curiosity, caffeine, and the edge.