Skip to content

Latest commit

 

History

History
266 lines (191 loc) · 8.54 KB

File metadata and controls

266 lines (191 loc) · 8.54 KB

AXIOM — Promotion Playbook 📣

Ready-to-use post templates for multi-channel promotion. Copy, customize, and post.


🐦 Twitter/X Thread

Thread Template (6 tweets)

Tweet 1 (Hook):

I built a free platform that replaces 10 tools every aspiring developer uses.

DSA tracking, OSS contributions, GSOC prep, interview prep, jobs, and a public portfolio — all in one place.

It's called AXIOM, and it's open source 🧵👇

Tweet 2 (Problem):

The average CS student uses:
• LeetCode for DSA
• Random spreadsheets for tracking
• LinkedIn for jobs
• YouTube for learning
• GitHub for OSS

That's 5+ platforms with zero unified progress tracking.

AXIOM solves this.

Tweet 3 (DSA):

📊 The DSA system alone tracks:
• 1,096 problems across 3 sheets
• Spaced repetition & review queues
• Activity heatmaps & streaks
• Per-problem notes & time logs

It's like GitHub's contribution graph, but for your DSA practice.

Tweet 4 (OSS + GSOC):

🌐 For OSS contributors:
• GitHub OAuth sync
• Contribution history tracking
• Good first issue recommendations

🎓 For GSOC aspirants:
• Timeline & org explorer
• Readiness scoring based on your actual DSA + OSS activity

Tweet 5 (Full Stack):

It's all open source (MIT):
• React + Vite frontend
• Express + SQLite backend
• Firebase Auth
• GitHub Actions CI

A great project to contribute to if you want real full-stack OSS experience.

Tweet 6 (CTA):

⭐ Star AXIOM on GitHub: github.com/Adi-gitX/AXIOM

🍴 Fork it, build on it, contribute to it.

PRs welcome. Good first issues labeled. Let's build the best developer growth platform together.

#OpenSource #100DaysOfCode #StudentDev #GSOC #DSA

📱 Reddit Posts

r/learnprogramming

Title: I built an open source platform that tracks your DSA, OSS, GSOC, and interview prep in one dashboard

Body:

Hey everyone! I'm a student developer who got frustrated juggling LeetCode, random spreadsheets, YouTube playlists, and job boards. So I built AXIOM — a free, open-source command center for developer growth.

What it does:
- 📊 Dashboard with activity heatmaps and streaks
- 🧮 DSA Tracker: 1,096 problems, 3 sheets, spaced repetition
- 🌐 OSS Engine: GitHub sync, contribution tracking
- 🎓 GSOC Accelerator: timeline, org explorer, readiness scoring
- 📚 Education Hub: 18+ curated topic tracks
- 💼 Jobs Board + Interview Prep
- 🪪 Public portfolio at /u/username

Tech stack: React + Vite + Express + SQLite + Firebase Auth

GitHub: https://github.com/Adi-gitX/AXIOM
Live demo: https://axiomdev.vercel.app

Contributions are very welcome! We have good first issues labeled and a contributing guide. Would love feedback from this community.

r/opensource / r/SideProject

Title: [Show] AXIOM — Open source developer career platform (DSA + OSS + GSOC + Jobs)

Body:

AXIOM is a full-stack developer growth platform I've been building to help students and early-career devs consolidate their learning workflow.

Instead of using 5+ separate platforms, you get a unified command center with:
- DSA tracking with heatmaps and spaced repetition (1,096 problems)
- GitHub-connected OSS contribution engine
- GSOC readiness scoring and timeline
- Education hub, interview prep, and job board
- Public developer portfolio

Stack: React 18 + Vite + Express 5 + SQLite + Firebase Auth + TailwindCSS

MIT licensed. PRs welcome. Looking for contributors!

GitHub: https://github.com/Adi-gitX/AXIOM

r/cscareerquestions

Title: Free platform I built for structured DSA practice + interview prep + job tracking

Body:

Built this as a student prepping for placements — I was tired of tracking my DSA progress in spreadsheets and losing my streak data.

AXIOM gives you:
- DSA tracker with Love 450, Striver SDE, and Striver A2Z sheets (1,096 problems)
- Spaced repetition and review queues so you actually retain what you solved
- Activity heatmap and streak tracking (like GitHub's contribution graph)
- Interview prep resources (coding, system design, behavioral, resume)
- Job board with save/apply functionality
- Public portfolio you can share on your resume

Free, open source, MIT licensed.

Demo: https://axiomdev.vercel.app
GitHub: https://github.com/Adi-gitX/AXIOM

Would appreciate any feedback — and if you want to contribute, we have labeled issues!

💼 LinkedIn Post

🚀 Excited to share AXIOM — a free, open-source developer career platform I've been building.

The problem: As students and early-career developers, we use 10+ separate tools for DSA practice, OSS contributions, interview prep, job hunting, and progress tracking. There's no unified view of our developer journey.

AXIOM solves this by combining:
📊 Dashboard with heatmaps & streak tracking
🧮 DSA Tracker (1,096 problems with spaced repetition)
🌐 OSS Contribution Engine (GitHub sync)
🎓 GSOC Accelerator (readiness scoring)
📚 Education Hub (18+ curated topics)
🎤 Interview Prep & 💼 Job Board
🪪 Public Portfolio (/u/username)

Built with React, Express, Firebase, and SQLite — fully open source under MIT license.

If you're a student, developer, or mentor — I'd love your feedback or contributions!

⭐ GitHub: https://github.com/Adi-gitX/AXIOM
🔗 Live: https://axiomdev.vercel.app

#OpenSource #DeveloperTools #StudentDeveloper #GSOC #DSA #WebDevelopment #CareerGrowth

🔶 Hacker News — Show HN

Title: Show HN: AXIOM – Open source developer career command center for students

Body:

AXIOM is a unified platform for developer growth, combining DSA tracking, OSS contribution management, GSOC preparation, interview prep, and a public portfolio system.

I built it because I was tired of jumping between LeetCode, spreadsheets, job boards, and YouTube tutorials with no way to see my overall progress.

Key features:
- DSA system with 1,096 problems, spaced repetition, and heatmaps
- GitHub OAuth-powered OSS tracking with issue recommendations
- GSOC readiness scoring from your actual activity
- Education hub with 18+ curated topic tracks
- Job board and interview prep resources
- Public portfolio at /u/username

Stack: React 18 + Vite + Express 5 + SQLite + Firebase Auth + TailwindCSS
Deployed: Vercel (frontend + serverless API)

Live: https://axiomdev.vercel.app
Source: https://github.com/Adi-gitX/AXIOM

MIT licensed. Contributions welcome — we have a contributing guide and labeled issues for newcomers.

✍️ Dev.to Article Outline

Title: "I Built a Free Platform That Replaces 10 Developer Tools — Here's How"

Tags: opensource, webdev, career, beginners

Outline:

  1. The Problem — Why developers waste time context-switching
  2. The Solution — AXIOM as a career command center
  3. Feature Deep Dive — DSA, OSS, GSOC, Education, Jobs
  4. Tech Stack Walkthrough — React + Express + SQLite + Firebase
  5. Architecture Decisions — Why SQLite, why Zustand, why module separation
  6. What I Learned Building It — Full-stack lessons, OAuth, rate limiting
  7. Contributing — How to get involved (link to good first issues)
  8. CTA — Star, fork, share

📋 Awesome List Submissions

Submit AXIOM to these curated lists for additional discovery:

List URL Category
awesome-for-beginners github.com/MunGell/awesome-for-beginners JavaScript
awesome-react github.com/enaqx/awesome-react Applications
awesome-selfhosted github.com/awesome-selfhosted/awesome-selfhosted Learning
awesome-open-source awesomeopensource.com Developer Tools
awesome-student-dev github.com/dipakkr/awesome-student-dev Resources
awesome-hacktoberfest github.com/OtacilioN/awesome-hacktoberfest Projects
free-for-dev github.com/ripienaar/free-for-dev Developer Tools
awesome-dsa Various DSA lists Tools

How to Submit

  1. Fork the awesome list repo
  2. Add AXIOM entry in the appropriate category
  3. Open a PR following the list's contributing guidelines
  4. Include: one-line description, link, and relevant tags

📅 Posting Schedule

Day Platform Content
Monday Twitter/X Thread (6 tweets)
Tuesday Reddit r/learnprogramming post
Wednesday LinkedIn Professional announcement
Thursday Reddit r/opensource + r/SideProject
Friday Dev.to Full article
Saturday Hacker News Show HN
Sunday Reddit r/cscareerquestions

Ongoing: Monitor engagement, respond to ALL comments, iterate on messaging based on what resonates.