A satirical take on the professional network — "where careers go to rest." Post into the void, collect endorsements nobody meant, and connect with people who ghosted you. For anyone who needs to laugh at the hustle. Built on the DeepSpace SDK.
Live app: https://linkedout.app.space
- A real-time feed of posts with reactions and comments
- Profiles with (tongue-in-cheek) endorsements, badges, and a connections network
- Direct messages between users
- Company pages and a job board to round out the parody
Everything runs on DeepSpace RecordRooms with per-collection RBAC — posts,
reactions, comments, connections, endorsements, badges, direct messages,
companies, and jobs are each their own collection, and the SDK's record hooks
(useProfiles, useConnections, useFeedReactions, useComments, useDMs)
keep the feed and inbox live across clients. Image uploads for posts and avatars
go through the SDK's scoped R2 file storage via useImageUpload, and auth is
handled by the SDK.
Deploy your own copy in three commands:
npm install
npx deepspace login # one-time, opens a browser tab
npx deepspace deploy # -> <name>.app.spaceAuth, the database, real-time sync, and hosting all come from DeepSpace, so
there is nothing else to configure. Your subdomain is the name field in
wrangler.toml; change it for your own deployment.
Or build something new: apps like this are made by handing a prompt to a
coding agent — start at deep.space/get-started,
or scaffold from scratch: npm create deepspace@latest my-app.
LinkedOut was built end-to-end by an AI agent on the DeepSpace SDK. DeepSpace is laying the foundation for rebuilding the Internet in an AI-native way — deep.space · docs.