diff --git a/Submission/DevLog-AI.md b/Submission/DevLog-AI.md new file mode 100644 index 0000000..60c6604 --- /dev/null +++ b/Submission/DevLog-AI.md @@ -0,0 +1,75 @@ +# Open Source Hackathon 2026 Project Submission + +## Participant Details + +**Full Name:** +Siddharth Goswami + +**GitHub Username:** +goswamiSiddharth + +**Team Name:** +ForkAndFire + +**College/University:** +KIET Group of Institutions + +--- + +## Project Details + +**Project Title:** +DevLog AI — Open Source Standup & Progress Tracker for Solo Developers + +**Project Description:** +DevLog AI is a Java CLI tool that automatically reads your git commits, summarizes them using Ollama (local LLM — completely free, no API key needed), and generates beautiful daily/weekly devlogs in Markdown format. It also builds and auto-deploys a static site to GitHub Pages showing your progress with a stats dashboard. Solves the problem of solo developers and open source contributors forgetting what they built and having no easy way to track or share their progress. + +**Tech Stack Used:** +Java 21, Maven, Ollama (llama3 local LLM), GitHub Actions, GitHub Pages, GitHub REST API + +**GitHub Repository Link:** +https://github.com/goswamiSiddharth/devlog-ai + +**Live Demo Link:** +https://goswamisiddharth.github.io/devlog-ai/ + +**Presentation / Demo Video Link:** +https://github.com/goswamiSiddharth/devlog-ai/blob/main/README.md + +--- + +## Open Source Readiness + +- [x] My project is public on GitHub +- [x] My repository has a proper README.md +- [x] I have added setup/installation instructions +- [x] I have added screenshots/demo where possible +- [x] I have added a license file +- [x] My project is original and built/updated during the hackathon period + +--- + +## Memori Labs Sponsor Task + +Please complete these before submitting: + +- [x] I have starred the Memori Labs GitHub repository + https://github.com/MemoriLabs/Memori + +- [x] I have followed Memori Labs on LinkedIn + https://www.linkedin.com/company/memorilabs/ + +- [x] I have followed Memori Labs on X + https://x.com/memorilab + +- [x] I have checked Memori Labs social links + https://linktr.ee/memorilabs + +--- + +## ID Card Verification + +- [x] I have generated my ID card from https://oshack.xyz +- [ ] If my ID was not verified, I completed the mandatory verification/giveaway form and tried again + +--- \ No newline at end of file diff --git a/Submission/PROJECT NAME.md b/Submission/PROJECT NAME.md deleted file mode 100644 index 13362da..0000000 --- a/Submission/PROJECT NAME.md +++ /dev/null @@ -1,75 +0,0 @@ -# Open Source Hackathon 2026 Project Submission - -## Participant Details - -**Full Name:** - - -**GitHub Username:** - - -**Team Name:** - - -**College/University:** - - ---- - -## Project Details - -**Project Title:** - - -**Project Description:** - - -**Tech Stack Used:** - - -**GitHub Repository Link:** - - -**Live Demo Link:** - - -**Presentation / Demo Video Link:** - - ---- - -## Open Source Readiness - -- [ ] My project is public on GitHub -- [ ] My repository has a proper README.md -- [ ] I have added setup/installation instructions -- [ ] I have added screenshots/demo where possible -- [ ] I have added a license file -- [ ] My project is original and built/updated during the hackathon period - ---- - -## Memori Labs Sponsor Task - -Please complete these before submitting: - -- [ ] I have starred the Memori Labs GitHub repository - https://github.com/MemoriLabs/Memori - -- [ ] I have followed Memori Labs on LinkedIn - https://www.linkedin.com/company/memorilabs/ - -- [ ] I have followed Memori Labs on X - https://x.com/memorilab - -- [ ] I have checked Memori Labs social links - https://linktr.ee/memorilabs - ---- - -## ID Card Verification - -- [ ] I have generated my ID card from https://oshack.xyz -- [ ] If my ID was not verified, I completed the mandatory verification/giveaway form and tried again - ----