"use client" import Image from "next/image" import Link from "next/link" import PSELogo from "@/public/icons/archstar.webp" import ArrowRightVector from "@/public/icons/arrow-right.svg" import { motion } from "framer-motion" import { siteConfig } from "@/config/site" import News from "@/components/sections/News" import WhatWeDo from "@/components/sections/WhatWeDo" import { ArrowRightUp } from "@/components/svgs/arrows" export default function IndexPage() { return (
Privacy + Scaling Explorations
Programmable cryptography for people like you Explore Project Library arrowvector
pselogo
Who we are

PSE is a research lab building free tools that expand the world of cryptography.

How To Plug In

PSE is a growing team of developers, researchers, designers, communicators, artists, and organizers. There are so many ways to get involved- you can try out our apps, build with our tools, contribute to projects, or join our team. We’d love to hear from you!

Say Hi On Discord
) }