Cloudflare-native AI experience with separate workspace routing

Focused AI product

Research, write, debug, and decide faster in a dedicated AI workspace.

Rashtra AI keeps the marketing page and the actual chat application separate, so the product feels like a real AI tool instead of a mixed landing template.

/workspaceDedicated chat application route
Local-firstConversation storage and export
Internal APISame-origin Cloudflare Worker routing

What changed

The workspace now behaves like a real AI chat product.

The landing page introduces the platform. The workspace handles the actual conversations without mixing product marketing into the chat interface.

01

Separated routes

The landing experience lives at `/`, while the application itself lives at `/workspace/`.

02

Dedicated sidebar

Search, history, and conversation actions stay in a left rail that collapses into a drawer on mobile.

03

Chat-first layout

Messages, composer, actions, and status are designed around actual conversation flow.

04

Readable responses

Markdown, tables, and code blocks stay constrained, scrollable, and responsive.

05

Safe error states

Errors render as clean bordered UI with escaped text and retry actions.

06

Professional styling

No shadows, no clutter, just spacing, borders, contrast, and disciplined color usage.

Trust and privacy

Local-first by design, internal routing by default.

The frontend stores conversations in the browser, and chat requests stay on the same origin through `/api/chat` to Cloudflare Workers. Keys remain server-side.

Storage

IndexedDB and local preferences in the browser

Routing

Frontend requests go to same-origin Worker endpoints only

Recovery

Conversation export and import remain part of the workspace

UX

Keyboard-friendly controls and responsive layouts across mobile, tablet, and desktop

About

A serious AI workspace with Indian-context identity and production discipline.

Rashtra AI now separates product discovery from conversation work. The result is a cleaner chat experience, better responsiveness, and a more credible AI application feel.

The workspace is optimized for real usage: long responses, prompt iteration, code review, research, summaries, and exportable conversation history.

Go directly to the app

  • Open the chat application at `/workspace/`
  • Use same-origin Worker API routing
  • Keep browser-stored conversation history under your control
  • Deploy through Cloudflare Pages with Functions enabled
Open workspace