Overview
Treffortly is a productivity platform under Aylian Studios containing four integrated modules: a gamified task manager, a markdown editor, a job application tracker, and a personal finance manager. Built as a polyrepo with separate services for the API, web app, marketing site, and authentication, it delivers a unified productivity experience with consistent UX across all modules.
Architecture
A Fastify-based GraphQL API serves as the backbone, with Apollo Client on the frontend. PostgreSQL stores all persistent data, Redis handles caching and session management. Authentication is centralized at auth.treffortly.com using Better Auth with Discord OAuth and cross-subdomain sessions via Drizzle adapter.
Modules
Job Hunter (~90% Complete)
Track job applications from submission through interview stages to offers. Manual input for applications, response status tracking, interview scheduling, and analytics on application success rates. The most mature module — live and functional.
Gamified Task Manager (~60% Complete)
Task management with XP-based gamification mechanics. Tasks earn experience points, unlock achievements, and drive competition through leaderboards. Supports priorities, due dates, recurring tasks, and team collaboration with shared projects.
Markdown Editor (~60% Complete)
Integrated writing environment with rich markdown editing, note organization, and document management. Connects to the task system for linking notes to projects and tasks.
Finance App (~45% Complete)
Personal finance and subscription tracking with three-tier pricing (Free / Premium at 7 EUR/mo / Business at 15 EUR/mo). Subscription CRUD, expense categorization, and financial dashboard. Stripe integration for premium billing. Bank integration via TrueLayer/Plaid planned for future phases.
Key Features
- GraphQL API with Apollo/Fastify backend
- Four integrated productivity modules
- XP-based gamification and achievement system
- Centralized authentication via Better Auth (auth.treffortly.com)
- Stripe payment integration for premium tiers
- Docker deployment infrastructure
- Marketing website with SEO optimization