No description
Find a file
2026-05-13 15:54:17 +01:00
assets Update the readme 2026-05-11 17:06:32 +02:00
src Remove score column, react and zaps buttons 2026-05-13 15:54:17 +01:00
static Setup SvelteKit with Svelte 5 2026-02-12 10:20:44 +01:00
.env.example Allow to post new discussions 2026-04-09 16:28:01 +01:00
.gitignore Setup SvelteKit with Svelte 5 2026-02-12 10:20:44 +01:00
.npmrc Add basic login 2026-03-18 20:41:28 +01:00
.prettierignore Setup SvelteKit with Svelte 5 2026-02-12 10:20:44 +01:00
.prettierrc Setup SvelteKit with Svelte 5 2026-02-12 10:20:44 +01:00
eslint.config.js Setup SvelteKit with Svelte 5 2026-02-12 10:20:44 +01:00
justfile Update justfile with build: and deploy: 2026-05-06 17:54:29 +01:00
package-lock.json Support formatting using djot 2026-05-11 16:14:59 +01:00
package.json Support formatting using djot 2026-05-11 16:14:59 +01:00
README.md Update the readme 2026-05-11 17:06:32 +02:00
svelte.config.js Setup @sveltejs/adapter-static 2026-04-28 21:27:55 +01:00
tsconfig.json Setup SvelteKit with Svelte 5 2026-02-12 10:20:44 +01:00
vite.config.ts Setup SvelteKit with Svelte 5 2026-02-12 10:20:44 +01:00

Squalk

Warning: work in progress, early alpha state!

Squalk is a forum built on Nostr that permits to manage simple or large communities; in fact you can choose to setup it in "simple" or "full" mode. Simple mode expose a single forum, while in Full mode you can have as many forum as you like.
Each forum includes a chat feature in the right-hand sidebar, which is useful for quickly interacting with members.

Tech stack

Squalk is built on Nostr and implement NIP-29 and NIP-7D.
It needs a personal relay that supports NIP-29 to host the group(s) and a Blossom server for the uploads; Pyramid includes both and is the suggested solution.

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.