#!/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/JBSE9wN2kA",
"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 |
Fed-Poster is free, open-source, MIT-licensed software 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 the ecosystem. π§‘
Β
Β
Β
Β
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
patreon: Viraldancandofunk
custom:
- https://fedpromptly.com
- https://ko-fi.com/W3T61ZU5FS

