thinkvelocity.in — complete site map
Every URL & feature flow
Covers all public routes, redirects, and everything inside /chat (sidebar + query deep links). Use this to test like a real user hitting every surface.
Master user journey
┌─────────────┐ prompt send ┌──────────────────────────────────────────┐
│ / Home │ ──────────────────► │ /chat (Prompt Studio hub) │
└──────┬──────┘ │ • Studio enhance (SSE → PromptEnhancement)│
│ │ • Library / Memory / Book / Profile │
│ navbar │ • History, Invite, Onboarding modals │
▼ └───────────────┬──────────────────────────┘
┌─────────────┐ │
│ /login │ ◄── guest limit / signup CTA ─────────┤
│ ?redirect= │ │
└──────┬──────┘ │
│ success ▼
└──────────────────────────────► /chat?lander=welcome
│
┌───────────────────────────────┼───────────────────────────────┐
▼ ▼ ▼
/pricing (upgrade) /subscription (plan) /shared/[token] (claim)
/marketplace (browse) /profile (standalone) /blog, /enterprise, …Path A — Home → Chat (most users)
- / — type prompt, Send
- /chat?prompt=…&mode=Flash — auto enhance
- Guest: 1 free enhance → signup card
- /login?redirect=/chat
- /chat?lander=welcome — welcome card
- Tips → Library tour → full Studio tour
Path B — Browse library first
- /marketplace or /prompt-library
- /library → redirects to /chat?tab=library
- Try in Studio → enhance in chat
- Save to collection (login) → Prompt Book
All features inside /chat
One route (/chat), multiple views via sidebar + URL params.
| Feature | How to open | What it does |
|---|---|---|
| Prompt Studio | /chat | Enhance, refine, clarify, share session |
| Prompt Library | /chat?tab=library | Categories, search, Try in Studio |
| Prompt Book | /chat?tab=prompt-book | Collections, save prompts |
| Memory | /chat?tab=memory | User memory / context prefs |
| Personalise | /chat (layoutView) | Personalization settings in chat shell |
| Account / Profile | /chat?panel=account or /profile | Account, plan, logout |
| Chat history | /chat (sidebar) | Reopen past conversations |
| Invite friends | /chat?invite=1 | Referral link + email invites |
Enhance pipeline: /enhance/chat, /clarify/chat/mcq, /refine/chat (PromptEnhancement). Auth & usage: backend-V1 /status, history, uploads /context/upload.
Website lander funnel (Tips / limits)
Progress: 0 / 5 steps (localStorage)
- Sign in / Sign up — Log in at thinkvelocity.in to enhance prompts, save history, and use Library & Memory.
- Chat (Prompt Studio) — You’re in Chat. Type a prompt below to enhance, or tap Tips to see History, Library, and more.
- Enhance a prompt — Type in Prompt Studio and send — we sharpen your prompt before you use it anywhere.
- History, Library & Collections — On thinkvelocity.in, enhanced prompts save to History. Browse the Prompt Library and save favorites to Collections.
- Chat features tour — See how Studio, Library, Memory, and Profile work on the website.
Marketing & discovery
| URL | Name | Purpose | Try |
|---|---|---|---|
| / | Home | Landing: hero prompt box, pricing, FAQs, extension CTA. | Open |
| /about-us | About us | Company / product story. | Open |
| /enterprise | Enterprise | Enterprise demo / contact funnel. | Open |
| /contact-us | Contact us | Contact form. | Open |
| /reviews | Reviews | Social proof / reviews. | Open |
| /blog | Blog index | Blog listing. | Open |
| /blog/[slug] | Blog post | Individual article. | dynamic |
| /welcome-to-velocity | Welcome | Post-signup / campaign welcome page. | Open |
| /extension-download | Extension download | Chrome Web Store landing. | Open |
| /get-started | Site flow map | This page: full URL & feature map. | Open |
| /fix-all-prompts | Fix all prompts (LP) | Alternate marketing landing (test sections). | Open |
| /patch-notes | Patch notes | Release notes. | Open |
| /qrcode | QR code | QR / campaign utility page. | Open |
Auth & account
| URL | Name | Purpose | Try |
|---|---|---|---|
| /login | Login / Sign up | Auth modal; ?redirect= internal path; ?mode=signup|signin; ?ref= invite. | Open |
| /reset-password | Reset password | Password reset form → backend-V1. | Open |
| /auth/verify | Email verify (auth) | Email verification handler. | Open |
| /verify-email-login | Verify email login | Magic-link / verify email login. | Open |
Redirects (alias → destination)
| URL | Name | Purpose | Try |
|---|---|---|---|
| /register→ /login?mode=signup | Register | Alias → login signup mode. | Open |
| /onboarding→ /chat?onboarding=1 | Onboarding | Redirects into chat onboarding modal flow. | Open |
| /library→ /chat?tab=library | Library | 301-style client redirect to chat library. | Open |
| /test→ /chat | Test (legacy) | Preserves query string; Netlify 301 /test → /chat. | Open |
App (chat hub)
Billing & plans
Chat views & deep links
| URL | Name | Purpose | Try |
|---|---|---|---|
| /chat?tab=library | Prompt Library tab | In-app library browse + Try in Studio. | Open |
| /chat?tab=memory | Memory | Memory / context instructions (sidebar). | Open |
| /chat?tab=prompt-book | Prompt Book | Collections / saved prompts. | Open |
| /chat?collection={id} | Collection detail | Open specific collection in Prompt Book. | Open |
| /chat?panel=account | Account panel | Profile layout inside chat; query stripped after open. | Open |
| /chat?prompt={text}&mode={Flash|Build|...} | Hero / home handoff | From / hero: auto-starts enhance stream. | Open |
| /chat?prompt=&cover=&title= | Library preview handoff | Opens preview modal before enhance. | Open |
| /chat?lander=welcome | Post-login welcome | One-time bottom card after login. | Open |
| /chat?onboarding=1 | Onboarding modal | In-chat onboarding (bonus prompts). | Open |
| /chat?invite=1 | Invite friends | Opens invite modal (also engagement_action=invite). | Open |
| /chat?engagement_action=invite | Invite (email CTA) | Email / campaign deep link to invite popup. | Open |
Prompt library & marketplace
Sharing
| URL | Name | Purpose | Try |
|---|---|---|---|
| /shared/[token] | Shared prompt (API) | View / claim shared prompt; login → return with redirect. | dynamic |
| /shared-prompt | Shared prompt (query) | Static share page via encoded query data. | Open |
| /shared-prompt/[id] | Shared prompt (demo id) | Demo / static export share IDs. | dynamic |
| /demo-share | Demo share | Share UI demo. | Open |
Internal / dev only
| URL | Name | Purpose | Try |
|---|---|---|---|
| /test-share | Test share | Dev share testing. | Open |
| /admin | Admin dashboard | Analytics KPIs; basic auth in middleware. | Open |
| /all-sections | All sections | Design / section showcase. | Open |
| /debug-og | Debug OG | Open Graph debug. | Open |
| /test-og | Test OG | OG preview test. | Open |
| /test-meta | Test meta | Meta tags test. | Open |
| /metadata-example | Metadata example | Metadata sample. | Open |
| /social-preview-test | Social preview | Social card preview test. | Open |
Legal
54 routes documented · 4 redirects · Chat deep links listed above