Building blocks for life
What are the building blocks for life? There are services we use for our daily digital habits e.g news, video, mail, chat, etc but it's all pretty disconnected and the whole app ecosystem itself is entirely commercialised. We can't escape ads, cookies, popups, paywalls, etc. Twitter, reddit, and facebook don't help either.
So we're looking to build something new.
Starting with:
- API - Basic API
- App - Installable PWA
- Chat - LLM based chat UI
- News - Latest news headlines
- Video - Video search interface
Coming soon
- Blog - Micro blogging
- Inbox - Web notifications
- Wallet - Credits for usage
- Utilities - QR code scanner, etc
- Services - Marketplace of services
Go to mu.xyz for the live version
Otherwise see the install guide
Ensure you have Go installed
Set your Go bin
export PATH=$HOME/go/bin:$PATH
Download and install Mu
git clone https://github.com/micro/mu
cd mu && go install
We need API keys for the following
export YOUTUBE_API_KEY=xxx
Specify the model via --model
flag if you want to choose something instead of gpt-4o-mini
Supported models:
export OPENAI_API_KEY=xxx
export GEMINI_API_KEY=xxx
export FANAR_API_KEY=xxx
Then run the app
mu --serve
Go to localhost:8081