Skip to content

feat: implement anonymous chatroom and optimize SEO - #8

Merged
KunalSiyag merged 2 commits into
mainfrom
feat-seo-and-chatroom-11657785154282220491
Jul 9, 2026
Merged

feat: implement anonymous chatroom and optimize SEO#8
KunalSiyag merged 2 commits into
mainfrom
feat-seo-and-chatroom-11657785154282220491

Conversation

@KunalSiyag

Copy link
Copy Markdown
Owner

This pull request addresses the request to improve SEO indexing and introduces an anonymous zero-knowledge chatroom.

Key changes:

  • Refined robots.txt configuration for precise bot blocking (landing pages are now indexed, /notes/* and /secrets/* are blocked).
  • Created a new chat_messages table in the D1 database to store encrypted payloads.
  • Authored Zod contracts and integrated new GET and POST Hono endpoints to support real-time chat polling.
  • Developed an AES-GCM client-side encrypted chat interface at /chat.
  • Added the /chat route to the sitemap, the header/footer nav links, and optimized metadata keywords.

PR created automatically by Jules for task 11657785154282220491 started by @KunalSiyag

- Refined `robots.ts` to allow indexing of landing pages while blocking sensitive individual secret IDs to prevent accidental burns.
- Implemented full-stack anonymous chatroom functionality (zero-knowledge, AES-GCM encrypted).
- Updated `schema.sql` with a new `chat_messages` table and indexed it for performant polling.
- Created POST and GET endpoints in the Hono API for managing chat messages.
- Designed and implemented a responsive Next.js client UI for the chatroom.
- Updated `sitemap.ts` and `app-shell.tsx` navigation to expose the new chatroom route and dynamically updated sitemap dates.
- Refined UI optimistics to properly display deduplicated local messages.

Co-authored-by: KunalSiyag <110692325+KunalSiyag@users.noreply.github.com>
@vercel

vercel Bot commented Jul 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
protectedshare-api Ready Ready Preview, Comment Jul 9, 2026 7:39pm
protectedshare-web Ready Ready Preview, Comment Jul 9, 2026 7:39pm

@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

- Refined `robots.ts` to allow indexing of landing pages while blocking sensitive individual secret IDs to prevent accidental burns.
- Implemented full-stack anonymous chatroom functionality (zero-knowledge, AES-GCM encrypted).
- Updated `schema.sql` with a new `chat_messages` table and indexed it for performant polling.
- Created POST and GET endpoints in the Hono API for managing chat messages.
- Designed and implemented a responsive Next.js client UI for the chatroom.
- Updated `sitemap.ts` and `app-shell.tsx` navigation to expose the new chatroom route alongside core features and dynamically updated sitemap dates.
- Updated `apps/web/app/page.tsx` home page UI, hero CTA, and FAQ schemas to include the Chatroom feature.
- Added comprehensive cross-linking components to the bottom of all feature pages to improve spider crawlability and discovery.

Co-authored-by: KunalSiyag <110692325+KunalSiyag@users.noreply.github.com>
@KunalSiyag
KunalSiyag merged commit be0cce3 into main Jul 9, 2026
7 checks passed
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.

1 participant