← Back to Projects
CURRENTLY BUILDINGFeatured

UnfilteredLog

Anonymous writing platform focused on honest conversations.

Executive Summary

UnfilteredLog is a minimalist writing platform built around private, anonymous, and public logging.

Project Details

The project focuses on honest writing without likes, followers, or performative social mechanics.

Built With

Frontend

  • Next.js
  • React
  • TypeScript
  • Tailwind CSS

Backend

  • Supabase
  • PostgreSQL

Infrastructure

  • Supabase Auth
  • Row Level Security

Hosting

  • Vercel

Development Tools

  • GitHub
  • VS Code
  • npm

Skills Demonstrated

  • React
  • TypeScript
  • Product Design
  • Database Planning

System Architecture

Next.js frontend with Supabase planned for authentication, persistence, and row-level access control.

Engineering Challenges

Problem

Users need public, private, and anonymous writing modes.

Solution

Visibility is stored as a first-class project property.

Tradeoff

Backend authorization rules become more important.

Screenshots

Roadmap

MVP
Authentication
Supabase persistence

Lessons Learned

  • Privacy rules should be designed early.