Skip to content

HackSRM7.0 Furnito - Spatial Interior Design through Mixed Reality#71

Open
lakshya-02 wants to merge 3 commits intoelevenlabs:mainfrom
lakshya-02:main
Open

HackSRM7.0 Furnito - Spatial Interior Design through Mixed Reality#71
lakshya-02 wants to merge 3 commits intoelevenlabs:mainfrom
lakshya-02:main

Conversation

@lakshya-02
Copy link
Copy Markdown

@lakshya-02 lakshya-02 commented Feb 26, 2026

Summary

Architecting in mixed reality. This application enables us to use Elevenlab's API to procedurally generate assets live for interior designing. it will save material costs and costs for transportation since everything can be virtually arranged.

Project link: https://devfolio.co/projects/furnito-11bf
Demo video: https://youtu.be/W19-otG84Ko?si=T3FfxdWjLvJSJt5c
I hereby confirm that I have rights to share this project

https://x.com/berzelion
https://x.com/aaryanreegmi

Copilot AI review requested due to automatic review settings February 26, 2026 08:43
@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Feb 26, 2026

@lakshya-02 is attempting to deploy a commit to the ElevenLabs Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new Showcase project entry for “Furnito” (HackSRM 7.0 mixed-reality interior design app) and introduces a new author profile.

Changes:

  • Add projects/furnito.mdx project page with frontmatter metadata and project write-up
  • Add authors/aaryan-regmi.yml author profile

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.

File Description
projects/furnito.mdx New project entry + metadata (authors, categories, links, image) and documentation content
authors/aaryan-regmi.yml New author metadata for the Showcase members/authors system

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +4 to +8
authorIds:
- gameayush
- aaryan73
- lakshya-02
- spirizeon
Copy link

Copilot AI Feb 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The authorIds entries must match existing author file slugs (filename without extension). gameayush, aaryan73, lakshya-02, and spirizeon do not have corresponding files under authors/, so these authors will resolve to null and won’t render. Add the missing author files or update these IDs to match the actual author filenames (e.g., aaryan-regmi).

Suggested change
authorIds:
- gameayush
- aaryan73
- lakshya-02
- spirizeon

Copilot uses AI. Check for mistakes.
Comment on lines +10 to +14
- unity
- mixed-reality
- spatial-computing
- speech-to-text
- hackathon
Copy link

Copilot AI Feb 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

categories should use the supported category IDs from packages/data/src/categories.ts (e.g., agents, music, text-to-speech, voices, speech-to-text, sound-effects). Values like unity, mixed-reality, spatial-computing, and hackathon aren’t recognized and will prevent the project from appearing in category filtering/navigation.

Suggested change
- unity
- mixed-reality
- spatial-computing
- speech-to-text
- hackathon
- speech-to-text

Copilot uses AI. Check for mistakes.
- hackathon
isFeatured: false
date: "2026-02-26"
image: /images/furnito-showcase.png
Copy link

Copilot AI Feb 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The referenced image /images/furnito-showcase.png doesn’t exist in the repository (e.g., apps/www/public/images / projects/images). This will render as a broken image; add the image asset or update the path to an existing one.

Suggested change
image: /images/furnito-showcase.png

Copilot uses AI. Check for mistakes.
isFeatured: false
date: "2026-02-26"
image: /images/furnito-showcase.png
demoUrl: "http://devfolio.co/projects/furnito-11bf"
Copy link

Copilot AI Feb 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

demoUrl uses http://. The site generally uses https:// links for demos; please switch to the HTTPS Devfolio URL to avoid mixed-content warnings and improve security.

Suggested change
demoUrl: "http://devfolio.co/projects/furnito-11bf"
demoUrl: "https://devfolio.co/projects/furnito-11bf"

Copilot uses AI. Check for mistakes.
```bash
git clone https://github.com/lakshya-02/HackSrm
cd HackSrm
````
Copy link

Copilot AI Feb 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code block fence is mismatched: it opens with ``` but closes with ````. This will break MDX/Markdown rendering for the rest of the page; close the block with exactly three backticks.

Suggested change
````

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants