A static showcase of the Currnt platform — a B2B expert-network and market-research product (originally Convetit, briefly Expertboards) that ran from ~2015 until its codebase was frozen in December 2024. This site is a portfolio archive: what was built, what was sunset, what was still planned.
Not affiliated with the operating Currnt company. Built from public archaeological recon of a dormant production system the author owned access to.
Live at: https://myascendai.github.io/currnt-unpacked
rehype-mermaid)bun install
bun run dev # http://localhost:4321
bun run build # static output to dist/, then pagefind indexes it
bun run preview # serve dist/
bun run check # astro + svelte + tsc
Dual-licensed for clarity:
If you want to reproduce or build on this, attribution is required and commercial use is not permitted under either license. Contact the author for other arrangements.
src/
components/ Astro and Svelte components
mdx/ Components available inline in MDX (RouteTable, StatStrip, ...)
content/
domains/ One MDX file per Currnt product domain
layouts/ BaseLayout.astro
pages/ Routes
styles/ global.css with Tailwind v4 @theme tokens
.ralph/ Plan-of-record (prd.json) for the build phase
.github/workflows/ CI: deploy to GH Pages on push to main