Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure. Learn more →
Realworld Alternatives
Similar projects and alternatives to realworld
-
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
-
-
realworld
"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more
-
-
-
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
-
-
-
-
-
laravel-realworld-example-app
Exemplary RealWorld backend API built with Laravel PHP framework. (by f1amy)
-
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
realworld discussion
realworld reviews and mentions
-
SvelteKit is awful for building PWAs
To illustrate my concerns, let's take the "Real World Example" that was made by the official Svelte Team in the official repository (https://github.com/sveltejs/realworld).
-
Top repos to study when learning SvelteKit?
I often end up looking at https://github.com/sveltejs/realworld when I want to check how SvelteKit apps are "supposed" to be built. It's maintained by the Svelte team so you can learn good practices there.
-
How do I know which is better for data fetching? (server / client side) supabase
I was looking at this a couple of hours ago and took a look at the realworld app app. I found all the fetch is done through the api, which is always called from server side. Even for user interaction, they always use forms to send the requests through the server.
- What should be improved about learning SvelteKit?
- Sveltekit with Python backend
-
Why use server routes in the realworld example
I was looking at the realworld example and noticed that to login, they send a POST request to auth/login. auth/login then puts the data in an user object and sends it to an external API.
-
fetch failed in endpoint - Svelte Kit
I'm pretty sure fetch is available for endpoints in latest version of svelte kit (older versions of svelte kit need to use node-fetch, updated svelte real world app has removed it as a dependency) but it's not working for me. Overview of my project files is below:
-
Good examples of svelte code
I’d recommend to take example from real world Svelte https://github.com/sveltejs/realworld
- Is there a tutorial for making a login page with SvelteKit ssr?
- Authentication using cookies+jwt?
-
A note from our sponsor - Stream
getstream.io | 7 Jul 2025
Stats
sveltejs/realworld is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of realworld is Svelte.