惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
有赞技术团队
有赞技术团队
WordPress大学
WordPress大学
月光博客
月光博客
T
Tailwind CSS Blog
阮一峰的网络日志
阮一峰的网络日志
小众软件
小众软件
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Last Week in AI
Last Week in AI
大猫的无限游戏
大猫的无限游戏
S
SegmentFault 最新的问题
罗磊的独立博客
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell
宝玉的分享
宝玉的分享
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 三生石上(FineUI控件)
量子位
雷峰网
雷峰网
Apple Machine Learning Research
Apple Machine Learning Research
美团技术团队
博客园 - 聂微东
V
V2EX

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Building AiVerse: A Modern AI Catalog and Developer Hub B...
Sabareesh · 2026-06-17 · via DEV Community

Sabareesh

Hey dev.to community! 👋

Today, I'm super excited to share a project I've been working on: AiVerse! It's a modern, open-source AI Knowledge Base and developer portal designed to catalog AI models, benchmarks, frameworks, and tools.

What makes this build special is that I pair-programmed the entire project alongside Antigravity (Gemini), Google DeepMind's agentic AI coding assistant.

🔗 Live Site: https://aiverse.frozenn.in/
💻 GitHub: https://github.com/Frozen-47/AiVerse


✨ Key Features of AiVerse

Here is what we built:

1. 🗂️ AI Catalog & side-by-side Comparisons

Browse detailed specifications of AI models, frameworks, and datasets. Users can view architectures, license information, benchmark performance, and limitations. There is also an interactive side-by-side comparison tool to inspect specifications side-by-side.

2. 🛡️ Live Admin Portal

A custom administration dashboard that handles user-submitted content. Admins can view:

  • Pending Submissions: Approve or reject submitted entries with interactive visual highlight cues.
  • Approved Directory: Manage existing models, track who submitted them, and delete entries if needed.
  • Registered Users: View a roster of builders and their profiles.

3. 👤 Public Developer Profiles & Bookmarks

Users can customize their profiles, link their socials (GitHub, LinkedIn, Medium, Dev.to, Portfolio), view their submission history, and share their bookmarked AI tools with public directories.

4. 🖤 AMOLED Dark Mode & HSL Color Tokens

Tailored specifically for modern displays. The interface features a custom AMOLED dark theme, responsive sidebars, micro-animations (pulsating NEW badges for recently added items), and clean typography.


🛠️ The Tech Stack

  • Frontend: React, TypeScript, Vite, Tailwind CSS (using theme-based HSL color configurations)
  • Backend & Database: Supabase (PostgreSQL with custom Row-Level Security policies allowing public-read folders and admin privileges)
  • State & Auth: Supabase Auth + custom React Auth Contexts

🧠 What I Learned Pair-Programming with an Agent

Working with an agent like Antigravity significantly accelerated the development loop.

  • Iterative Refinement: I was able to describe visual tweaks (like button contrasts, responsive close actions, and theme adjustments), and the agent updated the CSS system and TSX components instantly.
  • Backend & DB Alignment: The agent generated and updated the PostgreSQL migrations and RLS policies (e.g. making bookmarks public-read) and updated the frontend handlers synchronously.

I'd love to get your thoughts on the UI, features, or the agent workflow! Check out the repository, feel free to contribute, and let me know what you think in the comments. 💬