Welcome to Elixpo-Chapter, an Open Source Repository (OSR) begun in 2023 as a college initiative, this open-source series has grown into a collaborative ecosystem of open source projects and collaborative development. In just two years, we've built over 17 projects, engaged a global community, and participated in numerous hackathons and open-source programs.
At Elixpo, we are dedicated to building a future where AI is open, ethical, and accessible to everyone. Our mission is to create a community-driven ecosystem where developers, creators, and enthusiasts can collaborate, learn, and innovate without barriers like paywalls or proprietary restrictions. We believe in transparency, responsible development, and the power of interconnected tools to build a better future.
- 🔓 100% Open Source: Licensed under GNU GPL-3.0 to ensure all derivatives remain open.
- 💸 Completely Free: All our tools and platforms are free to use, forever.
- 🤖 AI-Powered: From art generation to search, AI is at the core of what we do.
- 🤝 Community-Driven: We thrive on collaboration and welcome contributions from all.
- 🌐 Web-Based & Embeddable: Easily accessible through web interfaces and simple to integrate.
Hacktoberfest is live! We enthusiastically welcome contributions from developers around the world.
- Find Issues: We have curated issues perfect for new contributors.Look for them which is tagged with
hacktoberfestin our issue tracker. - Read the Guidelines: Before submitting a PR, please review our Code of Conduct and Contributing Guidelines.
Let's build something amazing together!
This monorepo hosts a diverse collection of projects, each with its own development track.
| Project | Description | Link(s) _ |
|---|---|---|
| Elixpo Art | AI art generation and enhancement platform. | elixpo.com, Chrome Extension |
| Elix Blogs | A modern blogging platform for tech articles and tutorials. | elixpo.com/blogs/elixpo_art _ |
| Elixpo Search | An intelligent, AI-powered search engine. | search.elixpo _ |
| Elixpo Chat | A platform for creating and interacting with AI chatbots. | chat.elixpo _ |
| Jackey | A personalized Discord bot for image generation and more. | jackey.elixpo.com _ _ |
| Elixpo Sketch | A real-time, WYSIWYG collaborative canvas and editor. | sketch.elixpo _ _ |
| Elixpo Verse | A stylish wallpaper with a live, animated clock. | verse.elixpo _ _ _ _ _ _ |
| Text-Emoji | Text-to-emoji converter using a fine-tuned T5-Small model. | Hugging Face _ _ _ _ _ _ _ _ _ _ _ _ |
| LlamaMedicine | A Llama model fine-tuned for medicine-related tasks. | Ollama _ _ _ _ _ _ |
| Pollinations UI | An improved user interface for the Pollinations project website. | polli.elixpo _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
| Elixpo Portfolio | The personal portfolio of the project founder. _ | elixpo _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
| Inkflow | A minimalist canvas developed by Ez-Vivek. _ | inkflow _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
| Fing & Fing-UI | A vibe-coding platform and React UI library by Subhro Koley. | igyahiko.fing, igyahiko.fing-ui _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ card_ |
| CortexOne | An AI-powered desktop application built with Electron, React, and TypeScript. _ | itachi.cortexOne _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
| Vision | An AI-powered desktop application built with Electron, React, and TypeScript. | igyahiko.vision _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
| Memory-Arc | An application to use LSTM to track conversations with an NLP model. | itachi.memory-arc _ _ _ _ _ _ _ _ _ s _ _ _ _ _ _ _ |
22+Open Source Projects successfully built and deployed.20+Global Contributors have shaped the Elixpo ecosystem.20+Hackathons participated in, fostering innovation and rapid development.- Featured in Major Programs like GSSOC, Pollinations.AI, and OSCI.
- Recognized by MS Startup Foundations with funding in 2024.
- Active Participant in Hacktoberfest 2024 & 2025.
The Elixpo ecosystem is designed as a series of interconnected platforms that leverage a central API binding layer. This layer communicates with external AI/ML models and infrastructure providers to deliver powerful features across our applications.
graph TD
subgraph User-Facing Platforms
A[Elixpo Art]:::service
B[Elix Blogs]:::service
C[Elixpo Search]:::service
F[Elixpo Chat]:::service
D[Elixpo Sketch]:::service
Half G[Elixpo Verse]:::service
end
subgraph API & Core Logic
P[Pollinations API Provider]:::api
end
subgraph Backend & Infrastructure
X[AI/ML Models - Scaleway, RPi, GCP]:::ai
Y[Cloud Infra - AWS, Azure, GPU VMs]:::infra
end
%% Connections
A & B & C & F & D & G --> P
P --> X
P --> Y
%% Styling
classDef service fill:#e6f3ff,stroke:#333,stroke-width:2px;
NEW classDef api fill:#e6ffe6,stroke:#333,stroke-width:2px;
classDef ai fill:#fff0e6,stroke:#333,stroke-width:2px;
classDef infra fill:#f9e6ff,stroke:#333,stroke-width:2px;
