DOXR


If the title didn't tell you, I'm Izaan (I go online as "doxr") and I like coding (I'm a fullstack developer). It all started with Scratch and then went to HTML. That's when I started learning everything about HTML/CSS myself, which lead to me learning more, and I found other cool people who helped with my understanding of things. I like making random project and breaking ChromiumOS/Chromebooks. Almost everything I make is open source (licensed under ISC, GPL/AGPL, or MIT).


🚧🚧 THIS SITE IS IN CONTRUCTION 🚧🚧

Projects:

TalkRN - Image

TalkRN

TalkRN is a web chatting application build on Node.js and Express.js. Features include auto-moderation, moderation commands, and roles/ranking with minimal code modification. Banning and muting are included, as are moderators and owner only commands. Oh, and AI bots and flairs!

You *need* Replit to run this, as ReplDB and Repl Auth are involved.

DoxrForm - Image

DoxrForm

DoxrForm is a small project I worked on. It features a very simple form for the user, and a minimal admin panel with certain cool powers. There is authentication for the admin, and it is encouraged to modify the form to your own needs.

This is more for a casual "contact me" form than it is a form for quizzes, simply because of how it was built.

GPTrolley - Image

GPTrolley revive

GPTrolley is a remake of the original GPTrolley (which is down, https://gptrolley.com) except completely remade by me. This uses the Deepinfra AI API which offers open source models without an API key - using this, I could make a revival that mimics the functionality of the original. (This isn't a complete remake since a lot of proportions are weird).


Random Tools

A lot of what I do is random, here are some of my random projects!
Please note that a lot of this is more about functionality than having a visually good-looking thing.

Project Purpose
Spotify Cover Art Grabber If you don't like all of the nonsense that comes with other image grabbers, this is for you! This comes with a small API and an image proxy, with a very minimal user interface. This is very privacy oriented, and made for people who care about that.
Simple GitHub OAuth This is a simple tutorial on how to have a functional GitHub OAuth system using my starter code. I made the code and the tutorial.