2025 - SHIPPED
- WIP
Sesión
Practice management SaaS for independent psychologists. Built in 5 days during the Kaszek × Anthropic hackathon 2025.
↳ 200/3000 builders · 5 days · $0.14 per patient
- SvelteKit
- NestJS
- PostgreSQL
- Prisma
- Tailwind
- Claude Sonnet
- Claude Opus
- SHIPPED
- WIP
/ Why I built it
My therapist told me she was spending 3 hours a week loading appointments, invoices and notes into four different tools. I saw a mature vertical with no decent Argentine SaaS — the ones that exist are expensive or rotten inside. When the Kaszek × Anthropic hackathon opened applications it was the excuse: 5 days, real deadline, now or never.
/ Technical decisions
- 01
SvelteKit over Next
I needed to ship full UI in 48 hours without ceremonies. Svelte's learning curve is dramatically shorter than Next + React Server Components. For a single dev against the clock, the decision was obvious.
- 02
PostgreSQL + Prisma
I know this stack. I couldn't afford debugging Mongo aggregations at 3 AM on day 4. Prisma gave me versioned migrations and type-safety without thinking.
- 03
Claude Sonnet to execute, Opus to advise
Sonnet generates the automatic post-call session summary (~1500 tokens, $0.14 per patient/month). Opus only kicks in when the family requests a quarterly report or a clinically complex case shows up. Cheap-by-default, expensive-when-needed pattern.
- 04
Magic link auth, no social OAuth
Psychologists don't want cross-app Google/Facebook tracking inside the tool where they store clinical notes. Email + magic link was the right call even though it added onboarding friction.
/ What I learned
- Building solo is 3x faster than working with a team when the problem fits in one head. Communication has non-trivial cost.
- Hackathons are worth it: they give you deadline, social validation and a first customer (yourself) on the same plate.
- The most-used feature (SMS appointment reminders to patients) I added the last night out of boredom. Lesson: throw in marginal ideas if you have 2 spare hours — sometimes they're the ones that move the product.