The open-source RAG platform.
Learn more »
Introduction ·
Tech Stack ·
Self-hosting
Agentset is the open-source RAG platform for developers.
- Next.js – framework
- TypeScript – language
- Tailwind – CSS
- Shadcn/ui – components
- Upstash – redis, workflows
- Supabase – database
- Prisma - orm
- BetterAuth – auth
- Turborepo – monorepo
- Stripe – payments
- Resend – emails
- Vercel – deployments
A complete self-hosting guide is coming soon. For now, please follow the steps below to get the platform up and running.
- Install dependencies:
pnpm install
- Copy
.env.example
to.env
and set the environment variables:
cp .env.example .env
- Migrate the database:
pnpm db:deploy
4.Start Upstash workflows local server:
pnpm dev:upstash
After it starts, copy the QSTASH_TOKEN
, QSTASH_CURRENT_SIGNING_KEY
, QSTASH_NEXT_SIGNING_KEY
that appear in the terminal and paste them in the .env
file.
- Run the development server:
pnpm dev:web
Agentset is open-source under the MIT License. You can find it here.