Javascript
I'm not sure if you're aware of shadcn/ui and Aceternity UI.
These two just made my day.
The components are easy to use, beautiful to look at, and completely free.
I'm very new to frontend dev, and still I've been able to create a pretty good portfolio page using provided components very similar ...
I want to collaborate with you to create a product around a simple chat tech I have developed.
Here you can find a demo: https://query-chat.fly.dev
Open two tabs in your favorite browser, invite a friend, and test it.
The social links section enables the creation of "links" to be displayed on the landing page. Each link can include an icon, a title, and a URL. The icon and background color are customizable, and the link can also be dragged to change its position.
[2024-10-01 10.28.54 localhost efd00405a8d6.png]
MILESTONE
The profile admin area is fully working.
The application uses an API to interact with data stored in a SQLite database. The API, database, and user interface are all implemented using the Query.
[2024-09-30 11.39.05 localhost 2259094cf825.png]
MILESTONE
Button types
Telegram supports a variety of buttons: actions, links, payments, webapps, login, game. Right now the app only supports action buttons.
Provide https://www.shadcn-vue.com/
Does WIP’s API support line break? I tried using “\n” but it didn’t work. Mentions also don’t seem work so I don’t know if that is supported or not
https://wip.co/todos/305224
MILESTONE
My sideproject got acquired!
I started GatsbyTemplates in 2019, when Gatsbyjs was a shiny new tech everyone talked about. It was directory of templates, free, opensource and paid. In 2020 I was able to finally deliver first premium template. And less than in a month I've got a sale!
...but next 6 months was only crickets
So ...
MILESTONE
Launched Print-a-Planner - a web app to create customizable printable planners and journals
[screenshot of print-a-planner]
Based on feedback from my users, I realized that many are more comfortable using paper and pen journals and organizers to organize their day. That's why I created Print-a-Planner - a web app that helps you create personalized printable day, week, and month planner...
MILESTONE
First new feature of 2023
Confession: Tbh, I’m not proud I’ve not deployed new features for more than 1 year (since 21 Nov 2021).
The past 2 years had been a tough journey figuring out marketing for Lifelog, and the slow dawning that it won’t live up to my expectations as my one true SaaS to bring me to ramen profitabil...
https://i.imgur.com/zpZL6bN.gif
ROAST
Roast boomm.io
Curious about what e.g. , think about Boomm :)
Update 1:
Also discussed on reddit, e.g. should we open source it.
Hey guys,
I'm curious about how do you make sure your frontend code performs well? I mean, in terms of file sizes after build (js, css, html), or other practices.
I come from backend background, I'm pretty comfortable with frontend dev these days, thanks to you guys' suggestions & advices (http...
Trying to rotate some circles using JS + CSS. I've tried for a few hours but really struggled.
I've set this JS Fiddle with an example img + proper instructions to explain properly: https://jsfiddle.net/harrydry/z0Lycnv7/40/
trying to set up my personal site, would massively appreciate a hand!
So I have a multisite multilingual project. Imagine different websites on different domains using the same design and front end template with different content.
I have a middleware that handles serving the different content. I'd like to build a frontend with VUEJS/NuXT or similar. How what I set...