Featured2026

Notiq

AI-Powered Notes Workspace

Notiq screenshot

Overview

Notiq is a full-stack AI-powered notes workspace built to demonstrate production-grade product engineering. It features a Markdown editor with live preview and autosave, user authentication with credential-based login, and a dashboard with analytics on note usage patterns. The AI layer integrates Google's Gemini API to provide summaries, extract action items, and suggest titles — all with traceable per-user usage logging. Notes support public sharing via unique URLs, tagging with many-to-many relationships, full-text search, and tag-based filtering. The data layer uses Prisma ORM with PostgreSQL, featuring normalized schemas for notes, tags, sharing tokens, and AI usage records.

Tech Stack

Next.js
TypeScript
Prisma
Gemini API
NextAuth

Key Outcomes

1

Delivered a Markdown notes workspace with live preview, autosave, public sharing, tag filters, search, and dashboard analytics.

2

Engineered 3 Gemini-powered endpoints for summaries, action items, and title suggestions with traceable per-user usage logging.

3

Implemented credential authentication, protected routes, and user-scoped data isolation across 10+ API routes.

4

Designed normalized note, tag, sharing, and AI usage schemas with Prisma migrations and many-to-many relationships.