Unternehmen

What Powers PaperLink - Our Tech Stack

PaperLink Team3 Min. Lesezeit
What Powers PaperLink - Our Tech Stack

PaperLink runs on 20+ open-source and commercial technologies. Here is every piece of the stack and what it does for the product.

No version numbers on this page - that is a deliberate security practice.

Core Platform

TechnologyRole
Next.jsFull-stack framework. Server-side rendering, static pages, and API routes in one codebase.
ReactUI library. Every screen, form, and dashboard component.
TypeScriptStrict-mode type safety across the entire project. Catches bugs before they reach production.
Tailwind CSSUtility-first styling. Fast to build, zero runtime CSS overhead.
Node.jsServer runtime. Powers all backend logic and document processing.
ZodSchema validation at every system boundary - API inputs, form data, external responses.

Data and Infrastructure

TechnologyRole
PostgreSQLPrimary database. Stores users, teams, documents, invoices, and all business data.
PrismaType-safe ORM. Generates queries from schema, prevents SQL mistakes, handles migrations.
VercelHosting platform. Serverless functions, edge network, automatic deployments from Git.
Auth.jsAuthentication. Sign in with Google, LinkedIn, or Telegram - no passwords to manage.
ResendTransactional email. Welcome messages, sharing notifications, document alerts.
SentryError monitoring. Catches exceptions in real time so we fix problems before users notice.
Vercel BlobFile storage. Uploaded PDFs and documents stored on a global CDN.

AI and Analytics

TechnologyRole
Anthropic ClaudeAI engine. Generates document insights, analyzes viewer engagement patterns.
PostHogProduct analytics. Tracks feature usage, funnels, and user behavior to guide development.
TinybirdReal-time analytics pipeline. Processes document view events at scale - page-by-page tracking, heatmaps, engagement metrics.
Vercel AnalyticsWeb performance. Core Web Vitals monitoring and page load tracking.

Testing and UI

TechnologyRole
VitestUnit and integration testing. Runs thousands of tests in seconds.
PlaywrightEnd-to-end browser testing. Verifies complete user flows across Chrome, Firefox, and Safari.
Headless UIAccessible UI primitives. Dropdowns, modals, and menus that work with screen readers out of the box.
RechartsData visualization. SVG-based charts for dashboards and analytics views.

Architecture

PaperLink follows Clean Architecture with four layers - Domain, Application, Infrastructure, and Presentation. Business logic lives in the inner layers, completely independent of frameworks and databases. Automated architecture tests enforce these boundaries on every commit.

This stack is what you see on the homepage carousel in the "Built with" section. Every technology listed here is actively used in production.

Why This Matters for You

A strong tech stack is not about bragging rights. It translates directly to the product you use:

  • TypeScript + Zod means fewer bugs reach your account
  • Sentry means we know about errors before you report them
  • Playwright means features work across all browsers
  • PostgreSQL + Prisma means your data is stored safely with proper migrations
  • Clean Architecture means we ship new features faster without breaking existing ones

PaperLink is built for reliability. The stack reflects that.

Teilen

Bereit, PaperLink auszuprobieren?

Erstellen Sie Rechnungen, teilen Sie Dokumente und verwalten Sie Ihr Unternehmen — alles an einem Ort.

Ähnliche Beiträge