- Next.js
- Supabase
- Hugging Face
- Tailwind CSS
- Shadcn
- Works across the entire Next.js stack
- Can store links fast in DB
- Summarize text
- Make groups for different topics
- Check your tasks in dashboard
-
You'll first need a Supabase project which can be made via the Supabase dashboard
-
Clone this repo and install dependencies
git clone https://github.com/kamalika0363/task_ai.git
npm install
-
Use
cd
to change into the app's directorycd task_ai
-
Rename
.env.local.example
to.env.local
and update the following:NEXT_PUBLIC_SUPABASE_URL=[INSERT SUPABASE PROJECT URL] NEXT_PUBLIC_SUPABASE_ANON_KEY=[INSERT SUPABASE PROJECT API ANON KEY] HF_KEY=[INSERT HUGGING FACE API KEY
Both
NEXT_PUBLIC_SUPABASE_URL
andNEXT_PUBLIC_SUPABASE_ANON_KEY
can be found in your Supabase project's API settings -
You can now run the Next.js local development server:
npm run dev
The app should now be running on localhost:3000.