Skip to content

feat: add marketing and documentation website#317

Merged
woosal1337 merged 1 commit into
mainfrom
add-website
Jun 18, 2026
Merged

feat: add marketing and documentation website#317
woosal1337 merged 1 commit into
mainfrom
add-website

Conversation

@woosal1337

Copy link
Copy Markdown
Owner

Adds website/ — a Next.js 15 + React + TypeScript + Tailwind marketing and documentation site for Folio.

Highlights

  • Dark mode only, monochrome palette taken from the desktop app (no accent color).
  • Real Folio app mark as the logo, Spectral wordmark, system font stack (SF Pro on macOS) for body and headings.
  • Pages: landing, features, and full docs (overview, installation, how-to-use, architecture, connectors/MCP, privacy, FAQ).
  • Bun for install and build. Deployable on Vercel with the project root set to website/.
  • No source comments, per the Folio convention.

🤖 Generated with Claude Code

Add website/, a Next.js 15 + React + TypeScript + Tailwind site for Folio.
Dark-only, monochrome palette drawn from the desktop app, with the real app
mark and the system font stack. Includes a landing page, a features page, and
full docs (overview, installation, how-to-use, architecture, connectors,
privacy, FAQ). Bun for install and build, deployable on Vercel from website/.
@woosal1337 woosal1337 merged commit 798cc20 into main Jun 18, 2026
12 of 13 checks passed
Comment thread website/app/docs/page.tsx
@@ -0,0 +1,126 @@
import type { Metadata } from "next";
import Link from "next/link";
@@ -0,0 +1,186 @@
import type { Metadata } from "next";
import Link from "next/link";
import type { Metadata } from "next";
import Link from "next/link";
import { siteConfig } from "@/lib/site-config";
import { CodeBlock, CommandLine } from "@/components/site/code-block";
Comment on lines +5 to +19
import {
DocHeader,
DocH2,
DocH3,
Prose,
Callout,
Steps,
Step,
FieldList,
Field,
Kbd,
DocDivider,
CardGrid,
LinkCard,
} from "@/components/docs/doc-primitives";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants