Skip to main content

Open Source · Software & Systems

GoalGenius

An open-source application for goals, tasks, notes, milestones, check-ins, and progress views. It demonstrates application structure, authenticated ownership, data modeling, validation, and a documented deployment path.

Technical artifacts

Evidence attached to specific implementation choices

Authenticated data boundaries

Goal, task, note, milestone, and check-in API operations verify the current session and scope database queries to the authenticated user.

Structured application data

Cloudflare D1 stores relational application records through Drizzle schemas and migrations instead of relying on browser-only storage.

Validated API inputs

Route handlers apply Zod schemas before creating or changing application records.

Cloudflare deployment path

The repository targets Cloudflare Workers through OpenNext and documents local and remote D1 migration commands.

Inspectable ownership

The source is published under the AGPLv3 license, so buyers and engineers can inspect the implementation rather than relying only on portfolio copy.

What it proves-and what it does not

  • It proves that the founder has built and published a multi-feature authenticated application with server APIs and relational data.
  • It gives a technical buyer source code to inspect.
  • It is an internal open-source product, not evidence of a paid customer engagement or a claimed customer outcome.
  • Its product maturity, support model, and production suitability should be evaluated separately from the portfolio demonstration.