#VueJS #TypeScript #Python #AI #FullStack #OpenSource #GraphDone #WebDeveloper
Building intelligent full-stack applications using AI. 3+ years experience in Python, TypeScript, Flask, FastAPI, MySQL, AWS, and creating production-ready systems.
- π Currently working on GraphDone & TaskDone
- π€ Contributing to Kilocode & SIM (Open Source)
- π± Exploring AI Agents, LLMs, and Cloud Architecture
- π¬ Ask me about Vue.js, FastAPI, Neo4j, AI Integration
| Project | Tech Stack | Live |
|---|---|---|
| GraphDone | TypeScript, Neo4j, React, GraphQL | View |
| TaskDone | TypeScript, Next.js, Neo4j, Prisma | View |
| Awesome Horizon | Vue.js, Vercel, Open Source | View |
| Awesome Skills | TypeScript, Next.js, Vercel | View |
Contributing to innovative open-source projects in the AI and developer tools space.
All-in-one agentic engineering platform β VS Code extension for AI-driven development. 1M+ users, #1 on OpenRouter.
Tech Stack: TypeScript Β· Kotlin Β· CSS Β· JavaScript Β· Shell Β· VS Code API
Contributions:
- Bug fixes and issue resolution
- Feature enhancements
- Code reviews and testing
Build and deploy AI agent workflows visually. Self-hosted platform with vector database integration.
Tech Stack: TypeScript Β· MDX Β· Python Β· CSS Β· JavaScript Β· Shell Β· Next.js Β· PostgreSQL Β· Drizzle ORM
Contributions:
- Bug fixes and troubleshooting
- Documentation improvements
- Platform testing and feedback
| Document | Description |
|---|---|
| CONTRIBUTING.md | How to contribute to this project |
| CHANGELOG.md | Version history and changes |
| SECURITY.md | Security policy and vulnerability reporting |
| docs/SETUP.md | Development environment setup |
| docs/DEPLOYMENT.md | Deploy to Vercel, Netlify, etc. |
| docs/ARCHITECTURE.md | Project structure and design decisions |
| docs/FAQ.md | Frequently asked questions |
src/
βββ π components/ # Reusable UI components
β βββ Icon.vue
β βββ ui/ # Utilities
βββ π sections/ # Page sections
β βββ HeroSection.vue
β βββ AboutSection.vue
β βββ SkillsSection.vue
β βββ ProjectsSection.vue
β βββ OpenSourceSection.vue
β βββ GitHubSection.vue
β βββ ContactSection.vue
β βββ FooterSection.vue
βββ π layout/ # Layout components
β βββ NavBar.vue
βββ π views/ # Page views
βββ π data/ # Static data
βββ π router/ # Vue router
βββ π composables/ # Vue composables
# Clone the repository
git clone https://github.com/Patel230/portfolio.git
cd portfolio
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build