Welcome to ai-code, a multi-project monorepo workspace for building open-source AI tools, legal technology software, and developer applications.
Explore the live projects directory on GitHub Pages:
👉 https://sshahriar.github.io/ai-code/
| Project Name | Category | Description | Status | Live Demo |
|---|---|---|---|---|
| 📜 nda-generator | Legal Tech | Interactive Mutual NDA Creator & Legal Templates Dataset based on Common Paper standards | 🟢 Active | Launch App |
| 📋 kanban-gemini | DevTools | Modern drag-and-drop Kanban project management web application | 🟢 Active | Launch App |
| 👤 portfolio | Web App | Personal software engineering portfolio with glassmorphism UI & interactive timeline | 🟢 Active | Launch App |
| 📈 finally | FinTech | AI-powered trading workstation with real-time SSE market streaming & LLM copilot | 🟢 Active | - |
| 📚 learning | Education | Docs-style AI Coder course notes with Content/Summary tabs and OpenRouter Ask chat | 🟢 Active | Launch App |
| 🛰️ agentic-workflow | Education | Mission-control dashboard: Jira ticket to deploy via an orchestrated agent team | 🟢 Active | Launch App |
ai-code/
├── AGENTS.md # AI agent guidelines & repository standards
├── README.md # Workspace monorepo index & project directory
├── index.html # Root landing page for GitHub Pages hub
├── .gitignore # Monorepo git ignore rules
├── .github/
│ └── workflows/
│ └── deploy.yml # GitHub Actions automated deployment
├── nda-generator/ # Sub-Project 1: Mutual NDA Creator (React 18 + Vite)
├── kanban-gemini/ # Sub-Project 2: Kanban Project Management (Next.js 15)
├── portfolio/ # Sub-Project 3: Software Engineering Portfolio (Next.js 15)
├── finally/ # Sub-Project 4: AI Trading Workstation (FastAPI + Next.js)
├── learning/ # Sub-Project 5: AI Coder Learn (React + Vite)
└── agentic-workflow/ # Sub-Project 6: Agentic Ops dashboard (static HTML)
git clone https://github.com/sshahriar/ai-code.git
cd ai-codecd nda-generator/frontend
npm install
npm run devOpen http://localhost:3000 in your browser.
- Repository code is open-source under the MIT License.
- Legal templates in
nda-generator/templates/originate from Common Paper under Creative Commons Attribution 4.0 International (CC BY 4.0). - Pull requests and contributions for new projects under
ai-codeare welcome!