Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nexxeln/hackernews

Hacker News clone made with SolidStart and tRPC
https://github.com/nexxeln/hackernews

planetscale prisma solid-start solidjs t3-stack trpc unocss vercel

Last synced: 3 months ago
JSON representation

Hacker News clone made with SolidStart and tRPC

Awesome Lists containing this project

README

        

## Overview

A simple [Hacker News](https://news.ycombinator.com/) clone built using [SolidStart](https://start.solidjs.com), [UnoCSS](https://uno.antfu.me), [tRPC](https://trpc.io), [Solid Auth](https://github.com/OrJDev/solid-auth), [Prisma](https://prisma.io), [PlanetScale](https://planetscale.com), bootstrapped using [create-jd-app](https://github.com/OrJDev/create-jd-app) and hosted on [Vercel](https://vercel.com).

This is mostly a learning project to try out SolidStart and tRPC together.

## Features

- [x] Authentication
- [x] Nested comments
- [ ] Better error handling
- [ ] Upvote/Downvote
- [ ] Pagination
- [ ] Optimize queries
- [ ] Search
- [ ] Meta tags
- [ ] Deploy on the edge

## Credits

Huge shoutout to [OrJDev](https://github.com/OrJDev) for making the SolidJS ecosystem better with his amazing libraries and putting up with my issues.