Discover more sites on EpixNet. A decentralized site directory.
- Browse sites by category and language
- Categories: Blogs, Services, Forums, Chat, Video/Image, Guides, News, Politics, Other
- Star/favorite system for site ranking
- Submit your own site to the directory
- Edit existing listings
- Peer count and popularity metrics
- Language filtering
- Responsive multi-column layout
- 4 language translations
epix1searchd8hcnyfacvklmszzxwx9ptnf5rde04xf/
├── index.html
├── content.json
├── dbschema.json # EpixSites DB (v2)
├── LICENSE # MIT
├── css/
│ └── all.css # Bundled stylesheet
├── js/
│ ├── EpixSites.js # Main app (extends EpixFrame)
│ ├── Head.js # Header with view modes
│ ├── Site.js # Site card component
│ ├── SiteAdd.js # Submit new site form
│ ├── SiteList.js # Category list
│ ├── SiteLists.js # Master list with filtering
│ ├── User.js # User auth and favorites
│ ├── lib/ # Maquette, EpixFrame, anime
│ └── utils/ # Animation, Form, Text, Time, Menu, etc.
├── languages/ # es, fa, zh, zh-tw
└── data-default/
└── users/
└── content.json
- File:
data/users/epixsites.db - Tables:
site,site_stat,site_star,json
- Vanilla ES6 JavaScript (no build step)
- Maquette virtual DOM
- EpixFrame WebSocket bridge
- anime.js for animations
- All JS wrapped in IIFEs
MIT