Important Links

Important Links

Table of Contents


AI / LLM Providers

# Link Name Description
1 https://www.anthropic.com/ Anthropic AI safety company that builds the Claude family of AI models
2 https://gemini.google.com/app Google Gemini Google's AI assistant and chatbot powered by Gemini models
3 https://www.deepseek.com/en/ DeepSeek Chinese AI lab offering open-source large language models
4 https://groq.com/ Groq AI inference platform offering ultra-fast LLM serving via custom LPU hardware
5 https://openai.com/ OpenAI AI research lab behind GPT models, ChatGPT, DALL-E, and the OpenAI API
6 https://openrouter.ai/ OpenRouter Unified API gateway for accessing multiple LLM providers through a single endpoint
7 https://replicate.com/ Replicate Cloud platform for running open-source ML models via simple API calls

Local LLM & Model Hosting

# Link Name Description
8 https://ollama.com/ Ollama Tool to run open-source LLMs locally on your machine
9 https://huggingface.co/ Hugging Face Platform for sharing ML models, datasets, and AI applications

Local Models — Downloadable GGUFs & Weights

💬 Text-to-Text — General (Your PC)

Model Link File to Download Size
Llama-3.1-8B https://huggingface.co/bartowski/Meta-Llama-3.1-8B-Instruct-GGUF Meta-Llama-3.1-8B-Instruct-Q4_K_M.gguf ~5GB
Qwen2.5-7B https://huggingface.co/bartowski/Qwen2.5-7B-Instruct-GGUF Qwen2.5-7B-Instruct-Q4_K_M.gguf ~5GB

💬 Text-to-Text — General (Powerful)

Model Link File to Download Size
Mistral-Small-24B https://huggingface.co/bartowski/mistralai_Mistral-Small-3.1-24B-Instruct-2503-GGUF Mistral-Small-3.1-24B-Instruct-2503-Q4_K_M.gguf ~14GB
Llama-3.3-70B https://huggingface.co/bartowski/Llama-3.3-70B-Instruct-GGUF Llama-3.3-70B-Instruct-Q4_K_M.gguf ~43GB
Qwen2.5-72B https://huggingface.co/bartowski/Qwen2.5-72B-Instruct-GGUF Qwen2.5-72B-Instruct-Q4_K_M.gguf ~44GB
Mistral-Large https://huggingface.co/bartowski/Mistral-Large-Instruct-2407-GGUF Mistral-Large-Instruct-2407-Q4_K_M.gguf ~74GB
DeepSeek-V3 https://huggingface.co/bartowski/deepseek-ai_DeepSeek-V3-0324-GGUF DeepSeek-V3-0324-Q4_K_M-00001-of-00009.gguf + all 9 parts ~400GB

✍️ Creative Writing (Your PC)

Model Link File to Download Size
Stheno-v3.4-8B https://huggingface.co/bartowski/Llama-3.1-8B-Stheno-v3.4-GGUF Llama-3.1-8B-Stheno-v3.4-Q4_K_M.gguf ~5GB
Mistral-7B-Instruct https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.2-GGUF mistral-7b-instruct-v0.2.Q4_K_M.gguf ~4.4GB

✍️ Creative Writing (Powerful)

Model Link File to Download Size
Euryale-v2.3-70B https://huggingface.co/mradermacher/L3.3-70B-Euryale-v2.3-i1-GGUF L3.3-70B-Euryale-v2.3.i1-Q4_K_M.gguf ~43GB

💻 Coding (Your PC)

Model Link File to Download Size
Qwen2.5-Coder-7B https://huggingface.co/Qwen/Qwen2.5-Coder-7B-Instruct-GGUF Qwen2.5-Coder-7B-Instruct-Q4_K_M.gguf ~5GB

💻 Coding (Powerful)

Model Link File to Download Size
Qwen2.5-Coder-32B https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct-GGUF Qwen2.5-Coder-32B-Instruct-Q4_K_M.gguf ~19GB

🎨 Text-to-Image (Your PC)

Model Link File to Download Size
Stable Diffusion 1.5 https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5/tree/main v1-5-pruned-emaonly.safetensors ~4GB

🎨 Text-to-Image (Powerful)

Model Link File to Download Size
SDXL 1.0 https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/tree/main sd_xl_base_1.0.safetensors ~6.5GB
FLUX.1-dev https://huggingface.co/black-forest-labs/FLUX.1-dev flux1-dev.safetensors ~24GB

🎬 Text-to-Video (Your PC)

Model Link File to Download Size
CogVideoX-2B https://huggingface.co/THUDM/CogVideoX-2b Whole folder via ComfyUI ~9GB

🎬 Text-to-Video (Powerful)

Model Link File to Download Size
Wan2.1-T2V-14B https://huggingface.co/Wan-AI/Wan2.1-T2V-14B Whole folder via ComfyUI ~29GB

🖼️➡️🎬 Image-to-Video (Your PC)

Model Link File to Download Size
Stable Video Diffusion https://huggingface.co/stabilityai/stable-video-diffusion-img2vid svd.safetensors ~9GB

🖼️➡️🎬 Image-to-Video (Powerful)

Model Link File to Download Size
Wan2.1-I2V-14B https://huggingface.co/Wan-AI/Wan2.1-I2V-14B Whole folder via ComfyUI ~29GB

🔊 Text-to-Speech (Your PC)

Model Link File to Download Size
Kokoro-82M https://huggingface.co/hexgrad/Kokoro-82M Whole folder ~330MB

🔊 Text-to-Speech (Powerful)

Model Link File to Download Size
F5-TTS https://huggingface.co/SWivid/F5-TTS Whole folder ~3GB

AI Frameworks & Tooling

# Link Name Description
10 https://www.crewai.com/ CrewAI Framework for orchestrating autonomous multi-agent AI workflows
11 https://docs.langchain.com/ LangChain Docs Documentation for LangChain, a framework for building LLM apps
12 https://smith.langchain.com/ LangSmith Platform for debugging, testing, and monitoring LLM applications
13 https://langfuse.com/ Langfuse Open-source observability and analytics platform for LLM application monitoring
14 https://www.gradio.app/ Gradio Python library for building interactive ML model web demos
15 https://scale.com/ Scale AI Data labeling and AI infrastructure platform for training machine learning models
16 https://n8n.io/ n8n Low-code workflow automation platform with an AI agent builder and playground
17 https://skills.sh/ Skills.sh Directory for discovering and sharing Claude Code skills
18 https://github.com/anthropics/skills Anthropic Skills Official Anthropic repository of curated Claude Code skills
19 https://github.com/anthropics/claude-plugins-official Claude Plugins Official Anthropic repository for Claude Code plugins and extensions
20 https://gsd.build/ GSD (Get Shit Done) Structured workflow framework for AI-assisted development and task execution
21 https://github.com/steveyegge/gastown Gastown Open-source framework for orchestrating swarms of AI agents on large codebases
22 https://code.claude.com/docs/en/agent-teams Claude Agent Teams Docs Documentation for Claude Code's experimental multi-agent team coordination
23 https://stan-smith.github.io/FossFLOW/ FossFLOW Open-source AI-assisted development workflow and process framework

MCP (Model Context Protocol)

# Link Name Description
24 https://github.com/mcp MCP GitHub Official GitHub organization for the Model Context Protocol specification and SDKs
25 https://code.claude.com/docs/en/mcp Claude Code MCP Docs Claude Code documentation for configuring and using MCP servers
26 https://mcp.so/ MCP.so Directory and registry for discovering Model Context Protocol servers and tools
27 https://glama.ai/mcp Glama MCP Glama's directory and hub for discovering and managing MCP servers
28 https://smithery.ai/ Smithery Registry and platform for finding, publishing, and running MCP servers
29 https://platform.claude.com/docs/en/agents-and-tools/remote-mcp-servers Claude Remote MCP Docs Anthropic docs on connecting Claude agents to remote MCP servers
30 https://community.atlassian.com/forums/Atlassian-Remote-MCP-Server/Using-the-Atlassian-Remote-MCP-Server-beta/ba-p/3005104 Atlassian MCP Server Community guide for using the Atlassian Remote MCP Server (Jira/Confluence)

AI Benchmarks & Leaderboards

# Link Name Description
31 https://livebench.ai/#/ LiveBench Contamination-free AI benchmark using regularly updated questions to evaluate LLMs
32 https://scale.com/leaderboard Scale AI Leaderboard Human-evaluated leaderboard ranking LLMs on real-world task performance

Enterprise AI Platforms

# Link Name Description
33 https://www.salesforce.com/artificial-intelligence/ Salesforce AI (Einstein) Salesforce's AI platform integrating generative AI into CRM workflows
34 https://www.siemens.com/en-us/company/insights/generative-ai-industrial-copilot/ Siemens Industrial Copilot Siemens' generative AI assistant for industrial engineering and manufacturing workflows
35 https://www.palantir.com/platforms/aip Palantir AIP Palantir's AI platform integrating LLMs with enterprise data for decision-making

Frontend & React

# Link Name Description
36 https://mui.com/material-ui/ Material UI (MUI) Popular React component library implementing Google's Material Design system
37 https://tailwindcss.com/ Tailwind CSS Utility-first CSS framework for rapidly building custom user interfaces
38 https://reactflow.dev/ React Flow React library for building interactive node-based graphs, diagrams, and editors
39 https://reactbits.dev/ React Bits Collection of reusable, animated React UI components and design patterns

Graphics, 3D & Animation

# Link Name Description
40 https://pixijs.com/ PixiJS Fast 2D WebGL rendering engine for interactive graphics and games
41 https://threejs.org/ Three.js JavaScript library for creating and rendering 3D graphics in the browser
42 https://d3js.org/ D3.js JavaScript library for creating dynamic, data-driven visualizations using web standards
43 https://gsap.com/ GSAP Professional-grade JavaScript animation library for high-performance web animations
44 https://www.khronos.org/webgl/ WebGL (Khronos) Khronos Group's standard for hardware-accelerated 3D graphics in web browsers
45 https://github.com/Chlumsky/msdf-atlas-gen/releases msdf-atlas-gen Tool for generating multi-channel signed distance field font atlases for rendering

Design & Creative Tools

# Link Name Description
46 https://spline.design/3d-design Spline 3D Design Browser-based collaborative 3D design tool for interactive web experiences
47 https://fonts.google.com/ Google Fonts Free, open-source font library with easy web and download integration
48 https://pagedjs.org/ Paged.js Open-source library for paginated content and print-quality rendering from HTML/CSS
49 https://www.pencil.dev/ Pencil AI-powered ad creative generation tool for marketers and designers
50 https://tiptap.dev/ Tiptap Headless, extensible rich text editor framework built on ProseMirror for web apps

Cloud, Hosting & Deployment

# Link Name Description
51 https://vercel.com/ Vercel Cloud platform for frontend frameworks, serverless functions, and Next.js deployment
52 https://id.heroku.com/login Heroku Cloud platform-as-a-service for deploying and managing applications
53 https://cloud.google.com/free Google Cloud Free Tier Google Cloud's free tier offering always-free and trial cloud services
54 https://developers.cloudflare.com/ Cloudflare Developers Documentation portal for Cloudflare's CDN, Workers, and cloud services APIs
55 https://supabase.com/ Supabase Open-source Firebase alternative with Postgres database, auth, and realtime APIs

DevOps, Infrastructure & Testing

# Link Name Description
56 https://docs.docker.com/ Docker Docs Official documentation for Docker containerization platform
57 https://developer.hashicorp.com/terraform Terraform Infrastructure-as-code tool for provisioning and managing cloud resources declaratively
58 https://semgrep.dev/ Semgrep Static analysis tool for finding bugs and enforcing code standards across languages
59 https://playwright.dev/ Playwright Microsoft's end-to-end browser testing and automation framework
60 https://git-scm.com/ Git Distributed version control system for tracking changes in source code
61 https://git-lfs.com/ Git LFS Git extension for versioning large files by storing them outside the repository
62 https://docs.astral.sh/uv/ uv Extremely fast Python package and project manager written in Rust

APIs & Services

# Link Name Description
63 https://brave.com/search/api/ Brave Search API API for programmatic access to Brave's privacy-focused search engine
64 https://serper.dev/ Serper Fast, affordable Google Search results API for developers and AI agents
65 https://pushover.net/ Pushover Service for sending real-time push notifications to devices
66 https://sendgrid.com/en-us SendGrid Cloud-based email delivery and transactional email API service
67 https://dev.elsevier.com/ Elsevier Developer APIs for accessing Elsevier's academic research and publication data
68 https://clerk.com/ Clerk Drop-in authentication and user management platform for web applications
69 https://www.lemonsqueezy.com/ Lemon Squeezy Payment and subscription platform for selling digital products and SaaS
70 https://www.atlassian.com/software/jira Jira Atlassian's project tracking and issue management platform for agile teams

IDEs & Editors

# Link Name Description
71 https://code.visualstudio.com/ Visual Studio Code Free, extensible source code editor by Microsoft with rich plugin ecosystem
72 https://cursor.com/ Cursor AI-native code editor built on VS Code with integrated LLM assistance
73 https://antigravity.google/ Google Antigravity Google's AI-assisted coding tool and development environment
74 https://chatgpt.com/codex ChatGPT Codex OpenAI's cloud-based coding agent for autonomous software engineering tasks
75 https://github.com/features/copilot GitHub Copilot AI pair programmer by GitHub/OpenAI that suggests code in your editor
76 https://code.claude.com/docs Claude Code Docs Official documentation for Claude Code CLI -- Anthropic's terminal-based coding agent
77 https://opencode.ai/ OpenCode Open-source AI coding CLI for the terminal, alternative to Claude Code
78 https://ampcode.com/ Amp Code Google's AI-powered coding agent with multi-model support and terminal CLI

Monetization & Business

# Link Name Description
79 https://massive.com/ Massive Monetization platform letting apps earn revenue via users' spare compute power
80 https://www.bloomberg.com/ Bloomberg Global financial news, data, and analytics platform for business professionals