Skip to content
View cybrdelic's full-sized avatar
đź’­
Building Projects
đź’­
Building Projects

Block or report cybrdelic

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cybrdelic/README.md

Hey, I'm cybrdelic

I’m a full-stack dev who’s been on a wild ride building systems that practically run themselves. Over the years, I've been deep in the trenches with Rust, JavaScript, Python, and a bunch of other tools—pushing the limits of what automation can do. My projects aren’t just code; they're crafted experiments designed to turn tedious tasks into autonomous processes. Whether it’s tracking job applications, navigating sprawling codebases, or generating smart commit messages, each project is a deliberate step toward a future where technology adapts to you. Check out my work on GitHub and see the revolution in motion.


Projects

JJugg – Autonomous Job Application Tracker

What it does: Automates job application tracking so you can focus on the hustle.

How it works:

  • Email Scanning: Monitors your inbox for application updates and interview invites.
  • LocalStorage Integration: Persists application data on the client, ensuring real-time tracking without the need for heavy server-side processes.
  • Interactive Dashboard: Presents dynamic analytics and statuses that update live as your applications progress.

Links:


Myriad.ai – Intelligent Code Copilot

What it does: Assists you in navigating massive codebases with AI-driven contextual insights.

How it works:

  • Natural Language Querying: Processes plain-English queries to pinpoint relevant code segments quickly.
  • Context Memory: Retains session context to deliver follow-up results that are on point.
  • AI-Powered Indexing: Leverages the Claude API to build a smart, contextual index that makes searching seamless.

Links:


CommitAura – AI-Powered Commit Message Generator

What it does: Generates concise, context-aware commit messages based on your git diffs—saving you from manual note-taking.

How it works:

  • Diff Analysis: Scans git diffs to extract meaningful code changes.
  • Smart Parsing: Uses custom routines to interpret code modifications.
  • API Integration: Taps into the Claude API for NLP, converting diff data into clean, descriptive commit messages.

Links:


Resumatyk – AI Resume Management TUI

What it does: Streamlines resume creation, editing, and formatting—right from your terminal.

How it works:

  • TUI Navigation: Uses Bash and fzf to let you seamlessly navigate resume sections.
  • Automated LaTeX Generation: Converts your resume data into polished, print-ready LaTeX documents.
  • OCR & Recursive QA: Integrates OCR to extract content and employs LLM-driven recursive queries to refine formatting.

Links:


Cybrdelic Portfolio – Interactive Developer Showcase

What it does: Displays my projects in a dynamic, interactive web experience that’s both sleek and responsive.

How it works:

  • Dynamic Routing & Server-Side Rendering: Powered by Axum and Tera for fast, modular content delivery.
  • Markdown-Driven Documentation: Converts markdown files into rich, maintainable project pages.
  • Interactive Frontend: Blends Rust backend prowess with modern JavaScript to ensure a smooth UI.

Links:


Browsealizer – GitHub Project Explorer

What it does: Offers an endless, mobile-optimized feed of curated GitHub projects to fuel your next big idea.

How it works:

  • GitHub API Integration: Fetches real-time project data straight from GitHub.
  • Client-Side Filtering & Infinite Scroll: Implements robust filtering and continuous scrolling for a seamless browsing experience.
  • Responsive Design: Crafted with React and TypeScript to perform smoothly on any device.

Links:


Tech Stack Overview

  • Languages: Rust, JavaScript, Python, Bash, and more.
  • Frameworks & Tools: Axum, Tera, React, fzf, etc.
  • Core Interests: Automation, AI, decentralized systems, and building self-evolving code.

Let's Connect


Every project here is a stepping stone toward a future where code works for you—eliminating the mundane and embracing the revolutionary. Thanks for checking out my work. Let's build something epic together.

Pinned Loading

  1. commitaura commitaura Public

    Uses GPT API to autonomously create commit messages based on your staged changes

    Rust

  2. sagacity sagacity Public

    TUI for chatting with your codebase and autonomously generated project documentation and extrapolations.

    Rust

  3. cybrdelic-nvim-starter cybrdelic-nvim-starter Public

    Originally started as a fork of https://github.com/elijahmanor/youtube-lazyvim . But I've gutted most of LazyVim's default config and just restarted directly on top of nvim. I made this because I w…

    Lua

  4. resumatyk resumatyk Public

    A bash TUI using fzf to edit, view, and compile resumes from the terminal. Also developing a style variant theme generation system using LLMs and natural language prompts.

    Shell