OpenAI 2026 hackathon

ITR-1 Advisor Workspace

A local-first desktop workspace that helps Indian tax preparers screen, prepare, review, and track ITR-1 returns without sending client data to the cloud.

Solo project by Zylon Nolan · 0 likes · 0 comments

Archive position — measured, not model output

0 likes on Devpost

2,264 of the 7,856 archived projects have more likes, and 5,592 share exactly 0 — so this project's #4,696 place in the like-ranked listing is a tie-break inside that group, not a ranking.

Projects (log scale)

1
10
100
1k
10k
05,592
11,758
2285
3–4132
5–975
10+14

Likes on Devpost. ▲ marks this project's group.

Show the figures
LikesProjectsShare of archive
05,59271.2%
11,75822.4%
22853.6%
3–41321.7%
5–9751.0%
10+140.2%
Devpost like counts for all 7,856 archived projects, captured when this archive was built.

Executive Summary

The description states that ITR-1 Advisor Workspace is a local-first desktop application for Indian tax preparers to screen, prepare, review, and track ITR-1 returns without sending client data to the cloud. The app is built as a privacy-first tool with encrypted local vaults, PDF text extraction, structured entry forms, eligibility checks, and export blockers. It does not submit returns or log into official portals but instead generates a review PDF and preparation JSON for handoff to the official utility.

The author claims this is a complete end-to-end workflow for tax preparation, including encrypted backups, passphrase reset flows, and human-readable documentation. The app was built using React, TypeScript, Tauri/Rust, IndexedDB, PDF.js, jsPDF, and WebCrypto.

Key commercial due-diligence questions remain: Is there any evidence of actual adoption or usage? What is the market size for this specific niche? How does this product compare to existing solutions in the Indian tax preparation space? The single most important open question is whether this tool has any traction or customers beyond its creator, as no revenue, customer data, or usage metrics are provided.

Back to contents

What The Product Actually Is

The description states that ITR-1 Advisor Workspace is a local desktop-style application designed for one tax preparer managing multiple client returns. It provides:

  • A passphrase-encrypted local vault for storing client records and source documents
  • A multi-client advisor dashboard with lifecycle states (Draft, Review required, Ready to export, Exported, Submitted, Verification pending, Verified)
  • An ITR-1 eligibility wizard for AY 2026-27 that blocks export when a client appears ineligible
  • Side-by-side old-regime and new-regime tax estimates
  • Structured entry for taxpayer details, income, house property, deductions, taxes paid, refund bank details, challans, and filing status
  • Local PDF text extraction for Form 16, AIS/TIS, Form 26AS, and proof documents
  • Reviewable extracted-field suggestions with page/source provenance and explicit confirmation before use
  • Export blockers for missing confirmations, incomplete fields, eligibility failures, and validation issues
  • A human-readable review PDF and a preparation JSON handoff for official-utility validation
  • A manual filing and verification tracker for acknowledgement number, submission date, and verification outcome
  • Encrypted backup/restore and a deliberate forgot-passphrase reset flow

The app intentionally does not log in to the Income Tax portal, store portal credentials, or submit returns. Final validation and upload must happen through the official Income Tax portal, the current official offline utility, or an approved ERI workflow.

Back to contents

Positioning & Claim Evolution

The description states that the product was built with a design goal of not replacing the Income Tax Department portal or pretending to be legal advice. Instead, it aims to make the preparation stage calmer, more structured, and less error-prone.

The author claims this is a practical, privacy-first tool for real everyday workflow: preparing Indian ITR-1 returns for AY 2026-27 while keeping taxpayer records local and encrypted. The app was built as a local-first system because taxpayer data is sensitive.

The positioning evolved from being a simple calculator to a complete end-to-end tax preparation workflow that includes encrypted vaults, document management, eligibility checks, regime comparison, blockers, warnings, and verification tracking. The author emphasizes that the app does not forge portal-submittable JSON but instead produces a preparation handoff and review PDF for validation in official utilities.

Back to contents

Target Customer & ICP

The description states that ITR-1 Advisor Workspace is designed for Indian tax preparers managing multiple client returns. It is specifically built for one preparer managing multiple clients, targeting the niche of tax professionals who prepare ITR-1 returns for AY 2026-27.

The app focuses on Indian tax preparation workflows and is positioned for tax professionals working with ITR-1 forms specifically for the assessment year 2026-27. The target user is described as someone juggling multiple clients, Form 16s, AIS/TIS, 26AS, bank details, regime comparisons, confirmations, portal steps, and verification follow-up.

Back to contents

Business Model & Pricing Evidence

Not evidenced. The description does not contain any information about pricing, revenue models, or commercial arrangements beyond the self-reported claims of what the product does.

Back to contents

Technical & Delivery Signals

The description states that the app is built with:

  • React and TypeScript for the desktop-style user interface
  • Vite for local development and production builds
  • Tauri/Rust scaffolding for native macOS and Windows packaging
  • WebCrypto with PBKDF2-SHA-256 and AES-256-GCM for the encrypted local vault
  • IndexedDB for encrypted document attachment storage
  • PDF.js for local PDF text extraction
  • jsPDF for review PDF generation
  • Vitest for tax and eligibility test coverage
  • Codex as the build partner for architecture, implementation, debugging, security tradeoffs, test creation, and submission documentation

The app was built as a local-first system because taxpayer data is sensitive. The passphrase-derived key stays in memory only while the vault is unlocked, and exported files carry explicit warnings when they leave the encrypted vault.

Back to contents

Traction & Maturity Signals

Not evidenced. The description does not contain any information about actual adoption, usage metrics, customer base, revenue, or market traction beyond what the author states about its functionality and development process.

Back to contents

Competitive Context

Not evidenced. The description does not contain any information about existing competitors, market positioning, competitive advantages, or how this product compares to other solutions in the Indian tax preparation space.

Back to contents

Key Risks & Red Flags

The description indicates several potential risks:

  • The app intentionally does not submit returns or log into official portals, which may limit its utility for users seeking a complete solution
  • The focus on local-first design means forgotten passphrases cannot be recovered, creating a potential user experience issue
  • The app produces a preparation handoff and review PDF rather than portal-submittable JSON, requiring manual steps in the official system
  • The project was built as a hackathon submission (Devpost), suggesting it may be early-stage or experimental
  • The team size is listed as 1 member (Zylon Nolan), which may indicate limited resources for scaling or support
  • The app is specifically designed for AY 2026-27, limiting its immediate applicability to other years

Back to contents

Diligence Questions To Ask The Founders

  1. What is the actual market size and demand for this specific niche of tax preparation tools in India?
  2. How does this product compare to existing solutions in the Indian tax preparation space?
  3. Are there any actual users or customers beyond the creator?
  4. What are the legal and regulatory considerations around tax preparation software in India?
  5. How does the app handle compliance with changing tax rules for different assessment years?
  6. What is the long-term vision for supporting additional ITR forms beyond ITR-1?
  7. How do you plan to monetize this product if it's currently a personal project?
  8. What are the technical challenges in packaging and distributing native desktop applications across platforms?
  9. How does the app handle edge cases or complex tax situations that might not be covered by the current implementation?
  10. What is the timeline for completing the native installers for macOS and Windows?

Back to contents

Investment/Partnership Verdict

Not evidenced. The description provides no information about funding rounds, valuations, investor interest, partnership opportunities, or any commercial metrics that would inform an investment or partnership decision. The project appears to be a personal hackathon submission with no demonstrated traction or commercial viability beyond the author's own claims.

Back to contents

Source

Submitted to the OpenAI 2026 hackathon on Devpost. Project home on DevPost.

The analysis above was generated by a language model from the project's own one-line description. It is not independent research and contains no verified traction, revenue or customer data.