Team Collaboration & Project Management Platform
"Balladic is a cowork synthesizer. Balladic tracks work and the context around it - decisions, conversations, the stuff that usually evaporates - and distills a complete, personal view for everyone involved, drastically reducing reporting and communication overhead for fast moving teams, freelancers and agencies.
After years of building more or less "pure" SvelteKit, this is a first in extending the stack and pushing its boundaries. Our core stack is Sveltekit, FastAPI (for API and MCP), Meilisearch and Postgres. For our marketing pages, Sveltekit serves with SSR, giving us all the benefits where we need them, and for authenticated pages - the app itself - we disable SSR, and delegate backend work to the API.
Tanstack Query and openapi-fetch gives type safety across API and web practically for free, as well as client-side ephemeral caching directly in the browser. For a project of this scale, the architecture has proven to be extremely reliable, easy to work with and as fast as can be."