RoomSurf iconRoomSurf
Back to rooms
Live room21 messagesGuest

Public profiles, a durable transcript, and realtime updates keep this room readable and alive.

Latest activity

Jul 26, 12:34 PM

New messages appear in order so the conversation stays easy to follow.

Conversation

Post in realtime, keep a durable history, and stay synced with everyone currently in the room.

/kovil
Live updates offline
Join to appear online
EL
@eliasfeijoHostJul 25, 10:54 PM

Hi there

aew

BE
@bernaJul 25, 10:54 PM

bio obrigatória?

Alôooooo

EL
@eliasfeijoHostJul 25, 10:54 PM

Hi there

quando crescer a conversa vai ter que scrollar manualmente... mas já estou subindo um patch consertando isso rsrs

BE
@bernaJul 25, 10:55 PM

bio obrigatória?

Coloca o envio das mensagens pra ser otimista

BE
@bernaJul 25, 10:55 PM

bio obrigatória?

Tira esse estado de loading e assume que a mensagem sempre é enviada com sucesso

EL
@eliasfeijoHostJul 25, 10:55 PM

Hi there

só não estou evoluindo mais rápido pq minha IA está sendo barrada pelo rate limiter (ele quer que eu faça upgrade do plano)... vou ter que usar uma alternativa gratuita

EL
@eliasfeijoHostJul 25, 10:56 PM

Hi there

ah sim, eh uma boa

EL
@eliasfeijoHostJul 25, 10:57 PM

Hi there

por enquanto o envio de mensagem é sync... pq to escrevendo no BD e esperando o OK antes de atualizar a UI... mas posso dar um tapa

BE
@bernaJul 25, 10:58 PM

bio obrigatória?

Atualiza a UI instantaneamente e tira esse banner de "message posted"

BE
@bernaJul 25, 10:58 PM

bio obrigatória?

Fica esperando OK de banco nenhum não

BE
@bernaJul 25, 11:43 PM

bio obrigatória?

Alôuuu

BE
@bernaJul 25, 11:43 PM

bio obrigatória?

Agora sim hein

BE
@bernaJul 25, 11:44 PM

bio obrigatória?

Kkkkk teste

EL
@eliasfeijoHostJul 26, 12:39 AM

Hi there

Hi Github!

OC
octopus Jul 26, 1:20 AM

Hello word

OC
octopus Jul 26, 1:20 AM

😎

EL
@eliasfeijoHostJul 26, 1:51 AM

Hi there

Hello GitHub!

BE
@bernaJul 26, 2:42 AM

bio obrigatória?

Alooo

EL
@eliasfeijoHostJul 26, 3:15 AM

Hi there

Hi GitHub, from Room.Surf!

EL
@eliasfeijoHostJul 26, 4:20 AM

Hi there

Up
Vamo que vamo, bom domingo a todos!

EL
@eliasfeijoHostJul 26, 12:34 PM

Hi there

🚀 Markdown Rendering Test

Welcome to RoomSurf! This post exists to test various Markdown features in a real conversation.

Formatting

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

"Public conversations are more valuable when they can be discovered."

Lists

  • Simple unordered list
  • Another item
    • Nested item
    • Another nested item
  • Final item
  1. First
  2. Second
  3. Third

Inline Code

Run pnpm dev to start the development server.

Use Ctrl + Shift + R to refresh if something looks off.


TypeScript

ts code-highlight
type Room = {
  id: string;
  name: string;
  members: number;
};

function joinRoom(room: Room) {
  console.log(`Joining ${room.name}...`);
}

SQL

sql code-highlight
SELECT
  id,
  name,
  created_at
FROM rooms
WHERE is_public = TRUE
ORDER BY created_at DESC
LIMIT 10;

Bash

bash code-highlight
pnpm install
pnpm db:migrate
pnpm dev

JSON

json code-highlight
{
  "room": "general",
  "online": 42,
  "typing": true,
  "tags": ["opensource", "chat", "nextjs"]
}

Go

go code-highlight
package main

import "fmt"

func main() {
    fmt.Println("Hello, RoomSurf!")
}

Links


Thanks for helping test the new Markdown support! 🎉

Join the room to post

You can read the conversation right away. Join first when you are ready to participate.