#!/usr/bin/env python3
class FEDOS:
"""
FED-OS — Open-Source Ecosystem for Browser-Native AI Tools
"""
def __init__(self):
self.name = "FED-OS"
self.tagline = "Building the future of browser-native AI"
self.organization = "@Fedpromptly"
self.followers = 1
self.following = 4
self.repositories = 44
self.stars = 2
@property
def mission(self):
return [
"Browser-native AI tools that work offline",
"Cross-platform publishing for everyone",
"Universal web app distribution",
"Open-source infrastructure for creators"
]
@property
def flagship_projects(self):
return {
"FED-TEMPLE": "3D Cathedral from GitHub contributions",
"Fed-Poster": "Multi-platform social publishing",
"FED-SHELL": "Universal URL wrapper & build system",
"FED-TTS": "Offline Text-to-Speech + Grammarly clone",
"Surf-FED": "Electron browser with Chrome extension support",
"Fed-Dup": "Database-free Git mirroring engine"
}
@property
def tech_stack(self):
return {
"Languages": ["Python", "JavaScript", "HTML", "CSS"],
"Frameworks": ["Electron", "Tauri", "Streamlit"],
"Tools": ["GitHub Actions", "Git", "Vercel", "Netlify"],
"Focus": ["AI Integration", "Browser Extensions", "PWA"]
}
def get_community(self):
return {
"Discord": "https://discord.gg/za2cNpYrg6",
"Ko-fi": "https://ko-fi.com/fedpromptly",
"Bluesky": "@fedjumper22.bsky.social",
"Email": "business@fedpromptly.com"
}
def __repr__(self):
return f"<FED-OS: {len(self.flagship_projects)} active projects, {self.followers} follower>"
# Initialize the ecosystem
fed = FEDOS()
print(fed)| 🔭 Flagship Project | FED-TEMPLE — 3D Cathedral from contributions |
| 🌱 Currently Building | Browser-native AI tools · Universal wrappers · Cross-platform publishing |
| 👨💻 All Repositories | github.com/FED-OS |
| 💬 Ask me about | Electron · Python · Streamlit · GitHub Actions · Browser Extensions · AI |
| 📫 Community | Discord |
| 🌐 Website | fedpromptly.com |
| 📍 Ecosystem | 100% Open Source · MIT Licensed |
| Project | Description | Tech |
|---|---|---|
| 🛕 FED-TEMPLE | Interactive 3D cathedral from GitHub contributions | JavaScript, Three.js |
| 📡 Fed-Poster | Multi-platform publishing (write once, post everywhere) | Python, APIs |
| 🏗️ FED-SHELL | Universal URL wrapper + GitHub Actions builder | JavaScript, Actions |
| 🎙️ FED-TTS | Offline TTS + Read Aloud + Grammarly clone | Python, Streamlit |
| 🌊 Surf-FED | Electron browser with Chrome extension support | Electron, JS |
| 🔁 Fed-Dup | Database-free Git mirroring engine | Python, Streamlit |
Free software · MIT Licensed · Community Funded · No In-App Telemetry
For the repository's .github/FUNDING.yml, use:
# GitHub Sponsors / funding configuration
# Docs: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository
# Fed-Poster is a free, open-source, MIT-licensed project with no venture
# funding and no in-app telemetry. Maintenance, new platform integrations,
# and theme design are funded by the community. If Fed-Poster saves you
# time, consider supporting one of the channels below. Thank you! 🧡
github: FED-OS
ko_fi: fedpromptly
custom:
- https://fedpromptly.com
- https://ko-fi.com/W3T61ZU5FS
