# tryneoapp.com / Labs Hub — AI / LLM content index # See also: https://llmstxt.org/ ## What is this? tryneoapp.com hub: DeFi neo-banking landing page, nostalgia-vs-market calculator, blog, documentation, and static HTML tools — built with Next.js 15 App Router. ## Main routes - / — tryneoapp.com landing page (DeFi neo-banking) - /nostalgiabeatsmarket — Long Nostalgia: childhood collectibles vs portfolio calculator - /nostalgiabeatsmarket/thesis — Investment thesis - /nostalgiabeatsmarket/sources — Data sources - /nostalgiabeatsmarket/r/ — Shareable calculator result - /blog — Blog index (articles on finance, engineering, SEO) - /blog/ — Individual blog post - /docs — Documentation index - /subscription-leak-detector — Subscription Leak Detector (static HTML tool) ## Static HTML tools Static HTML hosted under `public/hosted//index.html`, served at `/`. Currently: subscription-leak-detector. ## Blog Markdown source: `content/blog/en/*.md` (English default). Each post has: title, description, author, tags, featured image, reading time. ## Docs Markdown source: optional root files `content/docs/en/*.md` (e.g. `welcome.md`), plus `content/docs/en/
/.md` and `content/docs/en/
/_section.md` (section title + order). Each doc has: title, description, optional `order`, optional `draft`. ## Legacy URLs (301 redirects) - /hosted, /hosted/ → / - /longnostalgia → /nostalgiabeatsmarket ## Machine-readable extras - Sitemap: /sitemap.xml - Robots: /robots.txt (allows all crawlers including GPTBot, ClaudeBot, anthropic-ai) - JSON-LD on every page (Organization, WebSite, WebPage, BlogPosting, BreadcrumbList) - OG and Twitter cards on every page