| title | Arifa Release 0.10.3 - Free Plan, Telegram Bot, and UI Enhancements | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| date | 2026-05-02 | ||||||||||||||
| author | pmutua | ||||||||||||||
| tags |
|
||||||||||||||
| commit | a903233 | ||||||||||||||
| type | dev-diary |
Arifa's latest release, version 0.10.3, brings significant changes to its pricing model, user interface, and cross-platform availability. The most notable change is the removal of premium plans, making Arifa completely free for all users.
Arifa is an AI-powered news aggregation, analysis, and distribution platform focused on Kenya and global tech & science news. This release prepares the platform for a wider audience by simplifying its pricing and enhancing user experience across different platforms, including mobile apps and Telegram bots.
The commit messages and diff data reveal several key changes:
- Pricing Model: The removal of premium plans is reflected in the updated
about.tsxfile, where the FAQ section now states that Arifa is completely free, offering up to 25 articles per day, 3 AI chat queries, and access to intelligence features. - Telegram Bot: Integration with a Telegram bot is introduced, allowing users to access Arifa's services through the Telegram platform. This is evident in the
about.tsxfile, where a link to the Telegram bot is added. - UI Enhancements: Various user interface improvements are made, including the addition of a "What this means" summary card in the signal detail screen and enhancements to the briefing screen.
- Content Reporting: A new feature for reporting AI content is introduced, allowing users to report inappropriate or inaccurate content. This feature is implemented in the
ChatBubble.tsxfile.
While the commit messages do not explicitly mention challenges, the removal of premium plans and the introduction of a free model suggest that the team had to address potential revenue implications and ensure the sustainability of the platform.
- Adaptability: The shift to a completely free model demonstrates the importance of adaptability in response to user needs and market conditions.
- Cross-Platform Development: The integration with Telegram highlights the value of making services accessible across multiple platforms to reach a broader audience.
- User Feedback: The introduction of a content reporting feature shows the significance of incorporating user feedback into the development process to improve the overall user experience.
This release sets the stage for further enhancements and expansions of Arifa's services. With its new pricing model and improved user interface, the platform is poised to attract more users and provide a more comprehensive news analysis experience.
flowchart TD
A[User] -->|Accesses Arifa|> B(Arifa Platform)
B -->|Free Model|> C(25 Articles/Day & 3 AI Chat Queries)
B -->|Telegram Integration|> D(Telegram Bot)
D -->|Access Arifa Services|> B
B -->|UI Enhancements|> E(Improved User Experience)
E -->|Content Reporting|> F(Report Inappropriate Content)
F -->|Improve Platform|> B
This flowchart illustrates the key components and user interactions introduced in Arifa's 0.10.3 release, focusing on the free model, Telegram bot integration, UI enhancements, and content reporting feature.
All commits are SSH-signed (Ed25519) and show a Verified badge on GitHub. The source repository is private — commit URLs are not publicly accessible.
| Commit | Date | Message | Verified |
|---|---|---|---|
999dd1a |
2026-05-02 06:09 +03:00 | fix(mobile): remove premium plan references from about page | ✓ |
af7ec08 |
2026-05-02 06:10 +03:00 | chore(root): prepare release 0.10.3 | ✓ |
a903233 |
2026-05-02 06:16 +03:00 | Merge pull request #27 from pmutua/release/0.10.3 | ✓ |