DEV Community

Cover image for Build a spreadsheet app with an AI-copilot (Next.js, gpt4, LangChain, & CopilotKit)

Build a spreadsheet app with an AI-copilot (Next.js, gpt4, LangChain, & CopilotKit)

uliyahoo on April 18, 2024

TL;DR In this article, you'll learn how to build an AI-powered spreadsheet application that allows you to perform various accounting fun...
Collapse
 
envitab profile image
Ekemini Samuel

Amazing! This is another great implementation of CopilotKit, I'm looking forward to more. 🚀

Collapse
 
uliyahoo profile image
uliyahoo

Thanks Ekemini! I appreciate the kind words.

Collapse
 
envitab profile image
Ekemini Samuel

You're welcome, Uli.

Collapse
 
the_greatbonnie profile image
Bonnie

Great article, Uli.

I love how the content is well-written and structured.

The code has been explained well too.

Collapse
 
uliyahoo profile image
uliyahoo

Thank you so much Bonnie🙏🏼

Can't wait to read your next article.

Collapse
 
jeremiah_the_dev_man profile image
Jeremiah

If this actually works then it's incredible....

Collapse
 
uliyahoo profile image
uliyahoo

Haha, of course it works! Try it out.

Collapse
 
jakepage91 profile image
Jake Page

Another great article! Can't wait to try this one out

Collapse
 
uliyahoo profile image
uliyahoo

Thanks :) Hope it's a fun implementation.

Collapse
 
nevodavid profile image
Nevo David

This opens whole new possibilities

Collapse
 
uliyahoo profile image
uliyahoo

It does!

Collapse
 
justinwells21 profile image
justinwells21

How is it accessing web searches?

Collapse
 
uliyahoo profile image
uliyahoo

That's what the tavily agent is for! CopilotKit uses LangChain to take in-app actions based on the tavily agent's web-search.

Collapse
 
hamzamir21 profile image
hamza

Why doesn't google sheets or excel have this already??

Collapse
 
uliyahoo profile image
uliyahoo

Valid question... It's not that hard to implement a v1...

Collapse
 
tyaga001 profile image
Ankur Tyagi

@uliyahoo nice blog.

Collapse
 
uliyahoo profile image
uliyahoo

Thank you Ankur!

Collapse
 
matijasos profile image
Matija Sosic

Nice stuff! Is this app deployed somewhere so I can give it a try?