Skip to content

Ivy-Apps/deslop-web

Repository files navigation

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/3125ea99-753c-492f-80ea-f6db71f4f25e

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Run the app: npm run dev (opens on port 3000)

Deploy to Vercel

  1. Push this repo to GitHub (or GitLab / Bitbucket) and import the project in Vercel.
  2. Use the default settings: Install npm install, Build next build, Output managed by Next.js.
  3. Environment variables: Add secrets only in the Vercel project dashboard when your app reads them on the server (for example in a Route Handler). Do not use the NEXT_PUBLIC_ prefix for API keys you must keep private—those are exposed in the browser bundle.

About

The NextJS web app for Deslop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors