Back to Products
ProductivityFinanceTools

Calcura.

Calcura is a Next.js-powered calculation platform with Firebase persistence. It uses Jotai for reactive state, React Hook Form and Zod for validated computation inputs, and stores calculation history in Firestore — making it more than a calculator, a persistent financial workspace.

Tech Stack

Next.jsTypeScriptFirebaseJotaiReact Hook FormZod

Hosted At

calcura.ferrousapps.com

Problem

Standard calculators have no memory, no history, and no way to organise or revisit complex calculations across sessions.

Solution

Calcura persists your calculation history in Firebase, validates complex financial inputs with Zod schemas, and gives you a reactive workspace where numbers are tracked across sessions.

Key Features

Persistent calculation history via Firestore
Validated inputs using React Hook Form and Zod
Reactive state management with Jotai atoms
Financial computation modes
Session-based history with timestamps
Clean, distraction-free interface
Mobile responsive design
Real-time Firebase sync

Case Study

Challenge

Users lose their calculation history every session and can't organise or refer back to previous computations.

Approach

Built on Next.js with Firestore persistence and Jotai state, validated by Zod so every calculation input is type-safe and storable.

Outcome

A smarter computation workspace that remembers, organises, and validates financial calculations across devices.