AI Flavoured
An AI document intelligence platform that helped users analyse files, generate presentations, create images and produce audio.
- Next.js
- AI & RAG
- SaaS Development
- Full-Stack Engineering
- 3,000+ Monthly AI Outputs
- 6+ AI Workflows
Product
Independent SaaS
Status
Discontinued
Duration
Aug - 2023 to Dec -2024
About AI Flavoured
AI Flavoured was a multi-feature artificial intelligence platform designed and developed entirely by me.
The platform brought document analysis, AI chat, presentation generation, image creation and text-to-speech tools together within one subscription-based application.
Bytesteel Cloud was responsible for the complete product lifecycle, including product planning, interface development, backend engineering, AI integrations, payments, cloud storage, deployment and production maintenance.
The Problem
Students, researchers and professionals frequently work with long documents but spend significant time manually searching for information, producing summaries and turning research into presentations.
Using separate applications for document analysis, image generation, presentations and audio creation also creates fragmented workflows and multiple subscriptions.
The objective was to create one platform where users could upload their content, extract useful information and generate new materials without switching between several tools.
The Solution
Bytesteel Cloud built a SaaS application where users could upload documents, ask contextual questions and receive AI-generated answers based on the uploaded material.
The application converted document content into searchable vector embeddings, allowing the AI to retrieve relevant information instead of relying only on a general-purpose prompt.
Users could also turn document content into PowerPoint presentations, generate images through different AI models and create downloadable audio from written text.








Core Product Features
Chat With Documents
Users could upload PDF, DOCX, PPTX and TXT files, generate summaries and ask questions based on their document content.
The platform supported multiple document uploads and maintained separate sessions for different conversations and files.
AI-Powered Document Search
Uploaded content was processed into vector embeddings and stored in PostgreSQL using PGVector.
When users asked questions, the application searched for relevant document sections and supplied that context to the AI model before generating an answer.
AI Presentation Generation
Users could convert uploaded documents into structured Microsoft PowerPoint presentations.
The system generated slide content, selected presentation layouts and produced downloadable PPTX files.
AI Image Generation
The application supported text-to-image generation using DALL-E 3 and Stable Diffusion XL, giving users a choice between different image-generation models.
Generated images were connected to individual user accounts and generation sessions.
Text-to-Speech
Users could convert written content into natural-sounding audio, generate voiceovers and download the resulting audio files.
Authentication and Account Security
The application included account registration, email verification, password recovery, social authentication and optional two-factor authentication.
Subscriptions and Usage Quotas
AI Flavoured offered Free, Premium and Unlimited plans.
Each plan controlled access to document chat, AI questions, presentation generation, image creation and text-to-speech usage.
Razorpay subscriptions and signed payment webhooks were used to activate plans, update quotas and record transactions.
Results
AI Flavoured progressed beyond a prototype and operated as a publicly available SaaS application.
The platform:
- Generated over 3,000 AI-assisted outputs per week at peak usage
- Processed multiple document formats
- Combined several AI workflows inside one account
- Supported paid recurring subscriptions
- Operated through an automated production deployment pipeline
Product Status
AI Flavoured was eventually discontinued because subscription revenue did not consistently cover the ongoing AI and infrastructure expenses.
The decision was based on product economics rather than an inability to build or operate the technology.
The original software, product design and platform implementation were created and owned by me. The former domain is now controlled by another party and is not connected to the original AI Flavoured application.
Explore the Engineering
The original source repository demonstrates the application structure, AI integrations, subscription workflows and production deployment setup.