Inspiration
Ever got into a problem where your grandparents or parents forget to take medicine? Is your alarm set, but you didn't wake up at correct time? Do you make to-do list, but then struggle to follow it?
This Project solves all these problems.
What it does
Rise AI is a platform that allows users to schedule automated reminder phone calls. Users log in and create "workflows" where they can define:
- A name for the workflow (e.g., "Wake up call").
- Person to call
- A description or the content/purpose of the reminder (e.g., "Wake me up by putting in guilt", reminding grandma to take medicine, reminding about homework).
- A specific trigger date and time for the call.
How we built it
My main focus for this project was to build the whole project through JUST github copilot, So instead of writing code myself, I divided each feature into chunks and crafted prompts for that and you can see the frontend it works so smoothly it's through I downloaded shadcn components into a folder and told copilot to look into that folder and generate components using that. That's how built frontend was built, In the techstack we used
- FastAPI for backend with apscheduler for background jobs and date triggers
- Frontend with Shadcn
- Hosted on Azure VM with Frontend hosted on Static web apps
- GPT API for LLMs
SO YEAHHH LITERALLY 90% of CODEBASE IS WRITTEN USING COPILOT, I've only orchestrated twilio pipeline And Regarding VS Code the AI capabilities Integrated with all the workspace features improves the productivity by multiple times, and then highlight and chat feature, fixing inline and using it as Code reviewing tool helps us writing good code
Challenges we ran into
- The hardest part was to orchestrate the background processes with multiple workers, and make sure that it doesn't crash lol !
Accomplishments that we're proud of
Completing the project, while doing my College + Job + Projects 😂, Just like microsoft killing in each release.
What we learned
I discovered the hidden secrets of github copilot explored amazing ways to prompt efficiently with copilot and making it write my 90% of codebase fr
What's next for Rise AI - Wake Up Sir !
Next up Rise AI has the potential to evolve beyond simple reminders:
Conversational Customer Care: Expanding the AI's capabilities to handle basic customer service inquiries or appointment scheduling over the phone.
Healthcare Integration: Partnering with hospitals or clinics to provide automated, personalized patient follow-ups, medication adherence checks, and appointment reminders, improving patient outcomes.
Interactive Language Learning: Developing workflows where users can practice conversational skills in a new language with the AI over a phone call, offering accessible practice anywhere.


Log in or sign up for Devpost to join the conversation.