Aravind
@aravindinduri
Joined on 19 March 2024
CS UG'26 | Building from Curiosity
GitHub Stats
2
Followers
36
Repositories
0
Organizations
0
Gists
8
Pull Requests
1
Issues
135
Commits
0
Sponsors
4
Contributed To
4
Star Earned
Most Used Languages
92.62%
Jupyter Notebook
4.61%
JavaScript
2.32%
TypeScript
0.32%
Python
0.08%
CSS
0.04%
Java
0.01%
HTML
Popular Projects
aeye
A new age public safety monitoring system
TypeScript
1
0
0
0
Echo-Personal-Assistant
Echo is a smart, Linux-based voice and text assistant powered by Google Gemini AI. It can perform various tasks such as answering general knowledge questions, executing system commands, performing web searches, controlling a phone remotely, and even speaking responses using text-to-speech technology.
Python
1
0
0
0
Viewcell_v2_Backend
The Viewcell Backend powers the Viewcell platform, handling essential server-side operations like video management, user interactions, and tweets. It utilizes Cloudinary for file hosting, integrates JWT authentication for secure user access, and uses bcrypt for password hashing. The backend connects to a MongoDB database and leverages aggregation p
JavaScript
1
0
0
0
Viewcell_v2_Frontend
Viewcell is a dynamic social media platform that combines the best features of YouTube and Twitter. Users can upload videos, like and comment on videos, create playlists, post tweets, and track their watch history. The platform is designed to provide an engaging experience with a seamless user interface and smooth performance.
JavaScript
1
0
0
0
Swipe_Assignment
No description
JavaScript
0
0
0
0
exelr8
No description
Unknown
0
0
0
0
Top Contributions
Top contributions made by the user in the last year.
Charts
Follow Up
Activity Graph
Contributions Calendar
Contributions made by the user in the last 365 days.
Recent Activity
10/1/2025, 4:14:26 PM
9/29/2025, 10:29:21 PM
- Update README.md with project details, features, installation instructions, and challenges faced.
9/28/2025, 1:06:31 PM
- feat: hide nextjs portal (#2891)
- feat: add context window display (#2885)
- feat: add subscription management to settings panel (#2868) * feat: add subscription management to settings panel Add a new Subscription tab in the settings panel that allows users to: - View their current subscription plan and status - Upgrade or change their subscription plan - Cancel their subscription with a confirmation modal - Manage billing through Stripe customer portal The implementation includes: - New subscription-tab component with plan management UI - Integration with existing subscription data and modals - Dropdown menus for subscription and payment management - Cancel subscription confirmation dialog
- chore: Unify linting strategy + enforce linting across repo (#2839)
- feat: add project cloning functionality (#2870) * feat: add project cloning functionality Add comprehensive project cloning across multiple UI entry points: ## Features Added - Clone projects from New Project dropdown in editor - Clone projects from project context menu on projects page - Clone projects from Create dropdown on projects page - Modal dialog for customizing cloned project names - Loading states and error handling throughout --------- Co-authored-by: Kiet Ho <hoakiet98@gmail.com>
- refactor: Reimplement file system persistence using ZenFS (#2890)
- chore: refactor tools (#2893)
- chore: fix motion build issue (#2894)
- chore: fix zenfs build issue (#2895)
- chore: update tools to not use names (#2897)
- chore: fix ci/cd script (#2899)
- chore: update parser exports (#2904)
- fix: unicorn studio positioning (#2878)
- fix: handle multiple oids and invalid oids (#2906)
- chore: update prompts organization (#2910)
- fix: add active branch context when page selected (#2911)
- fix: include instance in selected context (#2913)
- docs: add preload script testing tutorial (#2812)
- fixed ui responsiveness on project page (#2877)
- chore: update env variable requirements (#2919)
9/27/2025, 5:11:47 PM
- Detailed Usage Table Added
- Merge branch 'feat/detailed-usage-table' of https://github.com/sapatmohit/billingsdk into feat/detailed-usage-table
- docs(detailed-usage-table): update component demo and description - Move component demo file to a cleaner path under src/components - Update the description metadata to include auto-calculation of percentage field - Remove redundant detailed creator section and replace with concise credits line - Correct code block meta title and source path in documentation - Improve formatting and clarity of usage table demo example code snippet
- feat(detailed-usage-table): add new detailed usage table component and docs - Add detailed usage table component with resource consumption breakdown - Provide demo component showcasing usage with various resource types - Update docs with installation instructions for shadcn and billingSDK - Add usage import example in detailed-usage-table documentation - Register new component in registry.json with dependencies and metadata - Include detailed-usage-table in components index list and meta.json - Import and expose DetailedUsageTableDemo in mdx-components for demos - Reorganize imports in mdx-components to accommodate new Demo component
- some of the stuff is done
- Merge branch 'main' into feat/detailed-usage-table
- refactor(mdx-components): reorganize and consolidate MDX component imports - Group imports from external UI library and local components for clarity - Sort component imports alphabetically within categories - Replace default imports with named imports where applicable - Add missing imports for detailed usage table and usage table demos - Update getMDXComponents usage comment for better context
- Update registry.json Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- Merge branch 'main' into feat/detailed-usage-table
- Added stripe integration for nextjs
- minor updates
- done with billing setting
- Revert "some of the stuff is done" This reverts commit 7c3d6cf347d52af298de59bcb69ef4834c687ff9.
- Updated the registry.json
- fix: payment-method-manager-ui
- Merge pull request #190 from sapatmohit/feat/detailed-usage-table feat(billing): added Detailed Usage Table (#116)
- Merge pull request #221 from shashwat558/feat/stripe-integration-nextjs Added stripe integration for nextjs
- optimized billing setting for mobile
- billing-settings: desktop keeps centered pill tabs; mobile scrollable pill bar with snap; fix visibility on small screens; dev server fix memo applied
- fix: improve mobile tab layout and responsiveness - Adjusted tab sizing and spacing for better mobile display - Fixed text overflow issues on small screens - Ensured consistent appearance across all tab states - Optimized touch targets for better mobile UX
9/22/2025, 6:30:54 PM
9/22/2025, 6:30:37 PM
9/21/2025, 9:14:27 AM
- feat: add AI prototype generator features page at /features/prototype (#2742) * feat: add AI prototype generator features page at /features/prototype - Add new FEATURES_PROTOTYPE route constant - Create prototype-focused features page with AI-generated content - Update hero section with 'AI Prototype Generator' messaging - Add 3 prototype-specific benefit sections - Include 6 prototype features grid (AI generation, interactive components, etc.) - Add 6 prototype-focused FAQs covering tool differences and capabilities - Maintain existing component structure and styling - Update meta tags for prototype generator focus Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> * fix: remove metadata export from client component to fix Vercel deployment - Remove metadata export that was causing Next.js build failure - Remove unused Metadata type import - Client components cannot export metadata in Next.js App Router - Follows pattern from original features page which doesn't export metadata Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> * fix: add missing human titles to features grid section for font consistency - Add larger descriptive titles with text-lg md:text-xl font-light styling - Match exact structure and font classes from original features page - Ensures consistent typography across all sections Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> * fix: restructure HTML semantic tags while preserving visual styling - Swap hero section styling between H1 and subtitle, reorder elements - Change benefits section H3 to H2, H2 to p tags (keep styling) - Replace FeaturesIntroSection with inline H2 + text elements - Remove features grid intro section, restructure items as H2-Text-Text - Remove unused FeaturesIntroSection import Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> * fix: adjust HTML structure in features intro and cards sections - Features intro: give 'Complete Rapid Prototyping Solution' small caps styling (keep h2) - Features intro: give 'All the Features you need to Build and Scale' larger h2 styling - Feature cards: convert all h2s to text, convert small caps text to h2s - Feature cards: move new h2s (formerly small caps) to first line of each card - Maintain exact visual styling while fixing semantic HTML structure Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> * fix: change FAQ grid heading from h2 to h3 while maintaining styling - Change 'Frequently asked questions' from h2 to h3 tag - Preserve exact visual styling with same CSS classes - Maintain semantic HTML structure consistency Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> --------- Co-authored-by: alex@onlook.dev <alex@creatorsofweb.com>
- feat: add AI features page at /features/ai with AI-focused content (#2743) * feat: add AI features page at /features/ai with AI-focused content - Create new /features/ai page cloning existing /features structure - Add AI-focused hero component with updated messaging - Add AI benefits section with 3 AI-specific benefits - Add AI features grid with 6 AI design tool features - Add AI features intro section - Update metadata with AI-focused SEO content - All components follow existing patterns and styling Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> * fix: remove metadata export from client component in AI features page Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> * fix: restructure HTML semantic tags while preserving visual styling - Swap hero section styling between H1 and subtitle, reorder elements - Change benefits section H3 to H2, H2 to p tags (keep styling) - Update features intro section H3 to H2, H2 to text elements - Restructure features grid items as H2-Text-Text structure - Maintain all visual styling and animations Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> * fix: change FAQ section heading from H2 to H3 while preserving styling - Update FAQ section title to use H3 tag instead of H2 - Maintain exact visual styling with same CSS classes - Complete HTML semantic tag restructuring for AI features page Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> * fix: correct JSX closing tag mismatch in FAQ section - Fix H3 opening tag with H2 closing tag syntax error - Ensure proper JSX tag matching for FAQ section title - Resolve Vercel deployment failure caused by syntax error Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> * fix: invert styling between H2 and p elements in AI features grid section Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> --------- Co-authored-by: alex@onlook.dev <alex@creatorsofweb.com>
- fix: apply HTML semantic tag fixes to original features page (#2744) * fix: apply HTML semantic tag fixes to original features page - Hero: swap H1/H3 tags and styling, reorder elements - Benefits: change H3 to H2 for titles, H2 to p for descriptions - Features intro: update H3 to H2, split description text - Features grid: change H3 to H2, H2 to text, reorder to H2-Text-Text structure - FAQ: change H2 to H3 for main title Maintains exact visual styling while fixing semantic HTML structure Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> * fix: correct HTML semantic tags in features grid and FAQ sections - Features grid: change H2 back to H3 for feature titles - FAQ section: change H3 back to H2 for main title Addresses user feedback on semantic tag hierarchy Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> --------- Co-authored-by: alex@onlook.dev <alex@creatorsofweb.com>
- feat: add /features/builder page with React visual builder content (#2745) * fix: apply HTML semantic tag fixes to original features page - Hero: swap H1/H3 tags and styling, reorder elements - Benefits: change H3 to H2 for titles, H2 to p for descriptions - Features intro: update H3 to H2, split description text - Features grid: change H3 to H2, H2 to text, reorder to H2-Text-Text structure - FAQ: change H2 to H3 for main title Maintains exact visual styling while fixing semantic HTML structure Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> * fix: correct HTML semantic tags in features grid and FAQ sections - Features grid: change H2 back to H3 for feature titles - FAQ section: change H3 back to H2 for main title Addresses user feedback on semantic tag hierarchy Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> * feat: add /features/builder page with React visual builder content Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> --------- Co-authored-by: alex@onlook.dev <alex@creatorsofweb.com>
- feat: add feedback form and table (#2740)
- fix: feedback form default email (#2751)
- feat: update HTML tags in features hero component (#2752) - Change 'Visual Editor for React & TailwindCSS Apps' from h2 to h1 - Change 'The React Editor You've Been Waiting For' from h1 to p - Preserve all existing CSS classes and Framer Motion properties Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: alex@onlook.dev <alex@creatorsofweb.com>
- feat: add AI, Prototyping, and Visual Builder links to footer (#2753) - Add FEATURES_AI route constant for consistency - Add three new links in Product section below Features link - Use same styling pattern with hover effects and titles - Links navigate to /features/ai, /features/prototype, /features/builder Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: alex@onlook.dev <alex@creatorsofweb.com>
- feat: hide mobile warning box on all screen sizes (#2757) * feat: hide mobile warning box on all screen sizes - Changed className from 'sm:hidden' to 'hidden' in Hero component - This hides the mobile warning box on mobile devices as requested - Maintains existing behavior on larger screens (already hidden) - Warning text: 'Onlook isn't designed for Mobile – Please open on a larger screen' Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> * fix: remove conflicting flex class to ensure hidden works properly - Removed 'flex' class that conflicts with 'hidden' class - Addresses Diamond AI code review feedback about CSS display conflicts - Ensures mobile warning box is properly hidden on all screen sizes Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: alex@onlook.dev <alex@creatorsofweb.com>
- feat: styling improvements (#2731)
- feat: update ai sdk from v4 to v5 (#2718)
- chore: upgrade next deps (#2776)
- chore: upgrade template next deps (#2777)
- feat: use new csb template (#2779)
- feat: add canvas snap/alignment guidelines for frames (#2762) * feat: add canvas snap/alignment guidelines for frames
- fix: textbox floating issue while panning (#2781)
- refactor: type safety (#2787)
- chore: added documentation for OAuth setup (#2782)
- feat: add vercel.json with permanent redirect from /features/visual-editor to /features/builder (#2785) * feat: add vercel.json with permanent redirect from /features/visual-editor to /features/builder - Implements SEO-friendly permanent redirect (301) - Follows vercel.json configuration pattern - Addresses URL structure change for visual editor feature Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> * fix: correct JavaScript syntax errors in preload script - Remove extra parentheses that were causing syntax errors - Address formatting issues identified by ellipsis-dev bot - Ensure proper semicolon placement for valid JavaScript --------- Co-authored-by: alex@onlook.dev <alex@creatorsofweb.com>
- Fix features/builder page layout to match AI/prototype structure (#2786) * feat: restructure builder page to match AI/prototype layout - Create BuilderFeaturesHero with motion animations and UnicornBackground - Create BuilderBenefitsSection with interactive mockup placeholders - Create BuilderFeaturesIntroSection and BuilderFeaturesGridSection - Replace standalone components with WebsiteLayout template structure - Add CreateManagerProvider, ResponsiveMockupSection, CTASection, FAQSection - Include NonProjectSettingsModal and SubscriptionModal - Preserve all existing builder content in new shared component structure Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> * feat: replace placeholder mockups with actual interactive components - Replace Visual Editor placeholder with TailwindColorEditorMockup - Replace Drag & Drop placeholder with ComponentsBlock - Replace AI Assistant placeholder with AiChatInteractive - Import required components from existing shared mockups Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> * fix: update builder benefits section layout to match AI benefits section - Add Icons import for CheckCircled components - Fix container styling from h-80 to h-100 to match AI section - Add comprehensive checklist with React development features - Fix spacing by changing description margin from mb-8 to mb-6 - Ensure visual consistency with AI benefits section layout Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> * fix: replace ComponentsBlock with DirectEditingInteractive in builder benefits - Replace ComponentsBlock with DirectEditingInteractive in second section - Update import to use DirectEditingInteractive from shared mockups - Fix container styling to match AI benefits section (h-100) - Remove unwanted home page text content from components section - Builder benefits section now matches AI benefits section exactly Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> * fix: replace DirectEditingInteractive with TailwindColorEditorMockup in builder benefits second section Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> * fix: replace TailwindColorEditorMockup with ComponentsMockup in builder benefits second section Co-Authored-By: alex@onlook.dev <alex@creatorsofweb.com> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: alex@onlook.dev <alex@creatorsofweb.com>
9/8/2025, 2:45:46 PM
9/8/2025, 2:42:18 PM
9/7/2025, 10:08:24 AM
- feat: add new effects pattern
- feat: add new geometric Striped Dark
- fix: Navigate to
- Merge pull request #87 from adityamehta242/main add geometric pattern and fix Navigate to typo
- backgrounds so good, you’ll forget what you came here for
- delete one bg - not worth it
- Merge pull request #90 from megh-bari/feat/new-bgs backgrounds so good, you’ll forget what you came here for
- update docs: add a category to adding new pattern format
- fix: styling issue in patterns.ts
- feat(ui): add more backgrounds
- Merge pull request #91 from megh-bari/feat/more-bgs feat(ui): add more backgrounds
- feat: add PayPal support to support dropdown
- Merge pull request #92 from megh-bari/feat/add-paypal-support feat: add PayPal support to support dropdown
- update 100+ to 150+ patterns
- Merge branch 'main' into feature/northern-aurora
- docs: update demo video
- Merge pull request #93 from megh-bari/docs/improve-demo-vdo docs: update demo video
- docs: add github star history graph
- Merge pull request #94 from megh-bari/docs/add-github-star-history docs: add github star history graph
- docs: add offical twitter handle of patterncraft