RSS reader.
- Preview RSS/Atom feeds
- Export and import feeds as OPML or text.
- Setup email digests with custom filters
- Next.js 14 - with modern stuff like App Router, Server Actions
- GraphQL-Codegen with graphql-request
- TanStack Query
- react-spring - animations
- TailwindCSS
- graphql-ws - GraphQL notification over over WebSocket
-
Run the server (see its readme).
-
Create a
.env
or.env.development
file in the root directory, containing the API URL.NEXT_PUBLIC_API_URL=http://localhost:4000/graphql NEXT_PUBLIC_WS_API_URL=ws://localhost:4000/graphql
-
Run this Next.js app
npm run dev