···10101111i also just think it's funny to write things in php in this day and age.
12121313+similarly to [red dwarf](https://reddwarf.whey.party/), my approach is to try and use data from outside the core bsky servers as much as possible (so, getting DID info directly from their DNS/.well-known, pulling info from plc.directory and constellation, etc) to reduce reliance on a singular entity. you can set a default fallback API to try and resolve information; by default it's set to the bsky api.
1414+1315## is it going to have [x] feature
14161517maybe! i'm not sure if i can or will go for 100% feature parity but i'm going to try my darndest
···55define('DEFAULT_PDS', "https://bsky.social");
66define('PRETTY_URLS', false);
77define('FRONTPAGE_FEED', "at://did:plc:ffkgesg3jsv2j7aagkzrtcvt/app.bsky.feed.generator/aaagllxbcbsje");
88+define('FAVORITE_FEEDS', [ // list of feeds you want to display in the sidebar to users not logged in
99+1010+]);
811define('DEFAULT_THEME', "catppuccin");
912define('SSL_CERT_PATH', '');
1013?>