Skip to content
View voidenmark's full-sized avatar

Block or report voidenmark

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
voidenmark/README.md
Β  Β 




πŸ‘οΈ Live Stats

Metric Live Badge
πŸ† GitHub Stars Stars
🍴 Total Forks Forks
πŸ‘₯ Followers Followers
πŸ“¦ Public Repos Repos

πŸ“Š GitHub Activity

Β 






πŸš€ Featured Repos

Auto-updates via GitHub API pins β€” star what matters, it surfaces here.

ReadMe Card


πŸ› οΈ Free Tools Arsenal

Why pay? Every tool below is free, open-source, or has a killer free tier.

🎨 Design & UI

Tool What it beats Link
Figma (free tier) Adobe XD, Sketch figma.com
Penpot Figma (fully open source) penpot.app
Spline Cinema 4D for web 3D spline.design
Coolors Adobe Color coolors.co
Google Fonts Typekit/Adobe Fonts fonts.google.com

πŸ’» Dev & Code

Tool What it beats Link
VS Code JetBrains IDEs (for most tasks) code.visualstudio.com
Gitpod Local dev environment gitpod.io
Railway (free tier) Heroku railway.app
Vercel Netlify Pro vercel.com
Supabase Firebase supabase.com
PlanetScale AWS RDS planetscale.com
Cloudflare Workers AWS Lambda workers.cloudflare.com

πŸ“ Productivity & Writing

Tool What it beats Link
Notion (personal free) Confluence notion.so
Obsidian Roam Research, Notion obsidian.md
LibreOffice Microsoft Office libreoffice.org
Joplin Evernote joplinapp.org

πŸŽ₯ Media & Creative

Tool What it beats Link
DaVinci Resolve Premiere Pro, Final Cut blackmagicdesign.com
GIMP Photoshop gimp.org
Inkscape Illustrator inkscape.org
Kdenlive iMovie, Premiere kdenlive.org
Audacity Adobe Audition audacityteam.org
OBS Studio Camtasia obsproject.com

πŸ”’ Privacy & Security

Tool What it beats Link
Bitwarden LastPass, 1Password bitwarden.com
ProtonMail Gmail (privacy) proton.me
Signal WhatsApp, Telegram signal.org
uBlock Origin Paid ad blockers ublockorigin.com

πŸ€– AI Tools (Free Tiers Worth Using)

Tool What it beats Link
Claude.ai (free) ChatGPT Plus claude.ai
Perplexity (free) Copilot, Gemini perplexity.ai
Mistral (free API) OpenAI API mistral.ai
Hugging Face AWS AI services huggingface.co
Stable Diffusion Midjourney, DALLΒ·E stability.ai

πŸ“š Quick Guides

🌐 Deploy a Free Website (5 min)
# 1. Create repo named: yourusername.github.io
# 2. Clone it
git clone https://github.com/yourusername/yourusername.github.io

# 3. Drop your index.html in
# 4. Push
git add . && git commit -m "launch" && git push

# Done. Live at https://yourusername.github.io
πŸ—ƒοΈ Free Database Setup (Supabase)
// Install: npm install @supabase/supabase-js
import { createClient } from '@supabase/supabase-js'

const supabase = createClient('YOUR_URL', 'YOUR_ANON_KEY')

// Query
const { data } = await supabase.from('table').select('*')
⚑ Cloudflare Worker (Free Serverless)
// Free: 100k requests/day β€” no credit card needed
export default {
  async fetch(request) {
    return new Response(JSON.stringify({ status: 'alive' }), {
      headers: { 'Content-Type': 'application/json' }
    })
  }
}
πŸ”§ VS Code Must-Have Extensions
- Prettier (formatting)
- ESLint (linting)  
- GitLens (git superpowers)
- Thunder Client (free Postman replacement)
- Path Intellisense (autocomplete paths)
- GitHub Copilot (free for students)
- Live Server (instant local server)

🧰 Tech Stack I Use

HTML5 CSS3 JavaScript Python Git Linux VS Code Cloudflare


πŸ“ˆ Contribution Heatmap

VOIDENMARK's github activity graph




Pinned Loading

  1. Slate Slate Public

    One Surface for Everything. Made with love by VOIDENMARK.

    Python 1

  2. GodEngine GodEngine Public

    A web-based 3D simulation engine that models cyclical life systems β€” stars, life, death, aging, and growth β€” running continuously in the browser.

    1