Open-Generative-AIRepository51/100 via “multi-shell deployment architecture with shared react component library”
Uncensored, open-source alternative to Higgsfield AI, Freepik, Krea, Openart AI — Free, unrestricted AI image & video generation studio with 200+ models (Flux, Midjourney, Kling, Sora, Veo). No content filters. Self-hosted, MIT licensed.
Unique: Uses npm workspaces to share a single React component library (packages/studio) across three independent frontend shells (Next.js, Vite, Electron), eliminating code duplication while allowing each shell to optimize for its deployment model. The MuapiClient abstraction layer decouples API communication from UI, enabling seamless porting across platforms.
vs others: More maintainable than separate codebases for web and desktop (like Midjourney's approach) because shared logic is centralized; more flexible than monolithic applications because each shell can be deployed and scaled independently.