Skip to content

marvellousz/synapse-frontend

Repository files navigation

frontend

this is the web app for synapse (next.js).

main features: memories, folders, graph, semantic search, and chat. auth includes email verification + forgot/reset password flows.

quick start

pnpm install
pnpm dev

windows note: if pnpm is not recognized:

corepack enable
corepack prepare pnpm@latest --activate
pnpm install
pnpm dev

open http://localhost:3000

env: set NEXT_PUBLIC_API_URL if your api is not on localhost:8000.

run backend first so auth/search/chat calls work.

About

A unified memory platform with web app, API, MCP server, and Chrome extension.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors