Structured note-taking and knowledge organization tool built for clarity and precision.
curl --request GET \
--url https://tessera-note.ypym.app/ghost/api/content/posts/ \
--header 'Accept: application/json'
{
"posts": [
{
"id": "abc123",
"title": "Market Intelligence — Q1 2026",
"slug": "market-intelligence-q1-2026",
"status": "published",
"created_at": "2026-01-15T08:00:00.000Z",
"updated_at": "2026-03-01T10:30:00.000Z",
"tags": [
{ "name": "market-intel", "slug": "market-intel" },
{ "name": "quarterly", "slug": "quarterly" }
],
"excerpt": "Structured intelligence report covering IDX sector movements, competitor positioning, and organic search landscape shifts."
}
],
"meta": {
"pagination": {
"page": 1,
"limit": 15,
"pages": 1,
"total": 1
}
}
}
auto, manual, hybrid.markdown, pdf, json, html.| Use Case | Description |
|---|---|
| Research Capture | Structure raw research from market analysis, competitor audits, and sector intelligence into reusable knowledge blocks |
| Strategy Documentation | Document SEO strategies, campaign plans, and venture studio blueprints with version control |
| Client Briefings | Generate structured briefing documents from accumulated intelligence for partner engagements |
| Technical Specs | Maintain living technical specification documents that evolve alongside product development |
| Component | Stack |
|---|---|
| Frontend | Ghost 5 (Alpine) — content management and rendering |
| Database | MySQL 8.0 — structured data persistence |
| Network | Docker bridge network (tessera-network) |
| Deployment | Docker Compose — single-command orchestration |
curl --request GET \
--url https://tessera-note.ypym.app/ghost/api/content/posts/ \
--header 'Accept: application/json'
{
"posts": [
{
"id": "abc123",
"title": "Market Intelligence — Q1 2026",
"slug": "market-intelligence-q1-2026",
"status": "published",
"created_at": "2026-01-15T08:00:00.000Z",
"updated_at": "2026-03-01T10:30:00.000Z",
"tags": [
{ "name": "market-intel", "slug": "market-intel" },
{ "name": "quarterly", "slug": "quarterly" }
],
"excerpt": "Structured intelligence report covering IDX sector movements, competitor positioning, and organic search landscape shifts."
}
],
"meta": {
"pagination": {
"page": 1,
"limit": 15,
"pages": 1,
"total": 1
}
}
}
curl --request GET \
--url https://tessera-note.ypym.app/ghost/api/content/posts/ \
--header 'Accept: application/json'
{
"posts": [
{
"id": "abc123",
"title": "Market Intelligence — Q1 2026",
"slug": "market-intelligence-q1-2026",
"status": "published",
"created_at": "2026-01-15T08:00:00.000Z",
"updated_at": "2026-03-01T10:30:00.000Z",
"tags": [
{ "name": "market-intel", "slug": "market-intel" },
{ "name": "quarterly", "slug": "quarterly" }
],
"excerpt": "Structured intelligence report covering IDX sector movements, competitor positioning, and organic search landscape shifts."
}
],
"meta": {
"pagination": {
"page": 1,
"limit": 15,
"pages": 1,
"total": 1
}
}
}