Specialized budgeting for Australian families.
Fortnightly pay cycles. BPAY. Afterpay tracking. Centrelink ready.
This `.xyz` site is the pre-production beta environment for testing only. The live app runs on `nextfortnight.app`.
NextFortnight is a specialized budgeting application tailored for Australian families. Unlike mainstream international tools, it natively supports Australian financial realities such as fortnightly pay cycles, BPAY as a first-class category, Afterpay/BNPL (Buy Now Pay Later) tracking, and Centrelink income handling.
The project is built on a modern, serverless stack designed for high performance, security (specifically targeting Australian data residency), and AI-driven automation.
The result is a system that understands your financial world.
Budget around Australian fortnightly pay cycles, not US-centric monthly calendars.
Categorise and track BPAY bills (rent, rates, utilities) as first-class budget items.
Visualise upcoming Afterpay, Zip, and Klarna instalments to avoid payment surprises.
Share a budget with your partner, manage shared expenses, and track individual allowances.
Intelligent AI agents learn your spending habits to automatically categorise transactions.
Securely connect to your bank accounts for automatic transaction imports via Basiq CDR.
All financial data stored securely within Australia (Sydney region) for compliance.
Visualise upcoming bills, income, and BNPL repayments in a clear calendar view.
Built on Cloudflare Workers (Hono, TypeScript) for API and React PWA (Vite, TypeScript) for frontend, ensuring high performance and scalability.
The Household is the primary tenant unit. Partners share budget categories, while individuals can have private allowances.
Utilises Claude Haiku for categorisation, natural language queries, and insights, automating your budgeting process.
All data access passes through the Cloudflare Worker proxy. Direct client-to-Supabase access is prohibited, ensuring data integrity and security.
All financial data is securely stored within the ap-southeast-2 (Sydney) region, adhering to Australian data residency requirements.
Powered by Supabase PostgreSQL, providing a robust and scalable database solution.
Running category totals are cached in Cloudflare KV for instant dashboard reads, updated incrementally on transaction writes.
The Worker exposes an MCP server for AI agent interaction, sharing auth and business logic with REST routes.