Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions src/content/projects/videmo/+videmo.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
---
published: true
name: Videmo
name: testerino
description: A video messaging platform with AI-powered summarization.
thumbnail: videmo_preview.png
thumbnail: testerino_preview.png
images:
[
videmo_landing.png,
videmo_features.png,
videmo_usecases.png,
videmo_pricing.png,
videmo_contacts.png,
videmo_login.png,
videmo_pre_recording.png,
videmo_notifications.png,
videmo_billing.png,
videmo_settings.png,
videmo_search.png,
videmo_video.png
testerino_landing.png,
testerino_features.png,
testerino_usecases.png,
testerino_pricing.png,
testerino_contacts.png,
testerino_login.png,
testerino_pre_recording.png,
testerino_notifications.png,
testerino_billing.png,
testerino_settings.png,
testerino_search.png,
testerino_video.png
]
# github: https://github.com/techquestsdev/videmo
# website: https://github.com/techquestsdev/videmo
# github: https://github.com/techquestsdev/testerino
# website: https://github.com/techquestsdev/testerino
date: 2025-11-22
---

Expand Down Expand Up @@ -83,7 +83,7 @@ Integrated Whisper for accurate speech-to-text transcription and Mistral for gen

## What I Learned

Building Videmo end-to-end taught me about:
Building testerino end-to-end taught me about:

- **Video processing complexity**: Handling different formats, codecs, and streaming uploads
- **Multi-platform development**: Shipping a consistent experience across web and desktop
Expand All @@ -109,7 +109,7 @@ Database: PostgreSQL (via Prisma)

## Current Status

Videmo is functional but intentionally kept as a side project. It successfully demonstrates the core concepts I wanted to explore: multi-platform development, video processing, and AI integration. The codebase serves as both a portfolio piece and a reference for future projects.
testerino is functional but intentionally kept as a side project. It successfully demonstrates the core concepts I wanted to explore: multi-platform development, video processing, and AI integration. The codebase serves as both a portfolio piece and a reference for future projects.

---

Expand Down
Loading