Live demos

Test-drive production assistants, sandbox bots and analytics tools. Every demo mirrors real engagements with anonymised data.

Reset
DemoWeb

Healthy Bite

Healthy Bite is a mindful nutrition website focused on sustainable habit-building rather than strict diets. Its core feature is an AI assistant that adapts suggestions to your routine and helps you create flexible meal structures and weekly plans. The site also includes a blog with practical guides and success stories, plus a contact area for support and booking consultations.

Hands-on
Backend: Python · FastAPI · UvicornDatabase: SQLite · SQLAlchemyValidation: Pydantic v2AI Integration: OpenAI (pluggable provider)Frontend: Vanilla HTML · CSS · JavaScript
LiveWeb

Amazon Atlas

This site is a web tool for searching products on Amazon and pulling “live” data via scraping directly in the interface. You enter a keyword or paste a product URL, and the system fetches and displays results as cards with the key signals: price, rating, and review count.

WebHands-on
Technologies Backend: Python · FastAPI · UvicornScraping: PlaywrightDatabase: SQLite · SQLAlchemyFrontend: HTML · CSS · JavaScript · Jinja2 · GSAPConfig: PyYAMLHTTP/Imaging: requests · Pillow
DemoWeb

AI Captcha

AI Captcha is an online tool for testing and recognizing CAPTCHA images: upload a CAPTCHA, and the model decodes the text output. It provides instant results and supports 5–7 character CAPTCHA images.

Hands-on
Backend: PythonFastAPIUvicorn Frontend: HTMLCSSJavaScript ML: PyTorch Imaging: Pillow Data: NumPy
DemoWeb

Audio Loudness Normalizer

Audio Loudness Normalizer is an online tool for adjusting audio loudness to target LUFS levels for WAV, MP3, and FLAC files with simple tag editing. It helps standardize perceived volume across tracks for consistent playback.

Hands-on
Backend: Python 3.10+ FastAPI (ASGI) UvicornAudio: FFmpeg (ffmpeg-python) pyloudnorm NumPy SoundFileReports/Charts: ReportLab (PDF) Matplotlib/LibrosaMetadata: Mutagen (ID3)Storage: SQLite + SQLAlchemyFrontend: Vanilla HTML/CSS/JS (static)Infra/Runtime: Nginx (static + reverse proxy) PM2 optional Node.js (Express) for static serving
DemoWeb

Files Converter

Files Converter is a lightweight online tool for converting files between PDF, TXT, and JSON. It enables fast document format conversion without any software installation.

Hands-on
Backend: Python 3.11FastAPIUvicorn Conversion: pdfminer.sixfpdf2 Frontend: HTMLCSSJavaScript Tooling: pytestruffblack Deployment: DockerDocker Compose
DemoWeb

BookMD Reader

Audiobook Reader is an online reader that converts written text into spoken audio using AI voice. It lets you listen to your content as an audiobook without installing software.

Hands-on
Backend: PythonFastAPIUvicorn Frontend: HTMLCSSJavaScript (ES modules) TTS: Piper (piper-tts)ONNX Runtime AI: OpenAI API (gpt-3.5-turbo) Scraping/HTTP: Playwrighthttpx