A self-hosted links website based on the style of a Discord profile.
Project description
BetterBio
a self-hosted link-in-bio style site designed to mimic a discord profile
what?
BetterBio is a "links in bio" site, akin to Carrd or Beacons, that designs to mimic the look and feel of a Discord profile.
why?
I like the idea of having a Carrd, but found the limitations of the free plan to be too.. well, limiting. I also thought it would be cool to be able to show my current Discord online status, status text and type.
how?
## from pypi
You can install it from PyPI using pip with install betterbio on a Python version >=3.10
docker
(WIP - Need to publish on PyPI first)
demo
You can view my own personal betterbio @ https://enhancedrock.tech.
Here's a screenshot:
configuring
BetterBio comes with a default config.json that will be copied to ~/.betterbio/config.json. (This is also where all your other BetterBio files will live)
Here's how it'll look:
{
"bot": {
"enabled": false,
"token": "YOUR_DISCORD_BOT_TOKEN_HERE",
"user_id": 123456789012345678
},
"theme": {
"background_color": "#0c0c0c",
"profile_color": "#1e1e1e",
"text_color": "#ffffff",
"title": "BetterBio"
},
"userdata": {
"name": "Hey there!",
"username": "hey_hey",
"pronouns": "yeah/you",
"bio": "This is a sample profile.\nGo take a look at ~/.betterbio/config.json to set up your own!",
"pfp": "https://raw.githubusercontent.com/enhancedrock/enhancedrock/refs/heads/main/squishypfp.png",
"banner": "https://raw.githubusercontent.com/enhancedrock/enhancedrock/refs/heads/main/squishypfp.png",
"connections": [
{
"label": "Github",
"url": "https://github.com/enhancedrock/BetterBio/",
"iconurl": "https://cdn-icons-png.flaticon.com/512/25/25231.png"
}
]
},
"port": 8080,
"host": "127.0.0.1"
}
To use the Discord bot integration (will show your status text & emoji, your Discord join date, and if your online on your page), set bot/enabled to true, set bot/user_id to your Discord user ID, set up a bot on the Discord Developer Portal with the Presence and Server Members Intent set to on, reset the token, then copy & paste that into bot/token, and lastly invite it into a server with yourself.
For the theme settings, theme/background_color dictates the colour of the background of the page, theme/profile_color dictates the colour of your profile box itself (note: you can supply two hex codes in a list like ["#181B2F", "#08080D"] to make a gradient), theme/text_color dictates the color of text on the page, and lastly theme/title dictates the webpage's title.
For userdata, it's all relatively self-explanatory, the userdata/pfp and userdata/banner links will be used should the bot integration be disabled, and connections will show as clickable links below your bio.
port and host will dictate what port and host Flask will use. (Don't change this when using Docker.)
In your ~/.betterbio folder, you'll notice that there'll be a pages and static folder - any markdown files in the pages folder will have their contents shown to the right of your profile on a Desktop/landscape browser when selected (a about, ABOUT, readme or README page will be initially opened should one exist), and any files in the static folder will be made available at yourbetterbiohost/files. You can also place a favicon.ico in the root of ~/.betterbio, and that will be displayed instead of the default one.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file betterbio-1.0.1.tar.gz.
File metadata
- Download URL: betterbio-1.0.1.tar.gz
- Upload date:
- Size: 86.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6522e8698577a7551a6c2aed2085de648377a2ca20d6a443deace69813042b74
|
|
| MD5 |
5f9913b0d5ddd7feb0681046963b563e
|
|
| BLAKE2b-256 |
3723f34d63c7ac9aa8648c5f6821a6d791bd0dbffeae4e8ad0d22d21e6126947
|
File details
Details for the file betterbio-1.0.1-py3-none-any.whl.
File metadata
- Download URL: betterbio-1.0.1-py3-none-any.whl
- Upload date:
- Size: 14.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
514112d953eb0fa25fc29b295e71e0c5ae5bd8933c9f6a79ec6fb6890f3a105f
|
|
| MD5 |
646b0a915f669edff79322abcc0f30b5
|
|
| BLAKE2b-256 |
310b497f4597bb9ff09744b00beeebb9762983d4860a24165d031e516f714b59
|