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.
Tech stack
Everything powering this app from code to deployment.
App Router, server components, and edge middleware.
Component-based UI with hooks and client/server boundaries.
Strict typing throughout — components, queries, and data shapes.
Postgres database, authentication, and file storage.
Utility classes alongside a custom CSS design token system.
Scroll-triggered reveals, stagger animations, and hover states.
Automatic deploys on every push to the main branch via GitHub.
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.
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.