In active development

Builtwithintent.

A modern web app I'm building hands-on to sharpen real-world skills: authentication, data, and a clean foundation that's ready to scale into bigger features.

Get started
View dashboard →

Tech stack

Everything powering this app from code to deployment.

Next.js 16Framework

App Router, server components, and edge middleware.

React 19UI

Component-based UI with hooks and client/server boundaries.

TypeScriptLanguage

Strict typing throughout — components, queries, and data shapes.

SupabaseBackend

Postgres database, authentication, and file storage.

Tailwind CSS v4Styling

Utility classes alongside a custom CSS design token system.

Framer MotionAnimation

Scroll-triggered reveals, stagger animations, and hover states.

VercelDeployment

Automatic deploys on every push to the main branch via GitHub.

GitHubVersion Control

Source of truth for all code — full commit history from day one.

Key capabilities

The current build focuses on fundamentals: security, clarity, and a base that can evolve without rewrites.

Authentication

  • Email/password sign-in
  • Session handling + protected routes
  • Password reset flow

Profile system

  • Edit basic user details
  • Stored securely in the database
  • Designed to support future fields

Dashboard foundation

  • Central place for app tools
  • Room for widgets + summaries
  • Navigation that stays consistent

How it works

Straightforward on purpose — the goal is a clean experience, not complexity.

1) Sign in

Authenticate securely to access your personal workspace.

2) Set up your profile

Add the basics now — more fields can be added as features mature.

3) Use the dashboard

Everything routes through the dashboard so the app can grow without getting messy.

Roadmap

A simple plan: ship the essentials first, then add power features once the base is solid.

✓ Shipped

  • Secure auth + session handling
  • Password reset flow
  • User profile (edit, avatar, theme)
  • Notes (create / edit / delete)
  • Server-side route protection
  • Production deployment pipeline

→ Next

  • Dashboard widgets
  • Better navigation active states
  • Activity history

Later

  • Settings + preferences
  • More advanced user roles (if needed)

Andrew Wentzloff

IT professional by trade, builder by nature. I've spent over a decade keeping enterprise systems running — infrastructure, identity, security, the works. Andificus is where I get to build my own ideas from scratch while also maintaining and expanding my skill base.

LinkedIn →

FAQ

Is this a public product?

Not yet. It's a personal build that's being shaped like a real app — clean structure, secure auth, and intentional UX.

What's the goal?

Practice building production-quality fundamentals: authentication, data modeling, UI consistency, and deployment workflows.