@matthew0After lots of struggling, Scrappy is finally off of Next.js and is now its own Express app. The code looks mostly the same, but now hopefully it'll stop crashing.
I tested this as much as I could before merging into the real scrappy, but admittedly I didn't test every feature (only a few basic ones, like posting and some commands). So if you run into any issues with scrappy, please let me know so that I can look into it ๐ :scrappy::scrappyparrot:
@BenjaminSmith1Added my website to the webring! I wrote a react component with Next.js server side data fetching instead of using the premade JS so there is no JS needed to run the component on the browser
@matthewgleich0Thank you so much Hugo for the stickers! (NASA and Next.js)
@ifvictr0today:
โข finally got around to learning next.js. it's absolutely wonderfulโwill definitely be using in my next project
โข scraped 50k more users from CH. now sitting on top of a dataset of ~100k users
โข got a personal best that's less than 60 seconds on tetr.io!
@lachlanjc1I published Next Theme Starter, a batteries-included Next.js + Theme UI + MDX starter for new sites (a successor to hackclub/theme-starter, but for non-Hack Club sites) github.com/lachlanjc/next-theme-starter
@everest0Did the Vercel nextjs blog tutorial. Really liking vercel so far, more than any other hosting provider Iโve tried. It feels like if apple made a hosting service and react framework. blog.everestoreizy.vercel.app
@googol0Itโs almost midnight and for streaksss hereโs the error message Iโm getting trying to fetch data from the Scrapbook API with Next.js ๐ฌ
@ella2i worked on a small project and deployed to vercel :yay: first time using Next.js
@sampoder7+made this little thing for student council, itโs small but im kinda proud of it + work around it
@sampoder7+continuing the theme of making things for innovation week: weโre making a QR code garden in the school staircase! itโs going to be full of qr codes to hopefully make people intrigued
when you scan the qr code, youโll either get a quiz (where you can win house points!), a link to an instagram filter, an emoji guessing game, a meme, a riddle or a riddle (forked from lachlanโs SoM ideas page)!
here are some samples:
quiz:qr.innovweek.co/recZjRgVX47M5YwVk
meme: qr.innovweek.co/recztiUqFypN6kZAP
idea: qr.innovweek.co/recnTiaNAdwD9Pjc7
iโm especially proud of the quiz one. it was my first time using cookies (which ngl are super cool) and basically it creates a cookie so you can only redeem the house points once! uses next.js + airtable (but you probs already guessed that!)
also geopattern is really cool, each page has a unique bg!
oh and one more thing: if you are super super lucky you win a free :github: t-shirt :flying_money_with_wings:
@pranavnt0Working on a building a minimalistic markdown blogging platform I made in Next.js!
@pranavnt0I just finished v1 of my personal website built in Next.js!
@BenjaminSmith1I finished getting typescript to work well with GraphQL, added separate pages for projects, a nice 404 page, and a loading screen while Next.js is loading the next page
@Khushraj2Just received some stickers from Prisma!
@ongzhizheng0tried to make some nextjs templates today :D
also merry hackmas everyone
@sampoder7+I got some next.js stickers and vercel fridge magnets!
@sampoder7+made a rick rolling thing! you fill out the form and it gives you a call with the rick roll + a little ad for the event (read on)โฆ. i made it with next.js and nexmo
the idea is that weโll have these qr codes all over the school (we have permission, its going to be like cloudy with a chance of meatballs but qr codes instead of food)
ignore the fact that the screen recorder doesnt pick up the call sound, trust me it does work
@sampoder7+getting back to working on my new website!
@uanirudhx0learning next.js in prep for a ship ๐
@sampoder7+i made a newsletter for the new school magazine launching tomorrow! i used next.js, mdx and deployed on vercel! been a bit stressful putting it all together but proud of the end result: vantage-point.online:yay:
@sarthak0๐ข CHALLENGE SHIP ๐ข
Aight Iโm shipping a link shortener which is faster than @rishiโs if I remove the Airtable integration. Like @rishiโs, it supports additional parameters at the end of a link. Itโs written in Next.js and just as easy to clone. Check it out at srtk.me/gh/srtk.me-v2! (that link is using the shortener)
coming soon: ip address tracking with location and other information
@horas0I want start make a portofolio website for my self with next.js and I haven't decided the css grid framework. Also I have my own reddit avatar (he's so handsome, isn't he?), I wonder if I can use it for my own web.
Anyway, can you recommend a good css grid framework to me?
@sampoder7+making something with @msw (inspired by the panic sign)!
@sarthak0YEEHAWWWW ๐ค today i added a walkthrough page for my site cause my main page is super simple. My favorite parts are the custom card components I made and the timeline I made! Check it out at sarthakmohanty.me/walkthrough!
@sampoder7+i worked out how to gain access to the image feeds of major traffic cameras around the island and built a dashboard for snooping around looking at each one: sg-traffic.now.shโฆ.. these images are cool to watch over time, I might make something tomorrow for generating time-lapses from them :D
source @ github.com/sampoder/traffic-monitor โฆ. I used next.js, who would have guessed?
@matthewvandyke087+Just posted my first Note/Update about SWC, (this one being my thoughts about the new redesign of SWC I'm working on) on my portfolio!
matthewv.me/swcnotes
@matthewvandyke087+Continued work on transferring all SWC courses and pages to nextjs
@sampoder7+this has been floating around the slack last night but let me introduce you to <https://meet.hackclub.dev|meet.hackclub.dev>!
it's a fun website that introduces you to a random Hack Clubber from the Scrapbook API. I made it a while back with Next.js :)
@sarthak0shipped my first next.js website! Iโm so ecstatic! srtk.me
@matthewvandyke087+Just shipped my portfolio in #ship! I am also starting Students Who Code new homepage which will be built in nextjs!
@sampoder7+today i set up magic.link for a new project with nextjs! authentication is very confusing