I feel like weekend is the best time to build micro-project
I am building Infinite UI - UI components collection which has a lot of Tailwind style components and on top you can generate your own.
This project is a result of my previous project
https://everything.to - where you can generate any type of components. Next/JS+ Tailwind UI
By the way it gives a lot of errors in generation.
Update 1: Saturday 18.00 CEST)
Here I am trying to turn React component into HTML that it generates better.
But that is where I am at now -Satarday evening - designing the page for each generated component.
It does not look good so far hahah
The slug page already created still does not look great.
Update 2: Sunday 12.00 (CEST)
Slug page is there. Need to work on generation that from existing component you need to generate new one.
I have a small collection of nice looking component and will continue fill more, by generating it.
I am gonna share more updates soon:)
So definitely, the plan to make it open source.
Interesting what r you working on this weekend? Any open source projects?
Top comments (62)
Building Papermark.io - the first open source alternative to Docsend
github.com/mfts/papermark
Wow that's quality stuff man ! The design is simple and beautiful. You should add some informations about how and where you store documents so that people know that they can trust you. Like a privacy policy.
Great point, funfake! Will add that in the next update. FYI I'm using Vercel Blob, which stores it on AWS S3 in EU located servers
Nice one !
Thanks for your contribution to Papermark :)
I built and I'm still building astroloja — a github bot that let's you know when someone stars or "unstars" your opensource project.
Another one is react-tab — Tab components in React that keeps the Tab state in the browser's URL.
woah these are nice!
Ayy! Thanks for checking them out.
Nice. Where do I get notification?
By the way this link doe snot work from
stargazer-swart.vercel.app
Oh yeah! The link won't work as there's no index.htnl file.
The project is a github bot.
One would need to install the bot in their github repository and whenever anyone stars your project, it mentions the name/username of the person via a issue comment.
Oh nice I got it! I received the email:)))
Cool project! I am only learning and it take me time to figure out stuff but I was interested in how bots built.
Thanks for sharing:)
That's nice to hear. We're all in this learning Journey.
Striving to be better than we were, yesterday.
i have some small features i plan to add to my mastodon command-line tooter project. the eight people who use it will be pleased.
github.com/gbhorwood/toopt
Cool. Do you have a website link?
I'm building mockit a small and fast cli tool to mock a REST server made with golang.
I am working on AI JobSweet.
JobSweet is a collection of AI generators to aid in the workplace. So far, we can generate job descriptions, PDPs and out-of-office.
It is very much in the early stages, so the design is basic, and the prompts are not optimised. We are looking to improve and grow the number of generators continually.
github.com/JoshHargreaves/ai-jobsweet
Stared! Very cool! I was also creating number of ai generators so definitely look into yours.
Here is one of mine open source github.com/shnai0/linkedin-post-ge...
Thank you, I love your app ! It was the inspiration for this github.com/JoshHargreaves/Job-Desc...
Which then led me to start JobSweet
Cool Joshua! Let me know how it goes!
Apps look neat and clean.
I'm still thinking about making it open source but I've been working on AniMachine, a 2D animation editor for game characters. If I did make it OSS I'm thinking about using a GPLv2 License
Nice, go open source for sure:)
How that you mention it, I released a new version of a project I've been working on yesterday: github.com/arcxp/datadog-service-c...
This weekend I'm mostly going to play video games with my kids.
Working on github.com/configu/configu 🤗🙌🏽
Ran , explain for beginner.
How would I use it for my project build on next.js?
Building omni-clied, search it on npm. I am currently working in v2. It is a tool that not only creates apps, but can also integreate many features into it like google-oauth, or server side rendering or emails using nodemailer.
npmjs.com/package/omni-clied
Cool , will check it. Thanks for sharing:)
Would like to share an open-source project that our team has recently been developing. VulcanSQL (vulcansql.com/), a data API framework that allows data engineers to create APIs using only SQL.
One of the defining attributes of VulcanSQL is its strategic use of DuckDB's exceptional capabilities as a caching layer. You can move remote data computing in cloud data warehouses, such as Snowflake and BigQuery to the edge. Imagine CDN of your data warehouse.
Github: github.com/Canner/vulcan-sql